Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media player causes memory leak #250

Open
pam-param-pam opened this issue Feb 25, 2023 · 0 comments
Open

Media player causes memory leak #250

pam-param-pam opened this issue Feb 25, 2023 · 0 comments

Comments

@pam-param-pam
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant