Browse Source

rtmp-services: Add Livepeer Studio

Chase Adams 2 years ago
parent
commit
d61e802a34
2 changed files with 31 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 29 0
      plugins/rtmp-services/data/services.json

+ 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/v4",
-    "version": 225,
+    "version": 226,
     "files": [
         {
             "name": "services.json",
-            "version": 225
+            "version": 226
         }
     ]
 }

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

@@ -2808,6 +2808,35 @@
             "supported video codecs": [
                 "h264"
             ]
+        },
+        {
+            "name": "Livepeer Studio",
+            "more_info_link": "https://docs.livepeer.org/guides/developing/stream-via-obs",
+            "stream_key_link": "https://livepeer.studio/dashboard/streams",
+            "servers": [
+                {
+                    "name": "Global (RTMP)",
+                    "url": "rtmp://rtmp.livepeer.com/live"
+                },
+                {
+                    "name": "Global (RTMP Primary)",
+                    "url": "rtmp://rtmp-a.livepeer.com/live"
+                },
+                {
+                    "name": "Global (RTMP Backup)",
+                    "url": "rtmp://rtmp-b.livepeer.com/live"
+                }
+            ],
+            "recommended": {
+                "keyint": 1,
+                "profile": "high",
+                "bframes": 0,
+                "max video bitrate": 20000,
+                "max audio bitrate": 512
+            },
+            "supported video codecs": [
+                "h264"
+            ]
         }
     ]
 }