Browse Source

rtmp-services: Update Picarto ingests

Thulinma 3 years ago
parent
commit
9c504f4d35
2 changed files with 19 additions and 7 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 17 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": 190,
+	"version": 191,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 190
+			"version": 191
 		}
 	]
 }

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

@@ -918,15 +918,27 @@
             "name": "Picarto",
             "servers": [
                 {
-                    "name": "US East (Chicago, USA)",
-                    "url": "rtmp://live.us-east1.picarto.tv/golive"
+                    "name": "Autoselect closest server",
+                    "url": "rtmp://live.us.picarto.tv/golive"
                 },
                 {
-                    "name": "US West (Los Angeles, USA)",
-                    "url": "rtmp://live.us-west1.picarto.tv/golive"
+                    "name": "Los Angeles, USA",
+                    "url": "rtmp://live.us-losangeles.picarto.tv/golive"
                 },
                 {
-                    "name": "EU West (Düsseldorf, Germany)",
+                    "name": "Dallas, USA",
+                    "url": "rtmp://live.us-dallas.picarto.tv/golive"
+                },
+                {
+                    "name": "Miami, USA",
+                    "url": "rtmp://live.us-miami.picarto.tv/golive"
+                },
+                {
+                    "name": "New York, USA",
+                    "url": "rtmp://live.us-newyork.picarto.tv/golive"
+                },
+                {
+                    "name": "Europe",
                     "url": "rtmp://live.eu-west1.picarto.tv/golive"
                 }
             ],