rtmp-services: Add api.video service

Closes obsproject/obs-studio#3227
This commit is contained in:
antho 2020-07-29 17:41:24 +02:00 committed by jp9000
parent 086263024f
commit dcb085a0f9
2 changed files with 16 additions and 2 deletions

View File

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

View File

@ -1742,6 +1742,20 @@
"max video bitrate": 4000,
"max audio bitrate": 192
}
},
{
"name": "api.video",
"servers": [
{
"name": "Default",
"url": "rtmp://broadcast.api.video/s"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 20000,
"max audio bitrate": 192
}
}
]
}