-
I can run deepstream-app -c deepstream_app_config.txt , with 8 rtsps , the issue is the OSD plugin on the srceen display, balck, green, or frozen. the FPS printf on the terminal : 0.00, 0.00, 24.30, 25.01, 0.00,0.00,0.00,0.00;
-
I use command line : gst-launch-1.0 uridecodebin uri=rtsp:admin:admin123@192.168.96.121/Streaming/Channels/101 !nveglglessink, test every rtsp, I can get the screen display normal.
-
with ./deepstream-test3, test5 with multi-rtsp streams, (the total rtsp num is 8), like uri=rtsp://admin:admin123@192.168.96.121:554/Streaming/Channels/101;uri=rtsp://admin:dixin_Admin123@192.168.96.122/Streaming/Channels/101;uri=rtsp://admin:dixin_Admin123@192.168.96.123/Streaming/Channels/101;uri=rtsp://admin:dixin_Admin123@192.168.96.124/Streaming/Channels/101, etc. I Can get the num_freams_in_batch in NvDsbachMeta , batch_meta->num_frams_in_batch, batch_meta ->max_frames_in_batch in appsink . when the pipline runing, the issue is , num_freams_in_batch always less than max_freams_in_batch, like 3, 4, 6, < 8; the OSD plugin, display on the srceen, balck, green, or frozen.
-
without OSD-dispaly sink, num_freams_in_batch still less than max_freams_in_batch.
Please provide complete information as applicable to your setup.
**• Hardware Platform GeForce RTX2080
**• DeepStream 6.1
**• TensorRT Version 8.4
**• NVIDIA GPU Driver Version 510
• Issue Type( questions, new requirements, 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
deepstream_app_config.txt (1.8 KB)