|
@@ -641,6 +641,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
|
|
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
|
|
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
|
|
} else if (serviceName == "Glimesh") {
|
|
} else if (serviceName == "Glimesh") {
|
|
streamKeyLink = "https://glimesh.tv/users/settings/stream";
|
|
streamKeyLink = "https://glimesh.tv/users/settings/stream";
|
|
|
|
+ } else if (serviceName == "Odysee") {
|
|
|
|
+ streamKeyLink = "https://odysee.com/$/livestream";
|
|
} else if (serviceName.startsWith("OPENREC.tv")) {
|
|
} else if (serviceName.startsWith("OPENREC.tv")) {
|
|
streamKeyLink =
|
|
streamKeyLink =
|
|
"https://www.openrec.tv/login?keep_login=true&url=https://www.openrec.tv/dashboard/live?from=obs";
|
|
"https://www.openrec.tv/login?keep_login=true&url=https://www.openrec.tv/dashboard/live?from=obs";
|