From 9815876b45d8f89964f23be55c8ac7cd15012243 Mon Sep 17 00:00:00 2001 From: invalidtask <35407932+invalidtask@users.noreply.github.com> Date: Fri, 25 Sep 2020 00:03:43 -0500 Subject: [PATCH] rtmp-services: Updatge Vaughn Live / iNSTAGIB & Breakers --- plugins/rtmp-services/data/package.json | 4 +- plugins/rtmp-services/data/services.json | 48 ++++++++++++++++++------ 2 files changed, 38 insertions(+), 14 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index dfe08ace0..b8c643c1a 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": 146, + "version": 147, "files": [ { "name": "services.json", - "version": 146 + "version": 147 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 678808ece..fa9513db3 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -341,14 +341,14 @@ { "name": "Vaughn Live / iNSTAGIB", "servers": [ - { - "name": "US: Primary", - "url": "rtmp://live.vaughnsoft.net/live" - }, { "name": "US: Chicago, IL", "url": "rtmp://live-ord.vaughnsoft.net/live" }, + { + "name": "US: Vint Hill, VA", + "url": "rtmp://live-iad.vaughnsoft.net/live" + }, { "name": "US: Denver, CO", "url": "rtmp://live-den.vaughnsoft.net/live" @@ -356,29 +356,41 @@ { "name": "US: New York, NY", "url": "rtmp://live-nyc.vaughnsoft.net/live" + }, + { + "name": "US: Miami, FL", + "url": "rtmp://live-mia.vaughnsoft.net/live" + }, + { + "name": "US: Seattle, WA", + "url": "rtmp://live-sea.vaughnsoft.net/live" }, { "name": "EU: Amsterdam, NL", "url": "rtmp://live-ams.vaughnsoft.net/live" + }, + { + "name": "EU: London, UK", + "url": "rtmp://live-lhr.vaughnsoft.net/live" } ], "recommended": { "keyint": 2, - "max video bitrate": 3500, - "max audio bitrate": 160 + "max video bitrate": 15000, + "max audio bitrate": 320 } }, { "name": "Breakers.TV", "servers": [ - { - "name": "US: Primary", - "url": "rtmp://live.vaughnsoft.net/live" - }, { "name": "US: Chicago, IL", "url": "rtmp://live-ord.vaughnsoft.net/live" }, + { + "name": "US: Vint Hill, VA", + "url": "rtmp://live-iad.vaughnsoft.net/live" + }, { "name": "US: Denver, CO", "url": "rtmp://live-den.vaughnsoft.net/live" @@ -386,16 +398,28 @@ { "name": "US: New York, NY", "url": "rtmp://live-nyc.vaughnsoft.net/live" + }, + { + "name": "US: Miami, FL", + "url": "rtmp://live-mia.vaughnsoft.net/live" + }, + { + "name": "US: Seattle, WA", + "url": "rtmp://live-sea.vaughnsoft.net/live" }, { "name": "EU: Amsterdam, NL", "url": "rtmp://live-ams.vaughnsoft.net/live" + }, + { + "name": "EU: London, UK", + "url": "rtmp://live-lhr.vaughnsoft.net/live" } ], "recommended": { "keyint": 2, - "max video bitrate": 3500, - "max audio bitrate": 160 + "max video bitrate": 15000, + "max audio bitrate": 320 } }, {