0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

rtmp-services: Add Luzento.com

This commit is contained in:
Joe Flateau 2021-04-19 11:32:11 -04:00 committed by Dillon Pentz
parent dc2b00a4dd
commit e9b80235b4
4 changed files with 28 additions and 2 deletions

View File

@ -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 =

View File

@ -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 =

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 173,
"version": 174,
"files": [
{
"name": "services.json",
"version": 173
"version": 174
}
]
}

View File

@ -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": [