瀏覽代碼

Merge pull request #2771 from AntowaStrong/virtwish-service

rtmp-services: Add VirtWish service
Joel Bethke 5 年之前
父節點
當前提交
14b056539f
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      plugins/rtmp-services/data/services.json

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

@@ -1809,6 +1809,15 @@
                 "max video bitrate": 10000,
                 "max video bitrate": 10000,
                 "max audio bitrate": 192
                 "max audio bitrate": 192
             }
             }
+        },
+        {
+            "name": "VirtWish",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://rtmp.virtwish.com/live"
+                }
+            ]
         }
         }
     ]
     ]
 }
 }