Browse Source

Merge pull request #951 from chaturbatecom/addchaturbatesources

rtmp-services: Add Chaturbate Streaming Service
Jim 8 years ago
parent
commit
076d25bca9
2 changed files with 44 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 42 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": 60,
+	"version": 61,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 60
+			"version": 61
 		}
 	]
 }

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

@@ -840,6 +840,48 @@
                     "url": "rtmp://rtmpin.livestreamingest.com/rtmpin"
                 }
             ]
+        },
+        {
+            "name": "Chaturbate",
+            "servers": [
+                {
+                    "name": "Default Global Auto Select - Recommended",
+                    "url": "rtmp://live.stream.highwebmedia.com/live-origin"
+                },
+                {
+                    "name": "US West",
+                    "url": "rtmp://live-us-west.stream.highwebmedia.com/live-origin"
+                },
+                {
+                    "name": "US Central",
+                    "url": "rtmp://live-us-central.stream.highwebmedia.com/live-origin"
+                },
+                {
+                    "name": "US East",
+                    "url": "rtmp://live-us-east.stream.highwebmedia.com/live-origin"
+                },
+                {
+                    "name": "Europe West",
+                    "url": "rtmp://live-eu-west.stream.highwebmedia.com/live-origin"
+                },
+                {
+                    "name": "Europe East",
+                    "url": "rtmp://live-eu-east.stream.highwebmedia.com/live-origin"
+                },
+                {
+                    "name": "Asia/Pacific South",
+                    "url": "rtmp://live-as-south.stream.highwebmedia.com/live-origin"
+                },
+                {
+                    "name": "Asia/Pacific North-East",
+                    "url": "rtmp://live-as-northeast.stream.highwebmedia.com/live-origin"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "max video bitrate": 20000,
+                "max audio bitrate": 192
+            }
         }
     ]
 }