Jelajahi Sumber

UI: Enable Get Stream Key Button for Trovo service

Closes obsproject/obs-studio#3005
tlivegaming 5 tahun lalu
induk
melakukan
a3ca72fd3e
2 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 2 0
      UI/window-basic-auto-config.cpp
  2. 2 0
      UI/window-basic-settings-stream.cpp

+ 2 - 0
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()) {

+ 2 - 0
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()) {