Hello to all. I need do comunicate with a camera ip in my application. This camera uses a new protocol called Onvif. This protocol uses rtsp to stream the video. The problem is; this camera uses a rtsp authenticated method, which needs some extra data in the communications. Before the PLAY request I need to setup the connection, telling some authentication information, using a password digest.
My question is: how can I do it using libavformat? I've just seen there is a file named rtsp.h (http://www.ffmpeg.org/doxygen/trunk/rtsp_8h.html), but I can't find this file in my libav compilation (I compiled from sources, in the master branch). In this file part of API or only for internal uses? If it's public, how can use it in my application? I read the rtspdec.c and it uses this API and it seems I can send custom headers in the rtsp requests. Thanks to all. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
