phoboslab / jsmpeg-vnc

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

Build on windows #19

Closed dkrikun closed 8 years ago

dkrikun commented 8 years ago

I'm trying to build this on Windows 7, fails to run due to missing avcodec-57.dll etc. I see there is libavcodec.dll.a, but I'm not sure how to use it.

phoboslab commented 8 years ago

The DLLs are included in the release: https://github.com/phoboslab/jsmpeg-vnc/releases

You can also get the latest versions from http://ffmpeg.zeranoe.com/builds/ - but you'd also have to link against these then.