0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

rtmp-services: Increase video bitrate limit for YouTube

YouTube now recommends a max video bitrate of 51.000 Kbps.
This commit is contained in:
Gol-D-Ace 2016-12-30 15:35:35 +01:00
parent 679c32086d
commit 34f48aa3fc
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -133,7 +133,7 @@
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 18000,
"max video bitrate": 51000,
"max audio bitrate": 160
}
},