Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): dPU A40. • DeepStream Version: 6.4-triton-multiarch. • TensorRT Version: 8.6.1.6. • NVIDIA GPU Driver Version (valid for GPU only): 535.146.02. • Issue Type( questions, new requirements, bugs): 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’m using DeepStream with Python and the Docker image nvcr.io/nvidia/deepstream:6.4-triton-multiarch to run the deepstream_test3.py for an RTSP input, where I launch RTSP from offline video via cvlc and its duration equal one hour. However, it immediately show black screen and print **PERF: {‘stream0’: 0.0} frequently . But it runs fine with the same offline video without RTSP also If we use videos less than 30mins whether RTSP/Offline.
I will check again thank you, but what meaning of printing **PERF: {‘stream0’: 0.0} frequently? because sometimes happen through streaming of real cameras, one by one frequently till all streams got 0 fps. @junshengy
The scenario happen in our pipeline of real cameras where the pipeline works normally and at sometime some camera got **PERF: {‘stream0’: 0.0} one by one till all cameras @junshengy
without use rtsp-reconnect-interval property of nvurisrcbin to reconnection and all cameras have been disconnected, the pipeline continue forever with **PERF: {‘stream’: 0.0} for all cameras?
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
As a supplement, the batched-push-timeout parameter will also affect this scenario. You can refer to this FAQ.