Browse Source

Merge pull request #1384 from gburgwardt/master

rtmp-services: Add Piczel.TV server
Jim 7 years ago
parent
commit
c79ff14985
2 changed files with 14 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 12 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": 85,
+	"version": 86,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 85
+			"version": 86
 		}
 	]
 }

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

@@ -1312,6 +1312,18 @@
                 "max video bitrate": 8000,
                 "max audio bitrate": 192
             }
+        },
+        {
+            "name": "Piczel.tv",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://piczel.tv:1935/live"
+                }
+            ],
+            "recommended": {
+                "max video bitrate": 5000
+            }
         }
     ]
 }