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

MPEG-DASH live DVR out of memory #1825

Closed
kvolkers opened this issue Sep 15, 2016 · 3 comments
Closed

MPEG-DASH live DVR out of memory #1825

kvolkers opened this issue Sep 15, 2016 · 3 comments
Labels

Comments

@kvolkers
Copy link

Using the latest dev-v2 (Sep 14, 2016).

When playing an MPEG-DASH live stream and seeking to a certain "large" amount (for example 1 hour) before the live point the app's RAM usage increases until an OutOfMemoryError is thrown.

I have reproduced this using the demo player in combination with a youtube stream such as this one.

What I think might be happening is that the maxBufferMs configured in the LoadControl is not adhered to and it tries to buffer endlessly up to the live point.

If you need any more information let me know and I will try to provide it.

@ojw28 ojw28 added the bug label Sep 15, 2016
@ojw28
Copy link
Contributor

ojw28 commented Sep 15, 2016

Thanks. We can reproduce this, and will push a change shortly.

ojw28 added a commit that referenced this issue Sep 16, 2016
Issue: #1825

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133401980
@ojw28
Copy link
Contributor

ojw28 commented Sep 16, 2016

This should now be fixed on dev-v2, but please give it a try to double check. Thanks!

@kvolkers
Copy link
Author

Confirmed fixed on latest dev-v2, nice!

@ojw28 ojw28 closed this as completed Sep 28, 2016
@google google locked and limited conversation to collaborators Jun 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants