Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
Jetson Nano & Jetson Xavier
• DeepStream Version
5.0
• JetPack Version (valid for Jetson only)
4.4
• TensorRT Version
7.1.3
• Issue Type( questions, new requirements, bugs)
When running my GST Pipeline on my Jetson nano, the connection to the IP camera gets lost after around 30-40 seconds.
I was wondering if maybe that was a processing issue from my Nano and so I tried the same pipeline on my Xavier. The issue is the same.
Thus my question: is this a normal behavior ? Shouldn’t the pipeline reconnect to the RTSP stream by itself ?
• 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)
Here’s the pipeline I am using
gst-launch-1.0 -e rtspsrc location=rtsp://user:pwd@ip:port ! rtph264depay ! h264parse ! omxh264dec ! omxh265enc ! mp4mux ! queue ! filesink location=output.mp4