瀏覽代碼

rtmp-services: Add Manyvids.com

Guang Zhou 4 年之前
父節點
當前提交
99a7d19d15
共有 2 個文件被更改,包括 32 次插入2 次删除
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 30 0
      plugins/rtmp-services/data/services.json

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

@@ -1,10 +1,10 @@
 {
 	"url": "https://obsproject.com/obs2_update/rtmp-services",
-	"version": 186,
+	"version": 187,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 186
+			"version": 187
 		}
 	]
 }

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

@@ -2407,6 +2407,36 @@
                 "max video bitrate": 128,
                 "max audio bitrate": 160
             }
+        },
+        {
+            "name": "ManyVids",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://rtmp.str.manyvids.com:1935/live_stream/"
+                }
+            ],
+            "recommended": {
+                "supported resolutions": [
+                    "1280x720",
+                    "960x540"
+                ],
+                "bitrate matrix": [
+                    {
+                        "res": "960x540",
+                        "fps": 30,
+                        "max bitrate": 3000
+                    },
+                    {
+                        "res": "1280x720",
+                        "fps": 30,
+                        "max bitrate": 4000
+                    }
+                ],
+                "keyint": 2,
+                "max video bitrate": 4000,
+                "max fps": 30
+            }
         }
     ]
 }