Assume reverse proxy setup for janus for http as well
parent
0ded374bc3
commit
31d9342918
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue