0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

UI: Enable Get Stream Key Button for Trovo service

Closes obsproject/obs-studio#3005
This commit is contained in:
tlivegaming 2020-06-11 16:19:19 +08:00 committed by jp9000
parent 1a4d132de7
commit a3ca72fd3e
2 changed files with 4 additions and 0 deletions

View File

@ -578,6 +578,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {
streamKeyLink = "https://www.app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
}
if (QString(streamKeyLink).isNull()) {

View File

@ -252,6 +252,8 @@ void OBSBasicSettings::UpdateKeyLink()
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {
streamKeyLink = "https://app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
}
if (QString(streamKeyLink).isNull()) {