Please provide complete information as applicable to your setup.
• Hardware Platform (/ GPU)
• DeepStream Version: 6.0.1
• Issue Type(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)
I run the bellow pipeline: and get output video sink loop in the certain timestamp forver. What is the root cause of this issue?
This pipeline auto choose the decoder is nvv4l2decoder
gst-launch-1.0 rtspsrc location="rtsp://URI" protocols=4 short-header=1 ! decodebin ! queue ! nvvideoconvert ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=nvv4l2dec_gpu_loop.mp4
But I tried the pipeline with CPU decoder without the loop issue:
gst-launch-1.0 rtspsrc location="rtspt://URI" protocols=tcp short-header=1 ! rtph264depay ! h264parse ! avdec_h264 ! nvvideoconvert ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=out_cpu.mp4
This is output have the loop issue. Could you Nvidia developer check the bugs and let me know what is the root cause?
test_cam74.log (49.6 MB)