Skip to content

Commit

Permalink
rtmp-services: Add PolyStreamer service
Browse files Browse the repository at this point in the history
Add PolyStreamer.com to services.json, and increment the version in
accompanying package.json
  • Loading branch information
jcward authored and tommyvct committed May 22, 2021
1 parent 5a9f14f commit cb49bee
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 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": 167,
"version": 168,
"files": [
{
"name": "services.json",
"version": 167
"version": 168
}
]
}
40 changes: 40 additions & 0 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,46 @@
"x264opts": "tune=zerolatency scenecut=0"
}
},
{
"name": "PolyStreamer.com",
"servers": [
{
"name": "Auto-select closest server",
"url": "rtmp://live.polystreamer.com/live"
},
{
"name": "United States - West",
"url": "rtmp://us-west.live.polystreamer.com/live"
},
{
"name": "United States - East",
"url": "rtmp://us-east.live.polystreamer.com/live"
},
{
"name": "Australia",
"url": "rtmp://aus.live.polystreamer.com/live"
},
{
"name": "India",
"url": "rtmp://ind.live.polystreamer.com/live"
},
{
"name": "Germany",
"url": "rtmp://deu.live.polystreamer.com/live"
},
{
"name": "Japan",
"url": "rtmp://jpn.live.polystreamer.com/live"
},
{
"name": "Singapore",
"url": "rtmp://sgp.live.polystreamer.com/live"
}
],
"recommended": {
"keyint": 2
}
},
{
"name": "Glimesh",
"servers": [
Expand Down

0 comments on commit cb49bee

Please sign in to comment.