Browse Source

rtmp-services: Add Eventials streaming platform

Alexandre Vicenzi 8 years ago
parent
commit
d926492ec2
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": 74,
+	"version": 75,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 74
+			"version": 75
 		}
 	]
 }

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

@@ -1104,6 +1104,21 @@
                 "max video bitrate": 20000,
                 "max audio bitrate": 192
             }
+        },
+        {
+            "name": "Eventials",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://live.eventials.com/eventialsLiveOrigin"
+                }
+            ],
+            "recommended": {
+                "keyint": 1,
+                "profile": "baseline",
+                "max video bitrate": 900,
+                "max audio bitrate": 192
+            }
         }
     ]
 }