From 4b3fa10cde04897c0f5aa4f8a186a9b46fc3aa94 Mon Sep 17 00:00:00 2001 From: derrod Date: Sat, 9 Dec 2017 19:05:52 +0100 Subject: [PATCH] rtmp-services: Add Twitch Salt Lake City ingest --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index ec601e0e5..cf5b48e41 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": 75, + "version": 76, "files": [ { "name": "services.json", - "version": 75 + "version": 76 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 8f142998d..c242024e0 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -129,6 +129,10 @@ "name": "US Central: Houston, TX", "url": "rtmp://live-hou.twitch.tv/app" }, + { + "name": "US Central: Salt Lake City, UT", + "url": "rtmp://live-slc.twitch.tv/app" + }, { "name": "US East: Ashburn, VA", "url": "rtmp://live-iad.twitch.tv/app"