-
Notifications
You must be signed in to change notification settings - Fork 55
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
Could gstd handle up to 1000 pipelines simultaneously? #311
Comments
Also, I've added implementation of the client in Rust https://github.com/ALLATRA-IT/gst-client/ |
Hi @skhalymon Thanks for your kind words. We are glad Regarding your question, the main concern is how your host will behave with:
Going back to |
@skhalymon, |
One other advantage of gstd I would like to add that if you're controlling application crashes, your existing pipeline will keep running. Then when you restart your controlling app you can check what is still running and don't bother about re-starting anything that is still doing fine. |
Hey there!
During GStreamer POC project for Ephyr restreamer, I've found this wonderful project. Seems it should fit perfectly our needs in terms of functionality.
But it's not clear what about performance. How would it behave if there would be up to 1000 pipeline simultaneously?
Thanks
The text was updated successfully, but these errors were encountered: