rtmp-services: Add Facebook Live as a service

Closes jp9000/obs-studio#539
This commit is contained in:
CallumHoward 2016-05-01 04:28:24 +10:00 committed by jp9000
parent 61ab648bac
commit cab2819033

View File

@ -498,6 +498,22 @@
"max video bitrate": 1300,
"max audio bitrate": 320
}
},
{
"name": "Facebook Live",
"common": true,
"servers": [
{
"name": "Default",
"url": "rtmp://rtmp-api.facebook.com:80/rtmp/"
}
],
"recommended": {
"keyint": 1,
"profile": "main",
"max video bitrate": 2000,
"max audio bitrate": 160
}
}
]
}