[Libav-user] Unable to set UDP timeout for av_read_frame () . It goes with default value of 20 seconds.

Ramprakash Jelari get2jils at gmail.com
Tue Mar 18 11:16:57 CET 2014


Yes, it does work. but i am bit hesitant to go with this approach, as it
increases the CPU load, if i am not wrong,
as each time interrupt callback will get invoked.

correct me if i am wrong?


On Mon, Mar 17, 2014 at 10:40 PM, wm4 <nfxjfg at googlemail.com> wrote:

> On Mon, 17 Mar 2014 22:20:19 +0530
> whoami Jils <get2jils at gmail.com> wrote:
>
> > Hi
> >
> >  i follow below step to set UDP socket timeout of 5 seconds.
> >
> > AVDictionary *stream_opts = 0;
> > av_dict_set(&stream_opts, "timeout", 3000000) // in microseconds.
> > avformat_open_input ( &myContext, "<myIPAddr", NULL, &stream_opts);
>
> Just an uniformed guess: does setting the interrupt callback help?
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20140318/162aca1b/attachment.html>


More information about the Libav-user mailing list