diff --git a/UI/window-basic-auto-config.cpp b/UI/window-basic-auto-config.cpp index 663251568..e79718474 100644 --- a/UI/window-basic-auto-config.cpp +++ b/UI/window-basic-auto-config.cpp @@ -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()) { diff --git a/UI/window-basic-settings-stream.cpp b/UI/window-basic-settings-stream.cpp index e79d404fb..e2343532a 100644 --- a/UI/window-basic-settings-stream.cpp +++ b/UI/window-basic-settings-stream.cpp @@ -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()) {