[FFmpeg-devel] [PATCH] ffprobe: do not exit in case the demuxer returns AVERROR(EAGAIN)

wm4 nfxjfg at googlemail.com
Fri Nov 20 18:45:51 CET 2015


On Fri, 20 Nov 2015 18:35:33 +0100
Nicolas George <george at nsup.org> wrote:

> Le decadi 30 brumaire, an CCXXIV, wm4 a écrit :
> > Uh what? Blocking I/O is perfectly fine, especially for something like
> > a demuxer, or something that does file I/O. Just use threads.  
> 
> Just use threads... I was waiting for it. Trick question: an application is
> reading from a live stream, the server goes down, the user switches to
> another stream: how do you close the first stream?

Interrupt callback.

> > But this has absolutely nothing to do with the problem at hand.  
> 
> It has everything to do with it.

No.

> Regards,
> 



More information about the ffmpeg-devel mailing list