jsmpeg-vnc icon indicating copy to clipboard operation
jsmpeg-vnc copied to clipboard

dll missing

Open itapi opened this issue 9 years ago • 4 comments

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?

itapi avatar Feb 16 '16 20:02 itapi

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

phoboslab avatar Feb 16 '16 21:02 phoboslab

@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?

itapi avatar Feb 17 '16 13:02 itapi

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.

phoboslab avatar Feb 17 '16 14:02 phoboslab

@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! :)

itapi avatar Feb 17 '16 19:02 itapi