Merge pull request #2245 from AlexanderKozhevin/alexpolymath_youstreamer
rtmp-services: Add YouStreamer
This commit is contained in:
commit
462ca9d0fe
@ -584,6 +584,13 @@ void AutoConfigStreamPage::UpdateKeyLink()
|
|||||||
text += QTStr(
|
text += QTStr(
|
||||||
"Basic.AutoConfig.StreamPage.StreamKey.LinkToSite");
|
"Basic.AutoConfig.StreamPage.StreamKey.LinkToSite");
|
||||||
text += "</a>";
|
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") {
|
} else if (serviceName == "Facebook Live") {
|
||||||
text += " <a href=\"https://";
|
text += " <a href=\"https://";
|
||||||
text += "www.facebook.com/live/create";
|
text += "www.facebook.com/live/create";
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
||||||
"version": 117,
|
"version": 118,
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"name": "services.json",
|
"name": "services.json",
|
||||||
"version": 117
|
"version": 118
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -490,6 +490,15 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "YouStreamer",
|
||||||
|
"servers": [
|
||||||
|
{
|
||||||
|
"name": "Moscow",
|
||||||
|
"url": "rtmp://push.youstreamer.com/in/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Vaughn Live / iNSTAGIB",
|
"name": "Vaughn Live / iNSTAGIB",
|
||||||
"servers": [
|
"servers": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user