Please provide complete information as applicable to your setup.
• Hardware Platform (GPU)
**• DeepStream Version 6.1.1 **
• NVIDIA GPU Driver Version (valid for GPU only): 525.147.05
• Issue Type( questions)
**• How to reproduce the issue ?
I cannot run my deepstream pipeline using rtspsrc with some specific rtsp cameras but using uridecodebin can
These are 2 commands I ran to check camera connection alive or not
gst-launch-1.0 uridecodebin uri=rtsp://admin:godzi11a@10.10.0.136:554/channel=1 source::short-header=1 ! queue ! nvvideoconvert ! videoconvert ! x264enc tune=zerolatency ! h264parse ! matroskamux ! filesink location=uri.mp4
gst-launch-1.0 rtspsrc location=rtsp://admin:godzi11a@10.10.0.136:554/channel=1 protocols=4 tcp-timeout=80000000 short-header=1 ! decodebin ! queue ! nvvideoconvert ! videoconvert ! x264enc ! h264parse ! matroskamux ! filesink location=rtsp.mp4
Do you have any ideas with this rtspsrc issue?