2018-06-19 13:17 GMT+02:00, ravikiran.bs <[email protected]>: > 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 _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
