Nvstreammux: Successfully handled EOS for source_id=15

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
GPU
• DeepStream Version
6.3.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
8.5
• NVIDIA GPU Driver Version (valid for GPU only)
535.54.03
• Issue Type( questions, new requirements, bugs)
questions
• 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I was using the deepstream program built in Python to simultaneously read 20 channels of monitoring RTSP key frames. It ran normally for more than ten hours, and then I found that the program was abnormal. The log output is as follows. What is the cause of this?

nvstreammux: Successfully handled EOS for source_id=15
2023-11-30 02:12:52 - INFO - image_put_path: area_statistics--/stream_15/frame_3971.jpg
nvstreammux: Successfully handled EOS for source_id=9
2023-11-30 02:12:52 - INFO - image_put_path: area_statistics--/stream_9/frame_3970.jpg
nvstreammux: Successfully handled EOS for source_id=19
2023-11-30 02:12:52 - INFO - image_put_path: area_statistics--/stream_19/frame_3968.jpg
nvstreammux: Successfully handled EOS for source_id=6
nvstreammux: Successfully handled EOS for source_id=14
2023-11-30 02:12:52 - INFO - image_put_path: area_statistics--/stream_6/frame_3883.jpg
2023-11-30 02:12:52 - INFO - image_put_path: area_statistics--/stream_14/frame_3974.jpg
nvstreammux: Successfully handled EOS for source_id=11
2023-11-30 02:12:53 - INFO - image_put_path: area_statistics--/stream_11/frame_3706.jpg
nvstreammux: Successfully handled EOS for source_id=10
2023-11-30 02:12:54 - INFO - image_put_path: area_statistics--/stream_10/frame_3832.jpg
nvstreammux: Successfully handled EOS for source_id=3
2023-11-30 02:12:56 - INFO - image_put_path: area_statistics--/stream_3/frame_3971.jpg
2023-11-30 02:12:56 - INFO - End-of-stream
2023-11-30 02:12:56 - INFO - Exiting app

To add, I just discovered that every period of time, or a few minutes or ten minutes, there will be a nvstreammux: Successfully handled EOS for source_id=xxx situation

Is this situation related to the camera or the network? Both the server and the camera belong to the intranet

Does anyone know the reason for this?

EOS is sent by the RTSP server side. Please check with your RTSP server first.

OK, thanks for your reply

Can you please give me some troubleshooting directions? Because I don’t know anything about rtsp server

The GStreamer rtspsrc follows the RFC 2326: Real Time Streaming Protocol (RTSP) (rfc-editor.org) standard.

Thanks a million

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.