Hello, Yes, I am using java JNA wrapper around the ffmpeg library. My application is in java and I am using ffmpeg c library for writing audio-video RTP streams into a webm file. As far as I know, there is no issue on java side. And, I am not freeing any pointers before calling av_write_trailer(). Regards, Ravi Kiran B S ---- On Tue, 05 Dec 2017 09:34:43 +0530 Shu Wang <[email protected]> wrote ---- I can't see why there is a java error for a c library. Maybe you're using some java wrapper for ffmpeg, which throwing the error? On Mon, Dec 4, 2017 at 6:06 PM, ravikiran.bs <[email protected]> wrote: -- Shu. Wang @ Bestminr http://halfelf.me _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user Hello, I am using libavformat to mux audio and video streams obtained in RTP into a webm file. But while closing the file, I call av_write_trailer() which throws the error : "java(1128,0x700003430000) malloc: *** error for object 0x7fafa4068a00: pointer being freed was not allocated" I haven't freed any modules before calling av_write_trailer() method. Am I missing something here ? Please help. Thank You. Regards, Ravi Kiran B S _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
