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

Merge pull request #2232 from Kraz3D/master

rtmp-services: Add Konduit.live
Jim 5 жил өмнө
parent
commit
d5878d5e75

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

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

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

@@ -1610,6 +1610,19 @@
                 "bframes": 0,
                 "bframes": 0,
                 "x264opts": "tune=zerolatency"
                 "x264opts": "tune=zerolatency"
             }
             }
+        },
+        {
+            "name": "Konduit.live",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://rtmp.konduit.live/live"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "x264opts": "scenecut=0"
+            }
         }
         }
     ]
     ]
 }
 }