From 807e21da0771cd77ba1f01cfa6690bb67eca1d07 Mon Sep 17 00:00:00 2001 From: Chaturbate Date: Thu, 22 Jun 2017 14:05:25 -0700 Subject: [PATCH] rtmp-services: Add Chaturbate Streaming Service --- plugins/rtmp-services/data/package.json | 4 +-- plugins/rtmp-services/data/services.json | 42 ++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 38890e93e..d33dfaa38 100644 --- a/plugins/rtmp-services/data/package.json +++ b/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 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 69ce728fe..02c618c82 100644 --- a/plugins/rtmp-services/data/services.json +++ b/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 + } } ] }