Merge pull request #3711 from Gol-D-Ace/twitch-audio-bitrate

rtmp-services: Increase twitch audio bitrate
This commit is contained in:
Richard Stanway 2020-11-11 21:41:24 +01:00 committed by GitHub
commit 3e7e99e0f3
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": 150,
"version": 151,
"files": [
{
"name": "services.json",
"version": 150
"version": 151
}
]
}

View File

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