sandeep
sandeep
I have been trying to compile libwebsockets from source and facing many issues with its depandencies like OpenSSL, Zlib etc, Have you tried compiling for andorid?
Hi While bulding libwebsockets.a I disabled Openssl support to build the static Lib, How can I disable the Openssl in OFXLibwebsockets wrapper? To Integrate this with my project.
I build a static library(libwebsockets.a) of libwebsockets using android NDK r9c and current master branch of libwebsockets , then linked the with ofxLibwebsockets. while keeping the libwebsockets.h from ofxLibwebsockets it-self....
Hi, I figured that you are using version 2.3 release of libwebsockets, and felt that version variance is creating the problem. So I built it with 2.3 and repeated the...