-
Notifications
You must be signed in to change notification settings - Fork 39
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
Helper queue for multi-input elements #734
Comments
Closed
Done:
Issues:
TODO:
Live queue concepts:
|
This was referenced Apr 24, 2024
Let's close this one and move the idea of live queue to discussions, @FelonEkonom |
Related discussion: https://github.com/orgs/membraneframework/discussions/818 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea is to have a queue that multi-input pads could use to consume buffers at proper speed. The goal is to make mixers and muxers code simpler, more declarative and thus less error-prone.
The queue should:
pause_auto_demand
andresume_auto_demand
actions to avoid keeping too many buffersTo verify the queue's functionality, we should use it in at least one muxer, for example in https://github.com/membraneframework/membrane_flv_plugin and mixer, for example in https://github.com/membraneframework/membrane_audio_mix_plugin
The text was updated successfully, but these errors were encountered: