Browse Source

rtmp-services: Update Restream.io ingests/settings

Update Restream.io ingests list and set recommended keyframe interval to
2.

(Commit edited and formatted by Jim: Fixed commit message)

Closes jp9000/obs-studio#565
Andrew Surzhynskyi 9 years ago
parent
commit
8fc93f6b15
2 changed files with 22 additions and 7 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 20 5
      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": 26,
+	"version": 27,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 26
+			"version": 27
 		}
 	]
 }

+ 20 - 5
plugins/rtmp-services/data/services.json

@@ -529,31 +529,46 @@
                     "name": "US-West (Los Angeles, California)",
                     "url": "rtmp://us-la.restream.io/live"
                 },
+                {
+                    "name": "US-West (Seattle, Washington)",
+                    "url": "rtmp://us-seattle.restream.io/live"
+                },
+                {
+                    "name": "US-Central (Dallas, Texas)",
+                    "url": "rtmp://us-central.restream.io/live"
+                },
                 {
                     "name": "US-East (Washington, D.C.)",
                     "url": "rtmp://us-east.restream.io/live"
                 },
                 {
-                    "name": "US-Central (Dallas, TX)",
-                    "url": "rtmp://us-central.restream.io/live"
+                    "name": "NA-East (Toronto, Canada)",
+                    "url": "rtmp://na-toronto.restream.io/live"
                 },
                 {
                     "name": "EU-Central (Frankfurt, Germany)",
                     "url": "rtmp://eu.restream.io/live"
                 },
                 {
-                    "name": "EU-West (London, GB)",
+                    "name": "EU-West (Amsterdam, Netherlands)",
+                    "url": "rtmp://eu-ams.restream.io/live"
+                },
+                {
+                    "name": "EU-West (London, Great Britain)",
                     "url": "rtmp://eu-london.restream.io/live"
                 },
                 {
                     "name": "Australia (Sydney)",
-                    "url": "rtmp://au-secondary.restream.io/live"
+                    "url": "rtmp://au.restream.io/live"
                 },
                 {
                     "name": "South America (Sao Paulo, Brazil)",
                     "url": "rtmp://sa.restream.io/live"
                 }
-            ]
+            ],
+            "recommended": {
+                "keyint": 2
+            }
         },
         {
             "name": "Nood",