-
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
gstd adding and removing elements #309
Comments
Hi Alex, we have a similar requirement and i solved it by creating multiple pipelines
and whenever we need to startup another pipline that does
and when we no longer need kinesis streaming we delete that last steaming pipeline |
Very interesting - yet again thnks @clogwog !!! |
We're investigating here.... Do you happen to know if the interpipesink actually pipes the buffer through or if multiple copies of packets are made? As we're a bit short of memory! |
sorry, i'm not sure. |
From: https://developer.ridgerun.com/wiki/index.php/GstInterpipe_-_Features_and_Limitations
|
Thanks @filiphanes |
We really really like
gstd
here, to the extent that we are trying hard to work out if we can use it instead of the programmatic option.We think we need to be able to add and remove kvssink element to our pipeline dynamically as we don't want it to connect up when the pipeline starts up.
It seems that gstd doesn't support adding and removing elements dynamically?
We're wondering maybe if we can sort of work around this with the GstInterPipe elements
https://developer.ridgerun.com/wiki/index.php/GstInterpipe_-_Simple_Examples
So just a suggestion - it might be neat for gstd to support adding/removing elements from pipelines to make it even more awesome?
Cheers,
Alex
The text was updated successfully, but these errors were encountered: