Przeglądaj źródła

rtmp-services: Add Amazon IVS service

Ruwen Hahn 2 lat temu
rodzic
commit
09afd185aa

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

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

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

@@ -2903,6 +2903,25 @@
                 "x264opts": "scenecut=0",
                 "x264opts": "scenecut=0",
                 "output": "rtmp_output"
                 "output": "rtmp_output"
             }
             }
+        },
+        {
+            "name": "Amazon IVS",
+            "supported video codecs": ["h264"],
+            "servers": [
+                {
+                    "name": "Global (RTMPS, recommended)",
+                    "url": "rtmps://ingest.global-contribute.live-video.net:443/app"
+                },
+                {
+                    "name": "Global (RTMP)",
+                    "url": "rtmp://ingest.global-contribute.live-video.net/app"
+                }
+            ],
+            "multitrack_video_configuration_url": "https://ingest.contribute.live-video.net/api/v3/GetClientConfiguration",
+            "recommended": {
+                "keyint": 2,
+                "x264opts": "scenecut=0"
+            }
         }
         }
     ]
     ]
 }
 }