Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.0
**• JetPack Version (valid for Jetson only)**4.6.0
• TensorRT Version8.0.1
I have created a pipeline as follows
gst-launch-1.0 multifilesrc location = “./image_test/image_in/%d.jpg” ! image/jpeg,width=256,height=256,type=video,framerate=30/120 ! jpegdec ! queue ! nvvideoconvert ! m.sink_0 nvstreammux name=m batch-size=1 width=256 height=256 ! nvinfer config-file-path=<config.txt> ! nvvideoconvert ! “video/x-raw(memory:NVMM), format=RGBA” ! dsexample full-frame=0 blur-objects=1 ! nvdsosd ! nvvideoconvert ! “video/x-raw(memory:NVMM), format=I420” ! nvv4l2h264enc insert-sps-pps=true ! h264parse ! rtph264pay pt=96 ! udpsink host=127.0.0.1 port=8001 sync=True -e
I am trying to visualize the images using the udpsink over VLC but I do not get any stream. Am I missing anything? Request your help in resolving the issue