Skip to content

In MP4Reader handle lock acquisition failure#414

Merged
mondain merged 1 commit intoRed5:mainfrom
kdkd:cherry-pick-dcee3bc-20251126-134938
Nov 26, 2025
Merged

In MP4Reader handle lock acquisition failure#414
mondain merged 1 commit intoRed5:mainfrom
kdkd:cherry-pick-dcee3bc-20251126-134938

Conversation

@kdkd
Copy link
Copy Markdown

@kdkd kdkd commented Nov 26, 2025

Commit from kdkd fork dcee3bc

MP4Reader:

There's a tiny window if during a thread pool/executor is being shutdown
because the process is exiting or something, trying to acquire the lock
might throw a InterruptedException exception. If that occurs, don't try to
release the lock we didn't get or we'll crash here with a less helpful
exception.


There's a tiny window if during a thread pool/executor is being shutdown
because the process is exiting or something, trying to acquire the lock
might throw a InterruptedException exception.  If that occurs, don't try to
release the lock we didn't get or we'll crash here with a less helpful
exception.
@mondain mondain merged commit 53d0916 into Red5:main Nov 26, 2025
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.

2 participants