-
Notifications
You must be signed in to change notification settings - Fork 69
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
Timeout when linking CMAF muxer to sink while resuming pipeline #131
Comments
How can i reproduce this @zcesur? I'm running the project locally now and nothing seems to be broken. |
Yeah it's hard to reproduce consistently. Try start streaming -> stop streaming -> start streaming back to back a handful of times. Eventually it should crash |
Oh okay. I'll let you know how it goes |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
Are you using a private bucket? Looks like a permission error Just a heads up - this particular issue is pretty deep in the video processing pipeline 😁 |
Oh! I'm not so sure. But, the last time I did a bucket setup was with tigris — I think it was with the guide you shared with me a while ago. And thanks for letting me know the scale of the issue 😅. I had already gone to read about transmuxing. From the issue description, I think it's a bit related, no? |
@kaf-lamed-beyt your S3 bucket is not properly configured. Feel free to reach out on Discord if you have questions about getting setup. @zcesur I added
Might be possible to recover by adding |
Seeing intermittent timeouts during pad linking between CMAF muxer and sink. This eventually leads to a pattern match crash in the CMAF muxer. Hard to reproduce consistently but affects both audio/video tracks. Seems to be caused by the GenServer call in
Membrane.Core.Element.PadController.do_handle_link
which times out after 5 secondsCould there be a deadlock or race condition during playback state transitions that's causing the sink to not respond to link requests? 🤔
The text was updated successfully, but these errors were encountered: