phoboslab / jsmpeg-vnc

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

Build for Windows 64bit - issue with libwebsockets #63

Open roelvz opened 5 years ago

roelvz commented 5 years ago

I'm trying to build for 64bit Windows, but ran into trouble with the libwebsockets library.

I couldn't find websockets_static.lib for 64bit, so I compiled it myself from the latest source (v3.0.1). It looks like a lot has changed to this library, so I don't think I can simply use the latest version. Do you know the original version of libwebsockets that was used in this project?

BelleNottelling commented 5 years ago

I believe you can use versions pre V2, but the original I think was a little below V1