-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Client Crash on NVidia Shield #165
Comments
This part seems to explain the crash. Is that a memory usage issue?
|
OK I was able to "fix" the issue by reducing the buffering min/max time of the player, it seems when those are too high it will stuff the memory up until it crashes. Closing now |
just re-opening as I noticed something odd: the debug logs are spammed with this. What does that mean? IT happens on any Android device AFAIK
If I play the same video on Windows I get
repeated every half second |
It's system log. nothing we can do
it can be ignored, ffmpeg bug, I can add a patch |
I dont think it can be ignored because the errors cause Android playback to be very choppy, on windows it appears once a second but on Android it gets spammed pretty hard causing a lot of lags |
Just to give you an idea of how much it gets spam with the additional logging from Master:
|
it's from system audio renderee. does the audio sound correct? you can try to disable audio tracks |
You are correct the issue is gone if I disable the audio with player.activeAudioTracks = []; |
Whenever some videos, it ends up in a crash on NVidia Shield after about 1sec (I can see the first few frames).
I cant seem to find a pattern as to which videos crash thought. I will add details if I do
here are the logs I get from logcat
https://pastebin.com/vy95EicL
The text was updated successfully, but these errors were encountered: