mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-28 18:39:05 -04:00
Merge pull request #2245 from AlexanderKozhevin/alexpolymath_youstreamer
rtmp-services: Add YouStreamer
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"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": [
|
||||
|
||||
Reference in New Issue
Block a user