[Libav-user] How to access AVFormatContext's priv_data so as to know chunk_index

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Jun 19 23:39:07 EEST 2018


2018-06-19 13:17 GMT+02:00, ravikiran.bs <ravikiran.bs at zohocorp.com>:
> Hello, I am using webm_chunk muxer to generate live webm dash chunks. I need
> a way to get notified when each chunk write is completed from ffmpeg. I have
> configured, interrupt_callback in AVFormatContext. But i am not able to
> access its priv_data in order to know the current chunk index.

You are not supposed to access priv_data, its contents may change from
version to version.

Carl Eugen


More information about the Libav-user mailing list