Nvv4l2decoder link to nvv4l2h264enc

1 . gst-launch-1.0 rtspsrc location=rtsp://192.168.1.164/h264/ch1/main/av_stream ! rtph264depay ! nvv4l2decoder ! nvvideoconvert ! nvdsosd ! nvvideoconvert ! nvv4l2h264enc ! h264parse ! flvmux ! rtmpsink location=rtmp://intrusion-fe:1935/live/2020 sync=false
Pipeline 1 is work, but i want drop nvdsosd ,but it does not work ? WHY

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)

Can you try the following pipeline?

gst-launch-1.0 rtspsrc location=rtsp://192.168.1.164/h264/ch1/main/av_stream ! rtph264depay ! nvv4l2decoder ! nvvideoconvert ! ‘video/x-raw(memory:NVMM),format=I420’ ! nvv4l2h264enc ! h264parse ! flvmux ! rtmpsink location=rtmp://intrusion-fe:1935/live/2020 sync=false