phoboslab / jsmpeg-vnc

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

dll missing #27

Open itapi opened 8 years ago

itapi commented 8 years ago

just tried to launch the the project in the visual studio, and get many dlls missing error such as avcodec56,sw-scale3.. what can i do?

phoboslab commented 8 years ago

These are the ffmpeg .dlls. They are included in the binary release. Put them in the same folder as the built .exe. https://github.com/phoboslab/jsmpeg-vnc/releases

itapi commented 8 years ago

@phoboslab oh sorry haha i had to notice this directory:)

another problem coming now-when i nevigate to the streaming adress(in my case it's )-10.0.0.2:8080 im getting a blank page with a black text "no page was found". any idea why it happens?

phoboslab commented 8 years ago

The client/ directory also has to be in the same directory as the .exe. Otherwise the server can't find .html and .js files to send to the browser.

itapi commented 8 years ago

@phoboslab this is the hierarchy: the containing folder with the exe(copied the dlls):

image

inside client image

am i doing good so far? thank you so much for your help, i really appreciate it! :)