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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: