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