mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-16 21:08:01 -04:00
Assume reverse proxy setup for janus for http as well
This commit is contained in:
@@ -191,7 +191,7 @@ function MonitorStream(monitorData) {
|
||||
// Assume reverse proxy setup for now
|
||||
server = "https://" + window.location.hostname + "/janus";
|
||||
} else {
|
||||
server = "http://" + window.location.hostname + ":8088/janus";
|
||||
server = "http://" + window.location.hostname + "/janus";
|
||||
}
|
||||
|
||||
if (janus == null) {
|
||||
|
||||
Reference in New Issue
Block a user