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

catch illegal state exceptions #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ramsundark5
Copy link

catch any illegalstate exceptions when stopping encoder and decoder. The illegalstate exception is thrown if the encode/decoder has already been released. Otherwise, the uncaught runtime exception (java.lang.Error: Could not shutdown extractor, codecs and muxer pipeline.) prevents compression from completing.

 catch any illegalstate exceptions when stopping encoder and decoder. Otherwise, the uncaught runtime exceptions disrupt in multithreaded environment
Base automatically changed from master to main March 17, 2021 17:49
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

Successfully merging this pull request may close these issues.

None yet

1 participant