-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
ExoPlayer memory leak #2257
Comments
I do not operate seek, but I still found there are lot of memory allocated to allocationnode when I scroll the video list. I'm sure that I've released the player when the textureview is out of screen. But I still often get OOM problem. really confused about the oom in video list. anyone can help? thanks |
Interesting. I had already figured out how the memory leak works elsewhere (thank you to the person who referenced this issue report in mine and alerted me to it), but I didn't even think of seeking within the same video being a potential cause for it too. Nice find. |
I think we can close this or? |
Can't check if it's relevant now because it only reproduced on only one of my devices which is now broken. |
Okay the I guess we can close it and reopen/create a new issue if it's relevant again. |
Apparently I can reproduce this issue on certain (that lasts 6+ hours) youtube videos. Exception
|
@IriaSomobu Please open a new issue with full details. |
I noticed one problem, the allocated video memory is increased after seeking playback position.
This bug available only on one of my devices. I found this. Look like this is a internal bug of ExoPlayer, but I`m not sure. Are anyone has the same problem?
The text was updated successfully, but these errors were encountered: