rtmp-services: Update Twitter.com
This commit is contained in:
parent
e9b80235b4
commit
b5596cbf61
@ -634,7 +634,7 @@ void AutoConfigStreamPage::UpdateKeyLink()
|
|||||||
streamKeyLink =
|
streamKeyLink =
|
||||||
"https://www.facebook.com/live/producer?ref=OBS";
|
"https://www.facebook.com/live/producer?ref=OBS";
|
||||||
} else if (serviceName.startsWith("Twitter")) {
|
} else if (serviceName.startsWith("Twitter")) {
|
||||||
streamKeyLink = "https://www.pscp.tv/account/producer";
|
streamKeyLink = "https://studio.twitter.com/producer/sources";
|
||||||
} else if (serviceName.startsWith("YouStreamer")) {
|
} else if (serviceName.startsWith("YouStreamer")) {
|
||||||
streamKeyLink = "https://www.app.youstreamer.com/stream/";
|
streamKeyLink = "https://www.app.youstreamer.com/stream/";
|
||||||
} else if (serviceName == "Trovo") {
|
} else if (serviceName == "Trovo") {
|
||||||
|
@ -286,7 +286,7 @@ void OBSBasicSettings::UpdateKeyLink()
|
|||||||
streamKeyLink =
|
streamKeyLink =
|
||||||
"https://www.facebook.com/live/producer?ref=OBS";
|
"https://www.facebook.com/live/producer?ref=OBS";
|
||||||
} else if (serviceName.startsWith("Twitter")) {
|
} else if (serviceName.startsWith("Twitter")) {
|
||||||
streamKeyLink = "https://www.pscp.tv/account/producer";
|
streamKeyLink = "https://studio.twitter.com/producer/sources";
|
||||||
} else if (serviceName.startsWith("YouStreamer")) {
|
} else if (serviceName.startsWith("YouStreamer")) {
|
||||||
streamKeyLink = "https://app.youstreamer.com/stream/";
|
streamKeyLink = "https://app.youstreamer.com/stream/";
|
||||||
} else if (serviceName == "Trovo") {
|
} else if (serviceName == "Trovo") {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
||||||
"version": 174,
|
"version": 175,
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"name": "services.json",
|
"name": "services.json",
|
||||||
"version": 174
|
"version": 175
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1027,8 +1027,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Twitter / Periscope",
|
"name": "Twitter",
|
||||||
"common": true,
|
"common": true,
|
||||||
|
"alt_names": [
|
||||||
|
"Twitter / Periscope"
|
||||||
|
],
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"name": "US West: California",
|
"name": "US West: California",
|
||||||
@ -1046,6 +1049,10 @@
|
|||||||
"name": "South America: Brazil",
|
"name": "South America: Brazil",
|
||||||
"url": "rtmp://br.pscp.tv:80/x"
|
"url": "rtmp://br.pscp.tv:80/x"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "EU West: France",
|
||||||
|
"url": "rtmp://fr.pscp.tv:80/x"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "EU West: Ireland",
|
"name": "EU West: Ireland",
|
||||||
"url": "rtmp://ie.pscp.tv:80/x"
|
"url": "rtmp://ie.pscp.tv:80/x"
|
||||||
@ -1058,10 +1065,18 @@
|
|||||||
"name": "Asia/Pacific: Australia",
|
"name": "Asia/Pacific: Australia",
|
||||||
"url": "rtmp://au.pscp.tv:80/x"
|
"url": "rtmp://au.pscp.tv:80/x"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Asia/Pacific: India",
|
||||||
|
"url": "rtmp://in.pscp.tv:80/x"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Asia/Pacific: Japan",
|
"name": "Asia/Pacific: Japan",
|
||||||
"url": "rtmp://jp.pscp.tv:80/x"
|
"url": "rtmp://jp.pscp.tv:80/x"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Asia/Pacific: Korea",
|
||||||
|
"url": "rtmp://kr.pscp.tv:80/x"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Asia/Pacific: Singapore",
|
"name": "Asia/Pacific: Singapore",
|
||||||
"url": "rtmp://sg.pscp.tv:80/x"
|
"url": "rtmp://sg.pscp.tv:80/x"
|
||||||
@ -1069,8 +1084,9 @@
|
|||||||
],
|
],
|
||||||
"recommended": {
|
"recommended": {
|
||||||
"keyint": 3,
|
"keyint": 3,
|
||||||
"max video bitrate": 4000,
|
"max video bitrate": 12000,
|
||||||
"max audio bitrate": 128
|
"max audio bitrate": 128,
|
||||||
|
"max fps": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user