Skip to content

Commit

Permalink
Merge pull request obsproject#1598 from chaturbatecom/chaturbatesourc…
Browse files Browse the repository at this point in the history
…esupdate2

rtmp-services: Update Chaturbate POPs
  • Loading branch information
jp9000 authored Jan 5, 2019
2 parents 3d401b7 + 349849e commit 37dc3cd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 18 deletions.
4 changes: 2 additions & 2 deletions plugins/rtmp-services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 95,
"version": 96,
"files": [
{
"name": "services.json",
"version": 95
"version": 96
}
]
}
64 changes: 48 additions & 16 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1043,41 +1043,73 @@
"name": "Chaturbate",
"servers": [
{
"name": "Default Global Auto Select - Recommended",
"name": "Global Main Fastest - Recommended",
"url": "rtmp://live.stream.highwebmedia.com/live-origin"
},
{
"name": "US West",
"url": "rtmp://live-us-west.stream.highwebmedia.com/live-origin"
"name": "Global Backup",
"url": "rtmp://live-backup.stream.highwebmedia.com/live-origin"
},
{
"name": "US Central",
"url": "rtmp://live-us-central.stream.highwebmedia.com/live-origin"
"name": "US West: Seattle, WA",
"url": "rtmp://live-sea.stream.highwebmedia.com/live-origin"
},
{
"name": "US East",
"url": "rtmp://live-us-east.stream.highwebmedia.com/live-origin"
"name": "US West: Phoenix, AZ",
"url": "rtmp://live-phx.stream.highwebmedia.com/live-origin"
},
{
"name": "Europe West",
"url": "rtmp://live-eu-west.stream.highwebmedia.com/live-origin"
"name": "US Central: Salt Lake City, UT",
"url": "rtmp://live-slc.stream.highwebmedia.com/live-origin"
},
{
"name": "US Central: Chicago, IL",
"url": "rtmp://live-chi.stream.highwebmedia.com/live-origin"
},
{
"name": "Europe East",
"url": "rtmp://live-eu-east.stream.highwebmedia.com/live-origin"
"name": "US East: Atlanta, GA",
"url": "rtmp://live-atl.stream.highwebmedia.com/live-origin"
},
{
"name": "US East: Ashburn, VA",
"url": "rtmp://live-ash.stream.highwebmedia.com/live-origin"
},
{
"name": "Asia/Pacific South",
"url": "rtmp://live-as-south.stream.highwebmedia.com/live-origin"
"name": "South America: Sao Paulo, Brazil",
"url": "rtmp://live-gru.stream.highwebmedia.com/live-origin"
},
{
"name": "EU: Amsterdam, NL",
"url": "rtmp://live-nld.stream.highwebmedia.com/live-origin"
},
{
"name": "Asia/Pacific North-East",
"url": "rtmp://live-as-northeast.stream.highwebmedia.com/live-origin"
"name": "EU: Alblasserdam, NL",
"url": "rtmp://live-alb.stream.highwebmedia.com/live-origin"
},
{
"name": "EU: Frankfurt, DE",
"url": "rtmp://live-fra.stream.highwebmedia.com/live-origin"
},
{
"name": "EU: Belgrade, Serbia",
"url": "rtmp://live-srb.stream.highwebmedia.com/live-origin"
},
{
"name": "Asia: Singapore",
"url": "rtmp://live-sin.stream.highwebmedia.com/live-origin"
},
{
"name": "Asia: Tokyo, Japan",
"url": "rtmp://live-nrt.stream.highwebmedia.com/live-origin"
},
{
"name": "Australia: Sydney",
"url": "rtmp://live-syd.stream.highwebmedia.com/live-origin"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 20000,
"max video bitrate": 50000,
"max audio bitrate": 192
}
},
Expand Down

0 comments on commit 37dc3cd

Please sign in to comment.