Re: [Libav-user] avformat_open_input - remaining data

2014-10-21 Thread Fabrice Alcindor
Hi all, I'm still facing my issue. To help understanding my issue here a reformulation of my previous question: It seems that avformat_open_input / av_read_frame only deals with complete video frame. Let me know if i'm wrong. In other hand, my application receives RTP packets that encapsulate 7

[Libav-user] avformat_open_input - remaining data

2014-10-14 Thread Fabrice Alcindor
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 incomp