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)
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).