Hi,

For a streaming application  I would  use data chunk from a buffer using
custom I/O. My understanding is that while opening the file
with avformat_open_input(), stream is split in packets. However data chunk
might not be complete packet. I'm looking for a way to manage remaining
data of incomplete packet to ensure continuity of the stream. Is there
something related to this in AVFormatContext or AVIOContext. Maybe
AVIOContext::buf_ptr
<http://www.ffmpeg.org/doxygen/2.2/structAVIOContext.html#a3500915a7434270c42dffc80fafffa2d>
?

Thanx
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to