mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

core decoder: buffer deadlock prevented #128

Open xieyingwu opened 6 years ago

xieyingwu commented 6 years ago

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.

akuma34 commented 6 years ago

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

akuma34 commented 6 years ago

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

cdiamon commented 5 years ago

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