rtmp-services: Add Chaturbate Streaming Service

This commit is contained in:
Chaturbate
2017-06-22 14:05:25 -07:00
parent d295ad3ed3
commit 807e21da07
2 changed files with 44 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 60,
"version": 61,
"files": [
{
"name": "services.json",
"version": 60
"version": 61
}
]
}

View File

@@ -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
}
}
]
}