rtmp-services: Update Twitter.com

master
VodBox 2021-04-20 13:07:08 +12:00
parent e9b80235b4
commit b5596cbf61
4 changed files with 23 additions and 7 deletions

View File

@ -634,7 +634,7 @@ void AutoConfigStreamPage::UpdateKeyLink()
streamKeyLink =
"https://www.facebook.com/live/producer?ref=OBS";
} else if (serviceName.startsWith("Twitter")) {
streamKeyLink = "https://www.pscp.tv/account/producer";
streamKeyLink = "https://studio.twitter.com/producer/sources";
} else if (serviceName.startsWith("YouStreamer")) {
streamKeyLink = "https://www.app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {

View File

@ -286,7 +286,7 @@ void OBSBasicSettings::UpdateKeyLink()
streamKeyLink =
"https://www.facebook.com/live/producer?ref=OBS";
} else if (serviceName.startsWith("Twitter")) {
streamKeyLink = "https://www.pscp.tv/account/producer";
streamKeyLink = "https://studio.twitter.com/producer/sources";
} else if (serviceName.startsWith("YouStreamer")) {
streamKeyLink = "https://app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 174,
"version": 175,
"files": [
{
"name": "services.json",
"version": 174
"version": 175
}
]
}

View File

@ -1027,8 +1027,11 @@
}
},
{
"name": "Twitter / Periscope",
"name": "Twitter",
"common": true,
"alt_names": [
"Twitter / Periscope"
],
"servers": [
{
"name": "US West: California",
@ -1046,6 +1049,10 @@
"name": "South America: Brazil",
"url": "rtmp://br.pscp.tv:80/x"
},
{
"name": "EU West: France",
"url": "rtmp://fr.pscp.tv:80/x"
},
{
"name": "EU West: Ireland",
"url": "rtmp://ie.pscp.tv:80/x"
@ -1058,10 +1065,18 @@
"name": "Asia/Pacific: Australia",
"url": "rtmp://au.pscp.tv:80/x"
},
{
"name": "Asia/Pacific: India",
"url": "rtmp://in.pscp.tv:80/x"
},
{
"name": "Asia/Pacific: Japan",
"url": "rtmp://jp.pscp.tv:80/x"
},
{
"name": "Asia/Pacific: Korea",
"url": "rtmp://kr.pscp.tv:80/x"
},
{
"name": "Asia/Pacific: Singapore",
"url": "rtmp://sg.pscp.tv:80/x"
@ -1069,8 +1084,9 @@
],
"recommended": {
"keyint": 3,
"max video bitrate": 4000,
"max audio bitrate": 128
"max video bitrate": 12000,
"max audio bitrate": 128,
"max fps": 60
}
},
{