From fd206521da52cd347883fc98e77835acbb8be2df Mon Sep 17 00:00:00 2001 From: astudios123 <36243051+astudios123@users.noreply.github.com> Date: Thu, 16 Jan 2020 18:48:20 -0500 Subject: [PATCH] rtmp-services: Update SermonAudio entry (#2324) We have a new back-end to the SermonAudio webcasting system which required a new URL and now allows for increased bitrates. Added the "alt_names" to avoid breaking backwards compatibility and ensure that users receive the new ingest URLs. --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 973c83c24..3d38725f9 100755 --- 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": 120, + "version": 121, "files": [ { "name": "services.json", - "version": 120 + "version": 121 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 788c819e0..524372a2f 100755 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1327,16 +1327,19 @@ } }, { - "name": "SermonAudio.com", + "name": "SermonAudio Cloud", + "alt_names": [ + "SermonAudio.com" + ], "servers": [ { "name": "Primary", - "url": "rtmp://stream.sermonaudio.com/" + "url": "rtmp://webcast.sermonaudio.com/sa" } ], "recommended": { - "max video bitrate": 1000, - "max audio bitrate": 64 + "max video bitrate": 2000, + "max audio bitrate": 128 } }, {