-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
android seek hangs #107
Comments
I fix a few cache bugs in the latest mdk, not sure if your bug is fixed. |
its less noticeable but still happens |
the error is different, cache seems right. what about using FFmpeg decoder? |
logs for FFmpeg https://justpaste.it/e9k5z it happens but less |
I can't see any error in the log. what about disabling cache? |
i think the hang happens when i seek out of the buffered zone, so thats logical i think? (its cached but not buffered i mean) also for the error you mentioned is there a way to fix it? |
new logs, from what i am seeking the sound seeks but the video lags then seeks like sound plays for a second with video frame not changing in some cases frame is broken, will try to find logs for it (only on android i think will need to be sure) cant reproduce the broken frame but if it happens again will try to find its logs |
Describe the bug
when seeking on android the screen hangs or feels like descyned from audio, but this issue doesnt happen on macos.
is there a better config to use, or this is a bug?
Expected behavior
seek should be smooth like macos
Log
Add
add the following lines before
registerWith()
and
logs
https://justpaste.it/foxrc
The text was updated successfully, but these errors were encountered: