Skip to content

Commit e448c0a

Browse files
katahtonicRytoEX
authored andcommitted
rtmp-services: Add additional SharePlay.tv servers
1 parent 335357a commit e448c0a

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "schema/package-schema.json",
33
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
4-
"version": 280,
4+
"version": 281,
55
"files": [
66
{
77
"name": "services.json",
8-
"version": 280
8+
"version": 281
99
}
1010
]
1111
}

plugins/rtmp-services/data/services.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,9 +2619,57 @@
26192619
"common": false,
26202620
"stream_key_link": "https://playstudio.shareplay.tv/stream/settings",
26212621
"servers": [
2622+
{
2623+
"name": "Default (Auto Detect)",
2624+
"url": "rtmp://stream.shareplay.tv"
2625+
},
26222626
{
26232627
"name": "Atlanta, Georgia, USA",
26242628
"url": "rtmp://live-us-atl-stream.shareplay.tv"
2629+
},
2630+
{
2631+
"name": "Chicago, Illinois, USA",
2632+
"url": "rtmp://live-us-ord-stream.shareplay.tv"
2633+
},
2634+
{
2635+
"name": "Dallas, Texas, USA",
2636+
"url": "rtmp://live-us-dfw-stream.shareplay.tv"
2637+
},
2638+
{
2639+
"name": "Los Angeles, California, USA",
2640+
"url": "rtmp://live-us-lax-stream.shareplay.tv"
2641+
},
2642+
{
2643+
"name": "Miami, Florida, USA",
2644+
"url": "rtmp://live-us-mia-stream.shareplay.tv"
2645+
},
2646+
{
2647+
"name": "Seattle, Washington, USA",
2648+
"url": "rtmp://live-us-sea-stream.shareplay.tv"
2649+
},
2650+
{
2651+
"name": "Washington D.C., USA",
2652+
"url": "rtmp://live-us-iad-stream.shareplay.tv"
2653+
},
2654+
{
2655+
"name": "Toronto, Canada",
2656+
"url": "rtmp://live-ca-yyz-stream.shareplay.tv"
2657+
},
2658+
{
2659+
"name": "Paris, France",
2660+
"url": "rtmp://live-fr-par-stream.shareplay.tv"
2661+
},
2662+
{
2663+
"name": "London, UK",
2664+
"url": "rtmp://live-uk-lhr-stream.shareplay.tv"
2665+
},
2666+
{
2667+
"name": "Milan, Italy",
2668+
"url": "rtmp://live-it-mil-stream.shareplay.tv"
2669+
},
2670+
{
2671+
"name": "Sydney, Australia",
2672+
"url": "rtmp://live-au-syd-stream.shareplay.tv"
26252673
}
26262674
],
26272675
"supported video codecs": [

0 commit comments

Comments
 (0)