rtmp-services: Update Bilibili Live

master
田七不甜 2022-04-14 20:29:47 +08:00 committed by Jim
parent d6c6e8df87
commit 94b19960e7
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -2304,16 +2304,16 @@
} }
}, },
{ {
"name": "Bilibili Live", "name": "Bilibili Live - RTMP | 哔哩哔哩直播 - RTMP",
"more_info_link": "https://link.bilibili.com/p/help/index#/tools-tutorial?id=9",
"stream_key_link": "https://link.bilibili.com/p/center/index#/my-room/start-live", "stream_key_link": "https://link.bilibili.com/p/center/index#/my-room/start-live",
"alt_names": [
"Bilibili Live"
],
"servers": [ "servers": [
{ {
"name": "Default", "name": "Default | 默认",
"url": "rtmp://live-push.bilivideo.com/live-bvc/" "url": "rtmp://live-push.bilivideo.com/live-bvc/"
},
{
"name": "Tencent Cloud",
"url": "rtmp://txy.live-push.bilivideo.com/live-bvc/"
} }
] ]
}, },