浏览代码

rtmp-services: Add WASDTV (#2697)

Keylase 5 年之前
父节点
当前提交
8726425a6c
共有 2 个文件被更改,包括 28 次插入2 次删除
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 26 0
      plugins/rtmp-services/data/services.json

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

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

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

@@ -1779,6 +1779,32 @@
                 "max video bitrate": 904,
                 "max video bitrate": 904,
                 "x264opts": "tune=zerolatency"
                 "x264opts": "tune=zerolatency"
             }
             }
+        },
+        {
+            "name": "WASD.TV",
+            "servers": [
+                {
+                    "name": "Automatic",
+                    "url": "rtmp://push.rtmp.wasd.tv/live"
+                },
+                {
+                    "name": "Russia, Moscow",
+                    "url": "rtmp://ru-moscow.rtmp.wasd.tv/live"
+                },
+                {
+                    "name": "Germany, Frankfurt",
+                    "url": "rtmp://de-frankfurt.rtmp.wasd.tv/live"
+                },
+                {
+                    "name": "Finland, Helsinki",
+                    "url": "rtmp://fi-helsinki.rtmp.wasd.tv/live"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "max video bitrate": 10000,
+                "max audio bitrate": 192
+            }
         }
         }
     ]
     ]
 }
 }