You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2024. It is now read-only.
Everything is fine with that but I observed a memory leak over the time with recent melted versions.
I did try self-builds and a pre-build version downloaded from http://builds.meltytech.com/ at february 17th 2020. (by the way: this buildserver seems to be broken now).
What I see is that the memory allocated when the PAUSE command is sent is not freed again completly after STOP or CLEAR is sent. So the memory usage of the melted process will grow very huge over time until memory and swap is exceeded and it crashes or the process is restarted.
I do have an old self-build version from April 16th 2016 which does not have this behaviour and which runs for years but due to the outdated ffmpeg and MLT libs it has some issues with new codecs and file formats.
Maybe this is more an issue on MLT or at the interface between MLT and melted.
Who can give me a hint what could be wrong or what needs to be fixed with the recent melted builds?