rtmp-services: Increase FB max bitrate to 6Mbps

Facebook Live now recommends 6000kbps for most streamers and the auto
capping is clamping users to 4000kpbs. This fixes the new suggested
setting.
master
JohannMG 2019-12-12 15:28:01 -08:00
parent d3b6f7a71f
commit 0e6afafa67
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 116,
"version": 117,
"files": [
{
"name": "services.json",
"version": 116
"version": 117
}
]
}

View File

@ -575,7 +575,7 @@
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 4000,
"max video bitrate": 6000,
"max audio bitrate": 128
}
},