Skip to content
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

core decoder: buffer deadlock prevented #128

Open
xieyingwu opened this issue Apr 18, 2018 · 3 comments
Open

core decoder: buffer deadlock prevented #128

xieyingwu opened this issue Apr 18, 2018 · 3 comments

Comments

@xieyingwu
Copy link

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
Copy link

akuma34 commented Jun 28, 2018

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

@akuma34
Copy link

akuma34 commented Jun 28, 2018

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
Copy link

cdiamon commented Jun 7, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants