Video decoder with gstreamer or deepstream ,and video from NVR server?

I have one NVR server with username and password,and I can get RTSP video with vlc,
and the url is like “rtsp://username:password@NVR_server_IP/cam/realmonitor?channel=cameraID&subtype=0”?
I want to decode video with command “gst-launch-1.0 rtsplocation=rtsp://xxxxx ! decode ! convert ! display”, but the command print"rtspsrc0 not found".

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• 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)

Please use rtspsrc as the source. The components in your pipeline should either be gstreamer public plugins or be deepstream plugins. You can run “gst-inspect-1.0” to get all available plugins in your device.

rtspsrc (gstreamer.freedesktop.org)

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