Merge pull request #2245 from AlexanderKozhevin/alexpolymath_youstreamer

rtmp-services: Add YouStreamer
This commit is contained in:
Jim 2019-12-14 13:32:26 -08:00 committed by GitHub
commit 462ca9d0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": [