rtmp-services: Update Switchboard Live service (#7104)

Updated servers and recommend settings.
master
Ro 2022-08-16 14:12:07 -07:00 committed by GitHub
parent ef6828d31b
commit 85f2888048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 37 deletions

View File

@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 204,
"version": 205,
"files": [
{
"name": "services.json",
"version": 204
"version": 205
}
]
}

View File

@ -1143,65 +1143,50 @@
"servers": [
{
"name": "Global Zone (geo based)",
"url": "rtmp://ingest-global-a.switchboard.zone/live"
"url": "rtmp://ingest-global.switchboard.zone/live"
},
{
"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 West",
"url": "rtmp://ingest-us-west.switchboard.zone/live"
},
{
"name": "US West 2 (North)",
"url": "rtmp://ingest-us-west.b.switchboard.zone/live"
"name": "US East",
"url": "rtmp://ingest-us-east.switchboard.zone/live"
},
{
"name": "US East 1 (North)",
"url": "rtmp://ingest-us-east.a.switchboard.zone/live"
"name": "US Central",
"url": "rtmp://ingest-us-central.switchboard.zone/live"
},
{
"name": "US East 2 (South)",
"url": "rtmp://ingest-us-east.b.switchboard.zone/live"
"name": "South America",
"url": "rtmp://ingest-sa.switchboard.zone/live"
},
{
"name": "US Central (North)",
"url": "rtmp://ingest-us-central.a.switchboard.zone/live"
"name": "EU (auto)",
"url": "rtmp://ingest-eu.switchboard.zone/live"
},
{
"name": "South America East (São Paulo, BR)",
"url": "rtmp://ingest-sa-east.a.switchboard.zone/live"
"name": "Australia",
"url": "rtmp://ingest-au.switchboard.zone/live"
},
{
"name": "Europe West (London, UK)",
"url": "rtmp://ingest-eu-west.a.switchboard.zone/live"
"name": "APAC (auto)",
"url": "rtmp://ingest-asia.switchboard.zone/live"
},
{
"name": "Europe North (Hamina, FI)",
"url": "rtmp://ingest-eu-north.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"
"name": "UK",
"url": "rtmp://ingest-uk.switchboard.zone/live"
}
],
"recommended": {
"keyint": 2,
"max audio bitrate": 128,
"max video bitrate": 10000
"profile": "high",
"max audio bitrate": 160,
"max video bitrate": 6000
}
},
{