瀏覽代碼

rtmp-services: Add Amazon IVS service

Ruwen Hahn 2 年之前
父節點
當前提交
09afd185aa
共有 2 個文件被更改,包括 21 次插入2 次删除
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 19 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/v5",
-    "version": 254,
+    "version": 255,
     "files": [
         {
             "name": "services.json",
-            "version": 254
+            "version": 255
         }
     ]
 }

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

@@ -2903,6 +2903,25 @@
                 "x264opts": "scenecut=0",
                 "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"
+            }
         }
     ]
 }