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";

View file

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 117,
"version": 118,
"files": [
{
"name": "services.json",
"version": 117
"version": 118
}
]
}

View file

@ -490,6 +490,15 @@
}
]
},
{
"name": "YouStreamer",
"servers": [
{
"name": "Moscow",
"url": "rtmp://push.youstreamer.com/in/"
}
]
},
{
"name": "Vaughn Live / iNSTAGIB",
"servers": [