I am currently working on deepstream_imagedata_multistream.py to RTSP stream on it. When I start the python code with RTSP memory usage starts increasing slowly after 30 minutes the output gets stuck but memory is still increasing.
After that, I have tested with the video files the same issue again in that also. I am working on jetson nano with deepstream 5.1 and jetpack version 4.5
After I have run all the steps as per repo documentation. then I have run command
python3 deepstream_imagedata-multistream.py rtsp://127.0.0.1/video1 frames
After this step, the script will show Output on display. Then I started the system monitor and Check memory occupied by python. In the system monitor, python memory was increasing slowly. And It is not decreasing after that. That’s why after some time the output gets stuck.