[FFmpeg-devel] [PATCH] Non-blocking protocols

Ronald S. Bultje rsbultje
Mon Jan 31 16:32:21 CET 2011


Hi,

On Sat, Jan 29, 2011 at 3:09 PM, Nicolas George
<nicolas.george at normalesup.org> wrote:
> I updated the TCP part to the git.ffmpeg.org repository because I think the
> select -> poll change is a good thing. make test still succeeds.

I don't think make test tests network protocols... That's a bug, but
just saying that make test doesn't do anything useful here...

General comments:
- if we have a non-blocking API, then we should have a library
function to get FDs and/or poll them. Is that available through
url_*() API? I believe it is, because rtsp.c uses it, but just want to
make sure
- this is just for protocols, not demuxers, right? Should we introduce
a flag to indicate which protocols support non-blocking red/write?
This'd be nice for things like webcams and so on also at some point

Ronald



More information about the ffmpeg-devel mailing list