mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
rtmp-services: Add Brime Live service
rtmp-services: Add Brime Live service
This commit is contained in:
@@ -296,6 +296,8 @@ void OBSBasicSettings::UpdateKeyLink()
|
||||
} else if (serviceName.startsWith("OPENREC.tv")) {
|
||||
streamKeyLink =
|
||||
"https://www.openrec.tv/login?keep_login=true&url=https://www.openrec.tv/dashboard/live?from=obs";
|
||||
} else if (serviceName == "Brime Live") {
|
||||
streamKeyLink = "https://brimelive.com/obs-stream-key-link";
|
||||
}
|
||||
|
||||
if (QString(streamKeyLink).isNull()) {
|
||||
|
||||
Reference in New Issue
Block a user