Browse Source

Merge pull request #1111 from derrod/update-ingests

rtmp-services: Add Twitch Salt Lake City ingest
Jim 8 years ago
parent
commit
2c20d42815

+ 2 - 2
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
 		}
 	]
 }

+ 4 - 0
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"