mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-08 07:45:56 -04:00
rtmp-services: Add Luzento.com
This commit is contained in:
committed by
Dillon Pentz
parent
dc2b00a4dd
commit
e9b80235b4
@@ -278,6 +278,9 @@ void OBSBasicSettings::UpdateKeyLink()
|
||||
} else if (serviceName.startsWith("Restream.io")) {
|
||||
streamKeyLink =
|
||||
"https://restream.io/settings/streaming-setup?from=OBS";
|
||||
} else if (serviceName == "Luzento.com - RTMP") {
|
||||
streamKeyLink =
|
||||
"https://cms.luzento.com/dashboard/stream-key?from=OBS";
|
||||
} else if (serviceName == "Facebook Live" ||
|
||||
(customServer.contains("fbcdn.net") && IsCustomService())) {
|
||||
streamKeyLink =
|
||||
|
||||
Reference in New Issue
Block a user