-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Memory leak in HlsMediaChunk #2319
Comments
Looks like a memory leak. I'll have a look. |
By the way, next time please provide all the information required in the issue template. In this case, I am interested in the exoplayer version you are using. Have you reproduced the issue in the DemoApp? If so, would you kindly send a link to the stream to dev.exoplayer@gmail.com? |
Here is fresh log with memory large heap set to true. VERSION = "2.1.1"; Devices: Minix X7, Minix X8 No, I didn't try demo, but I will. |
Thanks, I'll wait. If you manage to reproduce, please send the stream to the provided e-mail address. |
It is reproduced on Minix X8, with demo app. Sound is playing, video is freezed for some time and then app crashed. |
Can you please send a link that reproduces the issue to dev.exoplayer@gmail.com? Don't forget to include the issue number in the subject. |
Yes Exactly I face little bit like the same issue. |
After 5+ hours of playback, the heap hasn't gone over 50MB for most of my streams. So I will need a stream that reproduces the issue, or I will have to close the issue due to lack of information. |
Ok. I am testing now. I will give you feedback asap. |
After playing a encryption-clear stream for a day, I noticed the heap size was 80MB. I suspect using encrypted streams increases the leakage size. Good news is I have already found a cause for the issue for which I will soon push a fix. After that, please try reproducing again and let me know the outcome. |
Issue:#2319 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145089668
Hello.
We have m3u8 file format such as:
Each EXT-X-STREAM-INF tag link to file like:
Large heap set to true.
After 2-3 hours of playing we have this video freeze and log is - Log2.zip
If we set large heap to false, then video freezes much faster and then we have out of memory exception.
The text was updated successfully, but these errors were encountered: