From c38cbb10a423734f2b13b2cb4a59ba36d79371dd Mon Sep 17 00:00:00 2001 From: Mark Sergienko Date: Tue, 19 Jan 2021 15:14:57 -0400 Subject: [PATCH] rtmp-services: Add EventLive Add EventLive endpoint and recommended settings to list of RTMP services. Bump rtmp-services/data/package.json version --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 11bc51808..65a2843dc 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": 165, + "version": 166, "files": [ { "name": "services.json", - "version": 165 + "version": 166 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 86fb39e25..3c870652a 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1145,6 +1145,25 @@ "max audio bitrate": 192 } }, + { + "name": "EventLive.pro", + "servers": [ + { + "name": "Default", + "url": "rtmp://go.eventlive.pro/live" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 3000, + "max audio bitrate": 192, + "supported resolutions": [ + "1920x1080", + "1280x720" + ], + "max fps": 30 + } + }, { "name": "Lahzenegar - StreamG | لحظه‌نگار - استریمجی", "servers": [ -- GitLab