Deepstream visualization UDP sink over VLC

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

Seems it is GStreamer question. Please ensure you can do it without DS plugin.

I cannot visualize the above pipeline in VLC. I had to create a udpsrc pipeline system in host system and visualize it locally

Any result you can share?

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

I cannot share more details but I created a UDP source in the Jetson at the end of the pipeline and at host used UDP sink and xvimagesink to capture the elements and display

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.