Seize / joy4

Golang audio/video library and streaming server
MIT License
13 stars 4 forks source link

mp4 muxer leaking #26

Open cedricve opened 3 years ago

cedricve commented 3 years ago

if you are writing in a continious mode, the mp4 muxer is leaking. any thoughts?

Screenshot 2021-01-12 at 06 09 35
a-rose commented 3 years ago

Hello ! This fork is no longer maintained, and I'm afraid it is also the case for the original repo. I just found out the original author started a new version here: https://github.com/nareix/joy5 Good luck :)

a-rose commented 3 years ago

I had a quick look but couldn't reproduce the issue when transmuxing from an mp4 file to a new mp4 file. Can you share your test conditions ?

cedricve commented 3 years ago

thanks @a-rose , the issue is visible when you are continuously muxing. I'm opening the av.Muxer, writing for 20 sec, closing and opening again. Hope this helps.