brunoherbelin / vimix

Live Video Mixer
GNU General Public License v3.0
259 stars 25 forks source link

Vimix frozen after 2/3 session load #122

Closed lupin3rd closed 5 months ago

lupin3rd commented 5 months ago

I attach a video registration of the problem... seem that vimix crash after load some sessions... and the same session that at first load don't have any error... if reloaded don't find video file... https://www.youtube.com/watch?v=JeOSjkiRBeo

lupin3rd commented 5 months ago

Vimix don't free memory after change session; it occupy always more memory: https://www.youtube.com/watch?v=8JWJoAtKwcc

brunoherbelin commented 5 months ago

aha! Thanks for the bug report : I did several memory stress test when originally developing the video sources but many changes since then might have caused leaks or missing freeing memory. Also i see the situation is linked to many media pre-loaded but not playing (in standby) : this might be linked to the problem (i.e. source deleted before having played)... For sure a bug that I will fix !

Thanks again for your help in spotting this issue!

brunoherbelin commented 5 months ago

Hey ! Please try with Beta 5a077d2f52e65a29cc350e853be1aa662d3c1851

I could replicate similar issues and should have fixed it. Hopefully it was the problem you encountered... Let me know.

lupin3rd commented 5 months ago

I confirm that last commit solve the bug!