1
0
Эх сурвалжийг харах

rtmp-services: Add Livepush to service list

Adding latest Livepush rtmp endpoints to streaming service list
Wahaj Dar 3 жил өмнө
parent
commit
ff7720bfe8

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

@@ -1,11 +1,11 @@
 {
     "$schema": "schema/package-schema.json",
     "url": "https://obsproject.com/obs2_update/rtmp-services",
-    "version": 207,
+    "version": 208,
     "files": [
         {
             "name": "services.json",
-            "version": 207
+            "version": 208
         }
     ]
 }

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

@@ -2410,6 +2410,80 @@
                     "url": "rtmp://live1.streamvi.ru/live"
                 }
             ]
+        },
+        {
+            "name": "Livepush",
+            "more_info_link": "https://docs.livepush.io/en/articles/5065323-how-to-stream-live-from-obs-to-livepush",
+            "servers": [
+                {
+                    "name": "Livepush Global (Default)",
+                    "url": "rtmp://dc-global.livepush.io/live"
+                },
+                {
+                    "name": "Chicago, US",
+                    "url": "rtmp://us-central-ch.livepush.io/live"
+                },
+                {
+                    "name": "New York, US",
+                    "url": "rtmp://us-east-ny.livepush.io/live"
+                },
+                {
+                    "name": "Los Angeles, US",
+                    "url": "rtmp://us-west-la.livepush.io/live"
+                },
+                {
+                    "name": "Miami, US",
+                    "url": "rtmp://us-south-mia.livepush.io/live"
+                },
+                {
+                    "name": "Dallas, US",
+                    "url": "rtmp://us-central-dal.livepush.io/live"
+                },
+                {
+                    "name": "Portland, US",
+                    "url": "rtmp://us-west-og.livepush.io/live"
+                },
+                {
+                    "name": "Montreal, CA",
+                    "url": "rtmp://ca-central-mon.livepush.io/live"
+                },
+                {
+                    "name": "Toronto, CA",
+                    "url": "rtmp://ca-south-tor.livepush.io/live"
+                },
+                {
+                    "name": "Sydney, AU",
+                    "url": "rtmp://au-east-syd.livepush.io/live"
+                },
+                {
+                    "name": "London, UK",
+                    "url": "rtmp://uk-central-ldn.livepush.io/live"
+                },
+                {
+                    "name": "Milan, Italy",
+                    "url": "rtmp://it-north-mln.livepush.io/live"
+                },
+                {
+                    "name": "Paris, FR",
+                    "url": "rtmp://fr-central-par.livepush.io/live"
+                },
+                {
+                    "name": "Singapore",
+                    "url": "rtmp://as-southeast-sg.livepush.io/live"
+                },
+                {
+                    "name": "Bangalore, IN",
+                    "url": "rtmp://in-south-blr.livepush.io/live"
+                },
+                {
+                    "name": "Turkiye",
+                    "url": "rtmp://tr-north-ist.livepush.io/live"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "max video bitrate": 16000
+            }
         }
     ]
 }