[Libav-user] [libav-api] Adding parameters to rtsp url with ffmpeg 0.10 or libav 0.8 ?

Ronald S. Bultje rsbultje at gmail.com
Tue Feb 14 19:56:16 CET 2012


Hi,

On Mon, Feb 13, 2012 at 1:10 AM, Camera Man
<i.like.privacy.too at gmail.com> wrote:
> I've just upgraded to the latest trunk, recompiled and re-linked -- and
> realized that there is no way to pass options to the udp layer;
>
> In the past, it was possible to use a url like:
> "rstp://user:password@a.b.c.d/axis-media/media.amp?udp&buffer_size=1048576".
> With latest trunk, it is possible to specify the transport through an option
> dictionary ("rtsp_transport" -> "udp"), but I can't figure out how to pass
> options like buffer_size, connect, fifo_size etc.

./avconv -rtsp_transport udp -i rtsp://...

-rtsp_transport goes before the -i. Also see ./avconv -h.

Ronald


More information about the Libav-user mailing list