0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

rtmp-services: Add OPENREC.tv service

This commit is contained in:
poccariswet 2021-01-05 13:56:05 +09:00 committed by Jim
parent 06c5d059c1
commit 77e4a09f62
3 changed files with 20 additions and 0 deletions

View File

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

View File

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

View File

@ -1983,6 +1983,20 @@
"bframes": 0,
"x264opts": "scenecut=0"
}
},
{
"name": "OPENREC.tv - Premium member (プレミアム会員)",
"servers": [
{
"name": "Default",
"url": "rtmp://a.station.openrec.tv:1935/live1"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 5000,
"max audio bitrate": 160
}
}
]
}