提交 c11a30e0 编写于 作者: A Alexander Kozhevin 提交者: jp9000

rtmp-services: Add YouStreamer

(This commit also modifies the UI module)
上级 3d0112a2
......@@ -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";
......
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 117,
"version": 118,
"files": [
{
"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",
"servers": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册