mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-19 19:55:16 -04:00
rtmp-services: Add YouStreamer
(This commit also modifies the UI module)
This commit is contained in:
committed by
jp9000
parent
3d0112a225
commit
c11a30e02a
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user