提交 5020f615 编写于 作者: J JohannMG

UI: Update Facebook get stream key URL

Old URL is being phased out for the cleaner interface. Changed in both
the settings pane and the wizard.
上级 f23d04b6
......@@ -592,7 +592,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
streamKeyLink =
"https://restream.io/settings/streaming-setup?from=OBS";
} else if (serviceName == "Facebook Live") {
streamKeyLink = "https://www.facebook.com/live/create?ref=OBS";
streamKeyLink =
"https://www.facebook.com/live/producer?ref=OBS";
} else if (serviceName.startsWith("Twitter")) {
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {
......
......@@ -247,7 +247,8 @@ void OBSBasicSettings::UpdateKeyLink()
streamKeyLink =
"https://restream.io/settings/streaming-setup?from=OBS";
} else if (serviceName == "Facebook Live") {
streamKeyLink = "https://www.facebook.com/live/create?ref=OBS";
streamKeyLink =
"https://www.facebook.com/live/producer?ref=OBS";
} else if (serviceName.startsWith("Twitter")) {
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册