rtmp-services: add bilibili live

This commit is contained in:
Bruce Zhang 2021-06-09 09:42:36 +08:00 committed by Jim
parent ec3e8146b2
commit 7baf08e917
3 changed files with 18 additions and 2 deletions

View File

@ -298,6 +298,9 @@ void OBSBasicSettings::UpdateKeyLink()
"https://www.openrec.tv/login?keep_login=true&url=https://www.openrec.tv/dashboard/live?from=obs";
} else if (serviceName == "Brime Live") {
streamKeyLink = "https://brimelive.com/obs-stream-key-link";
} else if (serviceName == "Bilibili Live") {
streamKeyLink =
"https://link.bilibili.com/p/center/index#/my-room/start-live";
}
if (serviceName == "Dacast") {

View File

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

View File

@ -2236,6 +2236,19 @@
"max audio bitrate": 320,
"x264opts": "scenecut=0"
}
},
{
"name": "Bilibili Live",
"servers": [
{
"name": "Default",
"url": "rtmp://live-push.bilivideo.com/live-bvc/"
},
{
"name": "Tencent Cloud",
"url": "rtmp://txy.live-push.bilivideo.com/live-bvc/"
}
]
}
]
}