Multiple RTSP Output

Thanks for your time @fanzh .

Setting interval 0 the problem persists. object meta is not modified.

I noticed when there is only 1 stream, the issue is not there. But when I’m having multiple rtsp streams as input and output this problem occurs. Moreover bboxes of one stream is getting displayed on another stream rtsp output.

from the pipeline on Jan 16, the usage of nvdsosd is wrong. the input to nvdsosd should not be batched buffer. hence please move nvdsosd to each nvstreamdemux branch. please refer to the following working pipeline. you can verify under deepstream-test1 directory.

gst-launch-1.0 filesrc location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.mp4 ! qtdemux  ! h264parse ! nvv4l2decoder ! mux.sink_0 nvstreammux name=mux batch-size=1  width=1920 height=1080  ! nvinfer config-file-path=dstest1_pgie_config.yml ! nvstreamdemux name=demux  demux.src_0 ! nvvideoconvert ! 'video/x-raw(memory:NVMM),format=RGBA' ! nvdsosd  !  nveglglessink async=false sync=0 demux.src_1 ! nvvideoconvert ! 'video/x-raw(memory:NVMM),format=RGBA' ! nvdsosd   !  nveglglessink async=false sync=0   filesrc location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_walk.mov ! qtdemux ! h264parse ! nvv4l2decoder !  mux.sink_1

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks.