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

Fix: Audio streaming hangs suddenly at the end of a track #1872

Merged
merged 7 commits into from
Jan 14, 2025

Conversation

marcelveldt
Copy link
Member

This should fix a long-standing but difficult to reproduce issue where streaming get stuck at the end of a track.
It turned out to be (very most likely) an issue in ffmpeg so we bumped to a newer version but at the time added some timeouts/guards to better detect the stuck state and exit out from it instead of hanging indefinitely.

  • Switch base image to debian trixie (due to newer ffmpeg version)
  • Add more logging
  • Add timeouts at several places

@marcelveldt marcelveldt merged commit c5cc6c5 into dev Jan 14, 2025
6 checks passed
@marcelveldt marcelveldt deleted the debug-hangup branch January 14, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant