Hi,
I want to add sid in [source u%],like
[source 0]
…
…
sid=2
[source 1]
…
…
sid=3
not using dsexample to parser the configuration file.I want to Integrate “sid” into the whole.
Can we do this in deepstream5.0?
Hi,
I want to add sid in [source u%],like
[source 0]
…
…
sid=2
[source 1]
…
…
sid=3
not using dsexample to parser the configuration file.I want to Integrate “sid” into the whole.
Can we do this in deepstream5.0?
What’s the use of sid? I think you can add your config item and you need to customize the parser in deepstream-app.
BTW, To add unique source ID to individual sources - user has to install a probe on source pad of nvstreammux component, then iterate over each frame meta and assign source ID appropriately to each source. By default source ID is set to pad ID value.