Compatiblility of deepstream

Please provide complete information as applicable to your setup.

**• Hardware Platform:Jetson
**• DeepStream Version: 5.1
**• JetPack Version: 4.5.1
**• TensorRT Version: 7.1.3
**• Issue Type: questions
• 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)

When using the deepstream, I found that the deepstream is not compatible to all RTSP streams from different of IPcams. I’m not sure that I have enough evaluations. In my many evaluations shows that the deepstream is compatible to RTSP with video yuv420p, but not compatible to RTSP with video yuvj420p. Did anyone success to use the deepstream with RTSP with video yuvj420p? How can I convert yuvj420p to yuv420p by gstreamer/deepstream to verify the issue?

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

some surveys about compatibility of deepstream with different ipcam/RTSP:

https://forums.developer.nvidia.com/t/how-to-run-rtp-camera-in-deepstream-on-nano/78790/19
Points in the thread:

  • works if gets rid of some components(such as tracker)
  • some brand/model works, the problem should be in GstNvTiler
  • compatibility: “seldom works with a few ip cameras, although it is a critical component for multi video stream and IVA”
  • Playing RTSP by VLC is good, but playing the same RTSP by gstreamer is not good. But playing saved file is good.

https://forums.developer.nvidia.com/t/jetson-nano-deepstream-app-crash-after-ir-cut-filter-on-ip-camera/78962/5
Points in the thread:

  • Program crashes due to some exposure settings: The author’ tests believes that nvv4l2decoder produces the issue.
  • omxh264dec does not produce the issue.

I would like to find some possible solutions. If anyone experiences related solutions, please advice me. Thanks a lot.

Can you provide your RTSP stream for analysis?

Please try two rtsp stream:

rtsp://59.120.37.14/stream1

rtsp://59.120.37.14/stream2

The rtsp link you provide can not be accessed by us

rtsp://demo:demo@59.120.37.14/stream1

Please try this.
I forced the video provider to provide the video source again.

I see “Missing element: VND.ONVIF.METADATA RTP depayloader” with gstreamer. It is not standard RTSP stream. gstreamer can only support standard RTSP rfc2326 (ietf.org).

rtspsrc (gstreamer.freedesktop.org)

Please contact your camera vendor.

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