**• NVIDIA Jetson AGX Orin Kit
**• DeepStream Version 6.2
**• JetPack Version: 5.0.2-b231
• Issue Type( bugs)
**• How to reproduce the issue? I am running the config file source1_usb_dec_infer_resnet_int8.txt using deepstream-app
I have been using Deepstream for a year now. However, I used it on dGPU and still getting used to Jetson Orin Kit.
Recently, we installed the e-con_e-cam20_cuoagx 6 synchronized cameras. I am running the tests with Deepstream.
When I am running with the EGL sink option then DeepStream is working well. The frame rate is stable at 60 FPS for all six cameras. However when I run it with the RSTP streaming option then a problem occurs.
When I try to see the result of streaming using VLC, I only receive a blank screen that closes soon after. Sometimes the frame rate drops as well (I can see it on the console).
Here is the console result of the RTSP streaming case:
*** DeepStream: Launched RTSP Streaming at rtsp://localhost:8554/ds-test ***
Opening in BLOCKING MODE
0:00:02.772901904 5957 0xaaaabd3692a0 INFO nvinfer gstnvinfer.cpp:680:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1909> [UID = 1]: deserialized trt engine from :/opt/nvidia/deepstream/deepstream-6.2/samples/configs/deepstream-app/…/…/models/Primary_Detector/resnet10.caffemodel_b1_gpu0_int8.engine
INFO: [Implicit Engine Info]: layers num: 3
0 INPUT kFLOAT input_1 3x368x640
1 OUTPUT kFLOAT conv2d_bbox 16x23x40
2 OUTPUT kFLOAT conv2d_cov/Sigmoid 4x23x400:00:02.895334626 5957 0xaaaabd3692a0 INFO nvinfer gstnvinfer.cpp:680:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:2012> [UID = 1]: Use deserialized engine model: /opt/nvidia/deepstream/deepstream-6.2/samples/configs/deepstream-app/…/…/models/Primary_Detector/resnet10.caffemodel_b1_gpu0_int8.engine
0:00:02.924887587 5957 0xaaaabd3692a0 INFO nvinfer gstnvinfer_impl.cpp:328:notifyLoadModelStatus:<primary_gie> [UID 1]: Load new model:/opt/nvidia/deepstream/deepstream-6.2/samples/configs/deepstream-app/config_infer_primary.txt sucessfullyRuntime commands:
h: Print this help
q: Quitp: Pause r: Resume
NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
To go back to the tiled display, right-click anywhere on the window.** INFO: <bus_callback:239>: Pipeline ready
** INFO: <bus_callback:225>: Pipeline running
NvMMLiteOpen : Block : BlockType = 4
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
H264: Profile = 66, Level = 0
NVMEDIA: Need to set EMC bandwidth : 814666
NVMEDIA_ENC: bBlitMode is set to TRUE**PERF: FPS 0 (Avg) FPS 1 (Avg) FPS 2 (Avg) FPS 3 (Avg) FPS 4 (Avg) FPS 5 (Avg)
**PERF: 33.29 (32.90) 33.60 (33.30) 33.86 (33.70) 32.72 (32.63) 32.80 (32.29) 31.85 (31.44)
**PERF: 34.72 (34.31) 34.73 (34.42) 34.74 (34.52) 34.74 (34.09) 34.76 (34.15) 34.74 (33.91)
**PERF: 34.81 (34.52) 34.80 (34.58) 34.81 (34.64) 34.79 (34.39) 34.78 (34.43) 34.78 (34.29)
q
Quitting
nvstreammux: Successfully handled EOS for source_id=0
nvstreammux: Successfully handled EOS for source_id=1
nvstreammux: Successfully handled EOS for source_id=2
nvstreammux: Successfully handled EOS for source_id=3
nvstreammux: Successfully handled EOS for source_id=4
nvstreammux: Successfully handled EOS for source_id=5
I tested it with different scenarios, including with a single camera. Also, I tested the file sink option, then the file itself is blank as well. I am running Orin Kit at max mode.