From 6f68d9eb9793c3db3a89ed419c5133082b596be2 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 3 Jul 2015 16:08:41 -0700 Subject: [PATCH] UI: Add a couple new common services Livecoding.tv (coding), gaminglive.tv (gaming), and beam.pro (gaming/music) I really don't see any problems with adding these particular services to the local list while the actual remote ingest lookup code has yet to be even started yet (as of this writing). They seem to be harmless services that are dedicated to specific types of content (stated above). --- plugins/rtmp-services/data/services.json | 59 ++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 4f6430168..bd48a081e 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -199,6 +199,15 @@ "max audio bitrate": 160 } }, + { + "name": "Livecoding.tv", + "servers": [ + { + "name": "Primary", + "url": "rtmp://usmedia3.livecoding.tv/livecodingtv" + } + ] + }, { "name": "Vaughn Live / iNSTAGIB.tv", "servers": [ @@ -233,6 +242,56 @@ } ] }, + { + "name": "Gaminglive.tv", + "servers": [ + { + "name": "North America", + "url": "rtmp://broadcastNA.gaminglive.tv/push" + }, + { + "name": "Europe", + "url": "rtmp://broadcastEU.gaminglive.tv/push" + }, + { + "name": "Asia", + "url": "rtmp://broadcastAS.gaminglive.tv/push" + } + ] + }, + { + "name": "Beam.pro", + "servers": [ + { + "name": "US: Dallas, TX", + "url": "rtmp://ingest.dal07.beam.pro/beam" + }, + { + "name": "US: San Jose, CA", + "url": "rtmp://ingest.sjc01.beam.pro/beam" + }, + { + "name": "US: Washington DC", + "url": "rtmp://ingest.wdc01.beam.pro/beam" + }, + { + "name": "Canada: Toronto", + "url": "rtmp://ingest.tor01.beam.pro/beam" + }, + { + "name": "EU: London", + "url": "rtmp://ingest.lon02.beam.pro/beam" + }, + { + "name": "EU: Amsterdam", + "url": "rtmp://ingest.ams01.beam.pro/beam" + }, + { + "name": "Australia: Melbourne", + "url": "rtmp://ingest.mel01.beam.pro/beam" + } + ] + }, { "name": "connectcast.tv", "servers": [ -- GitLab