streamer state over websocket

This commit is contained in:
Devaev Maxim
2018-11-08 20:42:42 +03:00
parent 363bbdac57
commit 1640725cdc
10 changed files with 229 additions and 171 deletions

View File

@@ -10,7 +10,6 @@ function main() {
$("bad-browser-modal").style.visibility = "visible";
} else {
ui = new Ui();
new Session(new Atx(), new Hid(), new Msd());
new Stream();
new Session(new Streamer(), new Atx(), new Hid(), new Msd());
}
}