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

decoderStatus is always in MediaCodec.INFO_TRY_AGAIN_LATER state #5

Open
TheBukharian opened this issue Nov 29, 2024 · 0 comments
Open

Comments

@TheBukharian
Copy link

val decoderStatus = decoder.dequeueOutputBuffer(info, TIMEOUT_USEC.toLong())

Not always, but for some videos decoderStatus is MediaCodec.INFO_TRY_AGAIN_LATER in FrameExtractor class and never changes it's state. Only "no output from decoder available" is printed in logs.

@TheBukharian TheBukharian changed the title decoderStatus always in MediaCodec.INFO_TRY_AGAIN_LATER state decoderStatus is always in MediaCodec.INFO_TRY_AGAIN_LATER state Nov 29, 2024
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

1 participant