Browse Source

Merge pull request #525 from thekrzos/patch-1

Please add DJlive.pl - polish platform for DJ`s to services.json
Jim 10 years ago
parent
commit
183d12f002
2 changed files with 17 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 15 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": 16,
+	"version": 17,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 16
+			"version": 17
 		}
 	]
 }

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

@@ -465,6 +465,21 @@
                     "url": "rtmp://de.live.cashplay.tv/live"
                 }
             ]
+        },
+        {
+            "name": "DJlive.pl",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://live.djlive.pl/live"
+                }
+            ],
+            "recommended": {
+                "keyint": 1,
+                "profile": "high",
+                "max video bitrate": 1300,
+                "max audio bitrate": 320
+            }
         }
     ]
 }