Merge pull request #2240 from JohannMG/new-fb-bitrate

rtmp-services: Increase FB max bitrate to 6Mbps
This commit is contained in:
Jim 2019-12-13 11:41:16 -08:00 committed by GitHub
commit 68bedcf1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
},