Skip to content

Commit

Permalink
rtmp-services: Update restream.io ingests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gol-D-Ace committed Feb 26, 2016
1 parent 24c18bf commit 826d5c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 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": 13,
"version": 14,
"files": [
{
"name": "services.json",
"version": 13
"version": 14
}
]
}
16 changes: 10 additions & 6 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,20 +313,24 @@
"name": "Restream.io",
"servers": [
{
"name": "EU Primary",
"url": "rtmp://eu.restream.io/live"
"name": "EU-London",
"url": "rtmp://eu-west.restream.io/live"
},
{
"name": "EU Secondary",
"url": "rtmp://eu-secondary.restream.io/live"
"name": "EU-Frankfurt",
"url": "rtmp://eu.restream.io/live"
},
{
"name": "US West",
"name": "US-West",
"url": "rtmp://us-west.restream.io/live"
},
{
"name": "US East",
"name": "US-East",
"url": "rtmp://us-east.restream.io/live"
},
{
"name": "AU-Sydney",
"url": "rtmp://au.restream.io/live"
}
]
},
Expand Down

0 comments on commit 826d5c0

Please sign in to comment.