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
parent
757c1942dc
commit
7e6ff1ae05
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
||||
"version": 21,
|
||||
"version": 22,
|
||||
"files": [
|
||||
{
|
||||
"name": "services.json",
|
||||
"version": 21
|
||||
"version": 22
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -472,9 +472,9 @@
|
|||
}
|
||||
],
|
||||
"recommended": {
|
||||
"keyint": 1,
|
||||
"keyint": 2,
|
||||
"profile": "main",
|
||||
"max video bitrate": 2000,
|
||||
"max video bitrate": 2500,
|
||||
"max audio bitrate": 160
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue