Browse Source

rtmp-services: Add "Taryana - Apachat" streaming service

iRonBot 5 years ago
parent
commit
893d55a694
2 changed files with 17 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 15 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": 140,
+	"version": 141,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 140
+			"version": 141
 		}
 	]
 }

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

@@ -2011,6 +2011,21 @@
                 "max audio bitrate": 256,
                 "max video bitrate": 20480
             }
+        },
+        {
+            "name": "Taryana - Apachat | تاریانا - آپاچت",
+            "servers": [
+                {
+                    "name": "Global: Fastest (Recommended)",
+                    "url": "rtmp://cdn.apachat.com:443/multistream"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "profile": "main",
+                "max video bitrate": 4000,
+                "max audio bitrate": 192
+            }
         }
     ]
 }