Please provide complete information as applicable to your setup.
GPU Name RTX 3080Ti
DeepStream Version :6.2
NVIDIA GPU Driver Version (valid for GPU only):
We are currently using DeepStream 6.2 test5 application. In this application, we have added the functionality to save the output feed in .ts, .hls, and .m3u8 formats. Additionally, we have enabled periodic saving of the video output in .mp4 files at 5-minute or 10-minute intervals within the deepstream_sink_bin.c file.
However, we are encountering a limitation where we cannot run more than two sources simultaneously enabling both the filesaving mode(HLS & MP4 Periodic saving) . To address this issue, we would appreciate your assistance. For further analysis, we are providing the system details and the modified deepstream_sink_bin.c file with the incorporated changes.
Our requirement is that we want to enable both the file saving modes and run for multiples real time sources,say 40 streams
We kindly request your support in resolving this matter. Thank you for your help.
deepstream_sink_bin.c (33.9 KB)
deepstream_sinks.h (5.3 KB)