Pārlūkot izejas kodu

rtmp-services: Add Lightcast.com

Closes obsproject/obs-studio#1530
Jonathan 7 gadi atpakaļ
vecāks
revīzija
79ebd6916a
1 mainītis faili ar 38 papildinājumiem un 0 dzēšanām
  1. 38 0
      plugins/rtmp-services/data/services.json

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

@@ -1290,6 +1290,44 @@
                     "url": "rtmp://hadamard.streaming.linkstream.live:80/live"
                 }
             ]
+        },
+        {
+            "name": "Lightcast.com",
+            "servers": [
+                {
+                    "name": "North America / East",
+                    "url": "rtmp://us-east.live.lightcast.com/202E1F/default"
+                },
+                {
+                    "name": "North America / West",
+                    "url": "rtmp://us-west.live.lightcast.com/202E1F/default"
+                },
+                {
+                    "name": "Europe / Amsterdam",
+                    "url": "rtmp://europe.live.lightcast.com/202E1F/default"
+                },
+                {
+                    "name": "Europe / Frankfurt",
+                    "url": "rtmp://europe-fra.live.lightcast.com/202E1F/default"
+                },
+                {
+                    "name": "Europe / Stockholm",
+                    "url": "rtmp://europe-sto.live.lightcast.com/202E1F/default"
+                },
+                {
+                    "name": "Asia / Hong Kong",
+                    "url": "rtmp://asia.live.lightcast.com/202E1F/default"
+                },
+                {
+                    "name": "Australia / Sydney",
+                    "url": "rtmp://australia.live.lightcast.com/202E1F/default"
+                }
+            ],
+            "recommend": {
+                "keyint": 2,
+                "max video bitrate": 6000,
+                "max audio bitrate": 160
+            }
         }
     ]
 }