Embed: gvd.

This commit is contained in:
Cat 2020-08-07 10:23:30 +02:00 committed by Thulinma
parent 84d2cd635e
commit 3fbc50c2ba
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -900,7 +900,7 @@ function MistVideo(streamName,options) {
}); });
} }
if (false) { //if ("WebSocket" in window) { if ("WebSocket" in window) {
function openSocket() { function openSocket() {
MistVideo.log("Opening stream status stream.."); MistVideo.log("Opening stream status stream..");
var url = MistVideo.options.host.replace(/^http/i,"ws"); var url = MistVideo.options.host.replace(/^http/i,"ws");