rtmp-services: Add YouStreamer

(This commit also modifies the UI module)
This commit is contained in:
Alexander Kozhevin
2019-12-14 16:42:27 +03:00
committed by jp9000
parent 3d0112a225
commit c11a30e02a
3 changed files with 18 additions and 2 deletions

View File

@@ -584,6 +584,13 @@ void AutoConfigStreamPage::UpdateKeyLink()
text += QTStr(
"Basic.AutoConfig.StreamPage.StreamKey.LinkToSite");
text += "</a>";
} else if (serviceName == "YouStreamer") {
text += " <a href=\"https://";
text += "app.youstreamer.com/stream";
text += "\">";
text += QTStr(
"Basic.AutoConfig.StreamPage.StreamKey.LinkToSite");
text += "</a>";
} else if (serviceName == "Facebook Live") {
text += " <a href=\"https://";
text += "www.facebook.com/live/create";