فهرست منبع

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.
JohannMG 5 سال پیش
والد
کامیت
5020f61589
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 2 1
      UI/window-basic-auto-config.cpp
  2. 2 1
      UI/window-basic-settings-stream.cpp

+ 2 - 1
UI/window-basic-auto-config.cpp

@@ -592,7 +592,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
 		streamKeyLink =
 		streamKeyLink =
 			"https://restream.io/settings/streaming-setup?from=OBS";
 			"https://restream.io/settings/streaming-setup?from=OBS";
 	} else if (serviceName == "Facebook Live") {
 	} 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")) {
 	} else if (serviceName.startsWith("Twitter")) {
 		streamKeyLink = "https://www.pscp.tv/account/producer";
 		streamKeyLink = "https://www.pscp.tv/account/producer";
 	} else if (serviceName.startsWith("YouStreamer")) {
 	} else if (serviceName.startsWith("YouStreamer")) {

+ 2 - 1
UI/window-basic-settings-stream.cpp

@@ -247,7 +247,8 @@ void OBSBasicSettings::UpdateKeyLink()
 		streamKeyLink =
 		streamKeyLink =
 			"https://restream.io/settings/streaming-setup?from=OBS";
 			"https://restream.io/settings/streaming-setup?from=OBS";
 	} else if (serviceName == "Facebook Live") {
 	} 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")) {
 	} else if (serviceName.startsWith("Twitter")) {
 		streamKeyLink = "https://www.pscp.tv/account/producer";
 		streamKeyLink = "https://www.pscp.tv/account/producer";
 	} else if (serviceName.startsWith("YouStreamer")) {
 	} else if (serviceName.startsWith("YouStreamer")) {