rtmp-services: Add Odysee.com

This commit is contained in:
iamflorencejay 2021-04-29 04:21:56 +00:00 committed by Jim
parent 200c154238
commit e876ad6596
3 changed files with 20 additions and 0 deletions

View File

@ -641,6 +641,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
} else if (serviceName == "Glimesh") {
streamKeyLink = "https://glimesh.tv/users/settings/stream";
} else if (serviceName == "Odysee") {
streamKeyLink = "https://odysee.com/$/livestream";
} else if (serviceName.startsWith("OPENREC.tv")) {
streamKeyLink =
"https://www.openrec.tv/login?keep_login=true&url=https://www.openrec.tv/dashboard/live?from=obs";

View File

@ -293,6 +293,8 @@ void OBSBasicSettings::UpdateKeyLink()
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
} else if (serviceName == "Glimesh") {
streamKeyLink = "https://glimesh.tv/users/settings/stream";
} else if (serviceName == "Odysee") {
streamKeyLink = "https://odysee.com/$/livestream";
} else if (serviceName.startsWith("OPENREC.tv")) {
streamKeyLink =
"https://www.openrec.tv/login?keep_login=true&url=https://www.openrec.tv/dashboard/live?from=obs";

View File

@ -2038,6 +2038,22 @@
"x264opts": "scenecut=0"
}
},
{
"name": "Odysee",
"servers": [
{
"name": "Default",
"url": "rtmp://stream.odysee.com/live"
}
],
"recommended": {
"keyint": 1,
"max video bitrate": 2500,
"profile": "high",
"x264opts": "tune=zerolatency"
}
},
{
"name": "OPENREC.tv - Premium member (プレミアム会員)",
"servers": [