vlc-android-sdk icon indicating copy to clipboard operation
vlc-android-sdk copied to clipboard

core decoder: buffer deadlock prevented

Open xieyingwu opened this issue 6 years ago • 3 comments

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.

xieyingwu avatar Apr 18 '18 01:04 xieyingwu

i had same issue, did you found any solution yet, please help.

akuma34 avatar Jun 28 '18 13:06 akuma34

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

akuma34 avatar Jun 28 '18 13:06 akuma34

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

cdiamon avatar Jun 07 '19 16:06 cdiamon