Bhlowe
Bhlowe
If you can, could you upgrade libcurl to >=7.45 ? for the janus_streaming.c plugin, I get the following error: JANUS_LOG(LOG_WARN, "RTSP digest authentication unsupported (needs libcurl >= 7.45.0)\n"); Thank you...
Hi Brendan, The streaming plugin requires libcurl >7.45.0 for RTSP connections. I see the following error. Getting [WARN] RTSP digest authentication unsupported (needs libcurl >= 7.45.0) I can pipe the...
I'd like to be able to use the API to find out info about clients watching each stream. I am in the process of implementing this in my fork.. but...