You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: