Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
both
• DeepStream Version
7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
Question:
I’ve noticed in the deepstream example configs that the iframeinterval
for the File and RTSP Encode Sinks is not defined?. Does this mean that the plugin default is being used?
If I run gst-instpect on the nvv4l2h264enc and nvv4l2h265enc plugins I see…
…and that the default value is 4294967295. Does this value have any special meaning like use an auto interval?
I’m trying to understand how an an interval of 4294967295 would actually work? I came across a discussion thread that showed a default value as 30 (different encoder?).
As a rule of thumb, should we be setting the interval equal to the frame-rate? Or 2x the frame-rate?
Thanks,
Robert.