Unbale to view the video feed?

Please provide complete information as applicable to your setup.

• Hardware Platform (/ GPU) 3070rtx
• DeepStream Version 6.2

• TensorRT Version - 8.5
• NVIDIA GPU Driver Version (valid for GPU only) 525
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi
This is my pipeline
gst-launch-1.0 uridecodebin uri=rtsp://admin:pot123@10.90.65.182/stream0 ! m.sink_0 nvstreammux name=m batch-size=1 width=1280 height=720 ! nvvideoconvert ! nvmultistreamtiler rows=1 columns=1 width=720 height=576 ! nvdsosd ! nvvideoconvert ! capsfilter caps=“video/x-raw(memory:NVMM),format=I420” ! nvv4l2h264enc ! h264parse ! rtph264pay ! udpsink host=0.0.0.0 port=5000

i am not able to see the feed so can you help me to fix the error

error
Setting pipeline to PAUSED …
0:00:00.059224321 5369 0x556f88632720 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2h264enc0:sink Unable to try format: Unknown error -1
0:00:00.059235700 5369 0x556f88632720 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2h264enc0:sink Could not probe minimum capture size for pixelformat YM12
0:00:00.059238640 5369 0x556f88632720 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2h264enc0:sink Unable to try format: Unknown error -1

Can you try NV12 format ?

error

0:00:00.044399856 13816 0x55670ef8def0 ERROR GST_PIPELINE grammar.y:738:gst_parse_perform_link: could not link nvvideoconvert1 to capsfilter0
0:00:00.044439870 13816 0x55670ef8def0 ERROR GST_PIPELINE grammar.y:738:gst_parse_perform_link: could not link capsfilter0 to nvv4l2h264enc0

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

If you just run the following command line, Can save file normally ?

gst-launch-1.0 uridecodebin uri="your rtsp uri" ! "video/x-raw(memory:NVMM),format=NV12" ! nvv4l2h264enc ! h264parse ! filesink location=1.h264

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