From 3ec053ef5df885571ba48aac6daf077412ed71b9 Mon Sep 17 00:00:00 2001 From: Philipp Bauer Date: Mon, 27 Apr 2020 04:56:50 +0200 Subject: [PATCH] rtmp-services: Update Switchboard Live servers Closes obsproject/obs-studio#2813 --- plugins/rtmp-services/data/services.json | 58 ++++++++++++++++++++---- 1 file changed, 48 insertions(+), 10 deletions(-) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index c77a60960..910283331 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1262,33 +1262,71 @@ } }, { - "name": "Switchboard Live (Joicaster)", + "name": "Switchboard Live", + "alt_names": ["Switchboard Live (Joicaster)"], "servers": [ { - "name": "Default - Performance Global", + "name": "Global Zone (geo based)", "url": "rtmp://ingest-global-a.switchboard.zone/live" }, { - "name": "US West", + "name": "US Zone (geo based)", + "url": "rtmp://ingest-us.switchboard.zone/live" + }, + { + "name": "US West 1 (South)", "url": "rtmp://ingest-us-west.a.switchboard.zone/live" }, { - "name": "US East", + "name": "US West 2 (North)", + "url": "rtmp://ingest-us-west.b.switchboard.zone/live" + }, + { + "name": "US East 1 (North)", "url": "rtmp://ingest-us-east.a.switchboard.zone/live" }, { - "name": "Europe West", + "name": "US East 2 (South)", + "url": "rtmp://ingest-us-east.b.switchboard.zone/live" + }, + { + "name": "US Central (North)", + "url": "rtmp://ingest-us-central.a.switchboard.zone/live" + }, + { + "name": "South America East (São Paulo, BR)", + "url": "rtmp://ingest-sa-east.a.switchboard.zone/live" + }, + { + "name": "Europe West (London, UK)", "url": "rtmp://ingest-eu-west.a.switchboard.zone/live" }, { - "name": "Europe Central", - "url": "rtmp://ingest-us-east.a.switchboard.zone/live" + "name": "Europe North (Hamina, FI)", + "url": "rtmp://ingest-eu-north.a.switchboard.zone/live" }, { - "name": "Australia East", - "url": "rtmp://ingest-au-east.a.switchboard.zone/live" + "name": "Australia Southeast (Sydney, AU)", + "url": "rtmp://ingest-au-southeast.a.switchboard.zone/live" + }, + { + "name": "Asia East (Changhua County, TW)", + "url": "rtmp://ingest-as-east.a.switchboard.zone/live" + }, + { + "name": "Asia Northeast (Tokyo, JP)", + "url": "rtmp://ingest-as-northeast.a.switchboard.zone/live" + }, + { + "name": "Asia South (Mumbai, IN)", + "url": "rtmp://ingest-as-south.a.switchboard.zone/live" } - ] + ], + "recommended": { + "keyint": 2, + "max audio bitrate": 128, + "max video bitrate": 10000 + } }, { "name": "Looch", -- GitLab