mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
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.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
||||
"version": 114,
|
||||
"version": 116,
|
||||
"files": [
|
||||
{
|
||||
"name": "services.json",
|
||||
"version": 114
|
||||
"version": 116
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -573,7 +573,7 @@
|
||||
"recommended": {
|
||||
"keyint": 2,
|
||||
"profile": "main",
|
||||
"max video bitrate": 4000,
|
||||
"max video bitrate": 6000,
|
||||
"max audio bitrate": 128
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user