From cffe5d3ddf884016880e3f78d048c945103c859c Mon Sep 17 00:00:00 2001 From: Gol-D-Ace Date: Sun, 1 Feb 2015 06:37:48 +0100 Subject: [PATCH] Add Asia/Australia Twitch ingests --- plugins/rtmp-services/data/services.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 558704556..e196fc375 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -6,10 +6,30 @@ "name": "US West: San Francisco, CA", "url": "rtmp://live.twitch.tv/app" }, + { + "name": "Asia: Hong Kong", + "url": "rtmp://live-hkg.twitch.tv/app" + }, + { + "name": "Asia: Seoul, South Korea", + "url": "rtmp://live-sel.twitch.tv/app" + }, { "name": "Asia: Singapore", "url": "rtmp://live-sin-backup.twitch.tv/app" }, + { + "name": "Asia: Taipei, Taiwan", + "url": "rtmp://live-tpe.twitch.tv/app" + }, + { + "name": "Asia: Tokyo, Japan", + "url": "rtmp://live-tyo.twitch.tv/app" + }, + { + "name": "Australia: Sydney", + "url": "rtmp://live-syd.twitch.tv/app" + }, { "name": "EU: Amsterdam, NL", "url": "rtmp://live-ams.twitch.tv/app"