Merge pull request #863 from derrod/update-ingests

rtmp-services: Update maximum bitrate for Twitch
This commit is contained in:
Gol-D-Ace
2017-03-19 18:41:53 +01:00
committed by GitHub
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"
}