From 97352a469e594209725f22599e8582ef49d5b091 Mon Sep 17 00:00:00 2001 From: thekrzos Date: Wed, 23 Mar 2016 21:43:26 +0100 Subject: [PATCH] rtmp-services: Add DJlive.pl to services Added DJlive.pl - polish platform for DJ`s --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 6dccc39be..551822c6f 100644 --- a/plugins/rtmp-services/data/package.json +++ b/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 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 3551caea5..8aa8474cb 100644 --- a/plugins/rtmp-services/data/services.json +++ b/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 + } } ] } -- GitLab