rtmp-services: Add Brime Live service

rtmp-services: Add Brime Live service
This commit is contained in:
geekenmd
2021-05-08 15:14:19 -07:00
committed by Jim
parent f40eede37a
commit 200c154238
4 changed files with 64 additions and 2 deletions
+2
View File
@@ -644,6 +644,8 @@ void AutoConfigStreamPage::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()) {