The example runtime_source_add_delete shows how to add and delete sources at runtime.
Does deepstream have function to support if new source requests from http/grpc ?
Specifically, I’d like to change pipeline such as add/remove source during the program running. I want to notify deepstream of the specific new source using http client.
Is there some way to get events from other applications or http?
Should I use flask server to control pipeline, or some built-in function in deepstream or gstreamer?