From d954853ce938d4801b3f66aefd670815c56f861a Mon Sep 17 00:00:00 2001 From: derrod Date: Mon, 1 Jul 2019 19:56:31 +0200 Subject: [PATCH] rtmp-services: Update and prune services --- plugins/rtmp-services/data/package.json | 4 +- plugins/rtmp-services/data/services.json | 79 ++++-------------------- 2 files changed, 14 insertions(+), 69 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 374c5e5ee..8a0cdfaf9 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": 108, + "version": 109, "files": [ { "name": "services.json", - "version": 108 + "version": 109 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index e76796792..b598aed95 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -69,6 +69,10 @@ "name": "EU: Milan, Italy", "url": "rtmp://live-mil.twitch.tv/app" }, + { + "name": "EU: Norway, Oslo", + "url": "rtmp://live-osl.twitch.tv/app" + }, { "name": "EU: Paris, FR", "url": "rtmp://live-cdg.twitch.tv/app" @@ -214,7 +218,6 @@ }, { "name": "Smashcast", - "common": true, "servers": [ { "name": "Default", @@ -461,21 +464,6 @@ "max audio bitrate": 160 } }, - { - "name": "GamePlank", - "servers": [ - { - "name": "Primary", - "url": "rtmp://live.gameplank.tv/go" - } - ], - "recommended": { - "keyint": 1, - "profile": "main", - "max video bitrate": 2500, - "max audio bitrate": 160 - } - }, { "name": "Web.TV", "servers": [ @@ -573,21 +561,6 @@ } ] }, - { - "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 - } - }, { "name": "Facebook Live", "common": true, @@ -679,6 +652,10 @@ "name": "US-East (Miami, FL)", "url": "rtmp://miami.restream.io/live" }, + { + "name": "US-East (Chicago, IL)", + "url": "rtmp://chicago.restream.io/live" + }, { "name": "NA-East (Toronto, Canada)", "url": "rtmp://toronto.restream.io/live" @@ -784,6 +761,10 @@ "name": "US-East (Miami, FL)", "url": "miami.restream.io" }, + { + "name": "US-East (Chicago, IL)", + "url": "chicago.restream.io" + }, { "name": "NA-East (Toronto, Canada)", "url": "toronto.restream.io" @@ -1258,10 +1239,6 @@ { "name": "Australia East", "url": "rtmp://ingest-au-east.a.switchboard.zone/live" - }, - { - "name": "Asia Central", - "url": "rtmp://ingest-as-central.a.switchboard.zone/live" } ] }, @@ -1281,38 +1258,6 @@ "max audio bitrate": 160 } }, - { - "name": "Stream.me", - "common": false, - "servers": [ - { - "name": "US, Central", - "url": "rtmp://uc-origin.stream.me/origin" - }, - { - "name": "US, East", - "url": "rtmp://ue-origin.stream.me/origin" - }, - { - "name": "US, West", - "url": "rtmp://uw-origin.stream.me/origin" - }, - { - "name": "Europe, West", - "url": "rtmp://ew-origin.stream.me/origin" - }, - { - "name": "Asia, East", - "url": "rtmp://ae-origin.stream.me/origin" - } - ], - "recommended": { - "keyint": 2, - "profile": "main", - "max video bitrate": 20000, - "max audio bitrate": 192 - } - }, { "name": "Eventials", "servers": [ -- GitLab