Browse Source

rtmp-services: Add getloconow

Closes obsproject/obs-studio#2505
praveenkumar 5 years ago
parent
commit
2a7708424a
2 changed files with 14 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 12 0
      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": 124,
+	"version": 125,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 124
+			"version": 125
 		}
 	]
 }

+ 12 - 0
plugins/rtmp-services/data/services.json

@@ -1721,6 +1721,18 @@
                     "url": "rtmp://us-west.live.whalebone.tv/live"
                 }
             ]
+        },
+        {
+            "name": "LOCO",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://ivory-ingest.getloconow.com:1935/stream"
+                }
+            ],
+            "recommended": {
+                "keyint": 2
+            }
         }
     ]
 }