diff --git a/UI/window-basic-auto-config.cpp b/UI/window-basic-auto-config.cpp index 5c8102d85..56c017f8b 100644 --- a/UI/window-basic-auto-config.cpp +++ b/UI/window-basic-auto-config.cpp @@ -626,6 +626,9 @@ void AutoConfigStreamPage::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 = diff --git a/UI/window-basic-settings-stream.cpp b/UI/window-basic-settings-stream.cpp index af25a35cb..cb6ce3fba 100644 --- a/UI/window-basic-settings-stream.cpp +++ b/UI/window-basic-settings-stream.cpp @@ -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 = diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 416b8cd45..6f4874298 100644 --- a/plugins/rtmp-services/data/package.json +++ b/plugins/rtmp-services/data/package.json @@ -1,10 +1,10 @@ { "url": "https://obsproject.com/obs2_update/rtmp-services", - "version": 173, + "version": 174, "files": [ { "name": "services.json", - "version": 173 + "version": 174 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 7a1e7c155..f3226003e 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -284,6 +284,26 @@ "x264opts": "scenecut=0" } }, + { + "name": "Luzento.com - RTMP", + "servers": [ + { + "name": "Primary", + "url": "rtmp://ingest.luzento.com/live" + }, + { + "name": "Primary (Test)", + "url": "rtmp://ingest.luzento.com/test" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 6000, + "max audio bitrate": 256, + "bframes": 2, + "x264opts": "scenecut=0" + } + }, { "name": "VIMM", "servers": [