소스 검색

rtmp-services: add bilibili live

Bruce Zhang 4 년 전
부모
커밋
7baf08e917
3개의 변경된 파일18개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 0
      UI/window-basic-settings-stream.cpp
  2. 2 2
      plugins/rtmp-services/data/package.json
  3. 13 0
      plugins/rtmp-services/data/services.json

+ 3 - 0
UI/window-basic-settings-stream.cpp

@@ -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") {

+ 2 - 2
plugins/rtmp-services/data/package.json

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

+ 13 - 0
plugins/rtmp-services/data/services.json

@@ -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/"
+                }
+            ]
         }
     ]
 }