David Rodrigues <drodrigues@...> writes: > When i run the code the function avformat_open_input blocks, it > reads N chunks of data but don't terminate with or without error. > This happens with MOV format. I've tried using MPEG-TS format and > this code runs successfully.
This may be irrelevant but does your costum protocol support seeking? I suspect this is needed to read mov files (but not for mpeg-ts). Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
