You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
It looks like Janus expects clients to have the janus header directory directly included when a plugin compiles, whereas uStreamer expects to only have the include/ dir included and expects Janus headers to be under <janus/whatever.h>, which seems reasonable.
I'm not sure if this is a Janus bug or a uStreamer bug, but the uStreamer Janus plugin won't compile unless we manually fix a C
#includeline in a Janus header.It looks like Janus expects clients to have the
janusheader directory directly included when a plugin compiles, whereas uStreamer expects to only have theinclude/dir included and expects Janus headers to be under<janus/whatever.h>, which seems reasonable.