Closed njam closed 8 years ago
@njam my 5 ¢: it does work, but the configure
of janus
wants the libwebsocket_get_internal_extensions
function inside libwebsockets.so
and in later code this function is re-defined as a macro instead. So the code would compile but configure phase fails. This might be fixed in newer janus
code too, I've not checked since I keep the revision we sticked to when we started. I took the most recent tag that does not have this change as a reference.
I guess using latest stable (v1.5-chrome47-firefox41
) makes sense for this library anyways, instead of HEAD!
Solved in #26
We've been using HEAD, but doesn't work anymore. @landswellsong suggests to use
v1.5-chrome47-firefox41
: See https://github.com/cargomedia/janus-gateway-rtpbroadcast/pull/37/files And http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog@kris-lab @ppp0 @dergraf fyi