浏览代码

Merge pull request #1008 from pkuznets/add_looch_tv_platfom

rtmp-services: Add looch.tv streaming platform
Jim 8 年之前
父节点
当前提交
c049dfdf1d
共有 2 个文件被更改,包括 18 次插入2 次删除
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 16 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": 72,
+	"version": 73,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 72
+			"version": 73
 		}
 	]
 }

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

@@ -1052,6 +1052,22 @@
                     "url": "rtmp://ingest-as-central.a.switchboard.zone/live"
                 }
             ]
+        },
+        {
+            "name": "Looch",
+            "common": false,
+            "servers": [
+                {
+                    "name": "Primary Looch ingest server",
+                    "url": "rtmp://ingest.looch.tv/live"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "profile": "main",
+                "max video bitrate": 6000,
+                "max audio bitrate": 160
+            }
         }
     ]
 }