rtmp-services: Update maximum bitrate for Twitch

Updated max 3.5 to 6. See https://help.twitch.tv/customer/portal/articles/1253460-broadcast-requirements#Broadcast%20Requirements
This commit is contained in:
derrod
2017-03-18 23:44:10 +01:00
parent 53deb385b1
commit 707110d2fd
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -136,7 +136,7 @@
],
"recommended": {
"keyint": 2,
"max video bitrate": 3500,
"max video bitrate": 6000,
"max audio bitrate": 160,
"x264opts": "scenecut=0"
}