[Libav-user] avformat_open_input - remaining data
Fabrice Alcindor
fabrice.alcindor at gmail.com
Tue Oct 14 15:32:39 CEST 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20141014/b1a2264d/attachment.html>
More information about the Libav-user
mailing list