fix error 400 with parallel describe and publish requests (#5095) by aler9 · Pull Request #5502 · bluenviron/mediamtx (original) (raw)

added 2 commits

February 21, 2026 23:46

@aler9

@aler9

When a path is dynamic, and the path receives multiple describe and publish requests in parallel, describe requests might cause the path to be deleted, and this might cause pending publish requests to fail, since the path has been deleted.

This patch improves the situation by checking for pending requests before deleting a path.

@aler9 aler9 deleted the fix/describe-publish branch

February 21, 2026 23:00

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})