From 4b4a13bd17048d1fa2084aed2b2b25398a922f8c Mon Sep 17 00:00:00 2001 From: Gol-D-Ace Date: Sat, 17 Oct 2015 15:56:58 +0200 Subject: [PATCH] rtmp-services: Update Twitch ingests --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 6c52b5c6f..7a356b72b 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": 4, + "version": 5, "files": [ { "name": "services.json", - "version": 4 + "version": 5 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index fca6b34b6..ff68480f7 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -9,10 +9,6 @@ "name": "US West: San Francisco, CA", "url": "rtmp://live.twitch.tv/app" }, - { - "name": "Argentina", - "url": "rtmp://live-eze.twitch.tv/app" - }, { "name": "Asia: Hong Kong", "url": "rtmp://live-hkg.twitch.tv/app" @@ -49,10 +45,6 @@ "name": "Australia: Sydney", "url": "rtmp://live-syd.twitch.tv/app" }, - { - "name": "Chile", - "url": "rtmp://live-scl.twitch.tv/app" - }, { "name": "EU: Amsterdam, NL", "url": "rtmp://live-ams.twitch.tv/app" @@ -77,6 +69,14 @@ "name": "EU: Stockholm, SE", "url": "rtmp://live-arn.twitch.tv/app" }, + { + "name": "South America: Argentina", + "url": "rtmp://live-eze.twitch.tv/app" + }, + { + "name": "South America: Chile", + "url": "rtmp://live-scl.twitch.tv/app" + }, { "name": "South America: Rio de Janeiro, Brazil", "url": "rtmp://live-gig.twitch.tv/app" -- GitLab