phoboslab / jsmpeg-vnc

A low latency, high framerate screen sharing server for Windows and client for browsers
2.39k stars 397 forks source link

unable to open index.html #6

Closed ghost closed 9 years ago

ghost commented 9 years ago

Happens to any device and or program i try to "attach" also the warning of "data not aligned" captura de tela 2015-07-29 20 31 30

phoboslab commented 9 years ago

The client/ directory needs to be a subdirectory of the one where the jsmpeg-vnc.exe is in. I.e.:

jsmpeg-vnc/
    jmspeg-vnc.exe
    client/
        index.html
        jmspg.js
        jsmpg-vnc.js

The warning about unaligned data can be safely ignored.

ghost commented 9 years ago

everything was as it should be but for some reason i need to "cd" to the location to detect the client/index.html. Anyway, thanks :)