It seems like whenever I need to make the configuration change, I have to change the config file and restart the pipeline. I’m looking for seamless integration with DeepStream.
For example, if I have 8 rtsp streams displayed and I would like to switch only one of the stream on the fly, how do I do that?
Thanks,
Ben
For example, if I have 8 rtsp streams displayed and I would like to switch only one of the stream on the fly, how do I do that?
Tiler plugin does not support configuration dynamically.
[tiled-display]
enable=1
rows=5
columns=6
…
rows * columns = the count of input streams
and can’t choose which streams to display
I think this is your requirement.
Thanks for the answer. It is slightly different than what I asked for.
[source0]
enabled=1
type=4
uri=rtsp://ip1
I would like to know if it is possible to switch uri to rtsp://ip2 dynamically? I tried to use proxy uri meaning uri doesn’t change. I tried disconnect and reconnect the camera it worked. But I tried to switch source stream and it didn’t work. I guess it is because the resolution and codec etc changed.
In the sample “deepstream-perf-demo” there is also source switch.
Runtime addition deletion is possible but sample is not released. Will be given in next release