On 11/26/2010 12:27 PM, Leandro Santiago wrote:
> 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?

Exactly what do you need? ffmpeg can use http/rtsp auth normally, could
you give us an example stream and tell which is the commandline, code
snippet used?

lu

-- 

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to