Browse Source

rtmp-services: Update restream.io ingests

Gol-D-Ace 10 years ago
parent
commit
826d5c08d7
2 changed files with 12 additions and 8 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 10 6
      plugins/rtmp-services/data/services.json

+ 2 - 2
plugins/rtmp-services/data/package.json

@@ -1,10 +1,10 @@
 {
 	"url": "https://obsproject.com/obs2_update/rtmp-services",
-	"version": 13,
+	"version": 14,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 13
+			"version": 14
 		}
 	]
 }

+ 10 - 6
plugins/rtmp-services/data/services.json

@@ -313,20 +313,24 @@
             "name": "Restream.io",
             "servers": [
                 {
-                    "name": "EU Primary",
-                    "url": "rtmp://eu.restream.io/live"
+                    "name": "EU-London",
+                    "url": "rtmp://eu-west.restream.io/live"
                 },
                 {
-                    "name": "EU Secondary",
-                    "url": "rtmp://eu-secondary.restream.io/live"
+                    "name": "EU-Frankfurt",
+                    "url": "rtmp://eu.restream.io/live"
                 },
                 {
-                    "name": "US West",
+                    "name": "US-West",
                     "url": "rtmp://us-west.restream.io/live"
                 },
                 {
-                    "name": "US East",
+                    "name": "US-East",
                     "url": "rtmp://us-east.restream.io/live"
+                },
+                {
+                    "name": "AU-Sydney",
+                    "url": "rtmp://au.restream.io/live"
                 }
             ]
         },