Browse Source

rtmp-services: Add BoxCast

jp9000 4 years ago
parent
commit
1abf7ae3cf
1 changed files with 10 additions and 0 deletions
  1. 10 0
      plugins/rtmp-services/data/services.json

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

@@ -2338,6 +2338,16 @@
                 "max video bitrate": 3000,
                 "max audio bitrate": 192
             }
+        },
+        {
+            "name": "BoxCast",
+            "stream key link": "https://dashboard.boxcast.com/#/sources",
+            "servers": [
+                {
+                    "name": "BoxCast",
+                    "url":  "rtmp://rtmp.boxcast.com/live"
+                }
+            ]
         }
     ]
 }