Hi All

I am trying to implement a way of cancelling the call to av_read_frame(..) which seems to block indefinitely. I have added the interrupt callback to the formatcontext but this callback only gets fired on the call to avformat_open_input(..) not the call to av_read_frame(...). I have also tried setting AVFMT_FLAG_NONBLOCK but this doesn't work either.

The problem does not seem to happen when using UDP though..?

Anyone have any suggestions?

Thanks,
Mark.
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to