rtmp-services: Update Facebook Live encoder settings

As commented on: cab2819033 (commitcomment-17482672)
And according to: https://www.facebook.com/facebookmedia/get-started/live

Max 2-second keyframe interval and max video bitrate of 2500.

Closes jp9000/obs-studio#541
master
Robin Hielscher 2016-05-16 03:36:42 +02:00 committed by jp9000
parent 757c1942dc
commit 7e6ff1ae05
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -472,9 +472,9 @@
}
],
"recommended": {
"keyint": 1,
"keyint": 2,
"profile": "main",
"max video bitrate": 2000,
"max video bitrate": 2500,
"max audio bitrate": 160
}
},