Browse Source

rtmp-services: Add Picarto

jp9000 9 years ago
parent
commit
405ae6bc7c
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": 39,
+	"version": 40,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 39
+			"version": 40
 		}
 	]
 }

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

@@ -807,6 +807,21 @@
                 "max video bitrate": 3000,
                 "max audio bitrate": 128
             }
+        },
+        {
+            "name": "Picarto",
+            "servers": [
+                {
+                    "name": "USA/Canada",
+                    "url": "rtmp://live.us.picarto.tv/golive"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "profile": "main",
+                "max video bitrate": 2000,
+                "max audio bitrate": 160
+            }
         }
     ]
 }