python-vlc icon indicating copy to clipboard operation
python-vlc copied to clipboard

Media player causes memory leak

Open pam-param-pam opened this issue 2 years ago • 0 comments

So there are actually two issues I identified:

FIRST) Description: It's not possible to add media to a used media player instance

Expected behavior: After media is finished, add another media to media player and play it

Real behavior: What actually happens is that program freezes on .play() method

SECOND) There seems to be a memory leak in media player if u play media from url and then call .release() .release() also seems to freeze the program if called from MediaEventReached event

pam-param-pam avatar Feb 25 '23 19:02 pam-param-pam