vlc-android-sdk
vlc-android-sdk copied to clipboard
core decoder: buffer deadlock prevented
media.setHWDecoderEnabled(true, false); but when i to seek the video to other time by Mediaplayer.setTime(),after the buffering, the video play continue ,the surface not change ,it stop last frame.I just want to know how can i to judge the video can support HardDecoder, if i know this ,i can avoid this problem, because i try to close HardDecoder function ,the video can seek to time normal.
i had same issue, did you found any solution yet, please help.
I had even tried it with latest android build from linux, got same error, i had seen this only happens with slow network , if i cam on fast network buffering seems to be ok
I had similar issue, could fix only by updating VLC version. implementation 'com.butterproject:vlc-android-sdk:3.0.10' this version don't freeze on buffering in my case