rtmp-services: Add Facebook Live as a service
Closes jp9000/obs-studio#539
This commit is contained in:
parent
61ab648bac
commit
cab2819033
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user