Please provide complete information as applicable to your setup. • Hardware Platform (Jetson / GPU) Jetson AGX • DeepStream Version 7.0
**• JetPack Version (valid for Jetson only) 6.0 GA
**• TensorRT Version 8.6
**• NVIDIA GPU Driver Version (valid for GPU only) 540.3.0
**• Issue Type( questions, new requirements, bugs) questions
After deleting the video stream, DeepStream-Test5 program restarts
This test is based on the deepstream-test5-app module testing,
Operation steps
Launch Deepstreamtest5 app
Using API
curl -XPOST ’ http://localhost:9000/api/v1/stream/add ’ -d ‘{
“key”: “sensor”,
“value”: {
“camera_id”: “uniqueSensorID1”,
“camera_name”: “front_door”,
“camera_url”: " file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4 ",
“change”: “camera_add”
}
}’
Add several video streams
Use API
curl -XPOST ’ http://localhost:9000/api/v1/stream/remove ’ -d '{
“key”: “sensor”,
“value”: {
“camera_id”: “uniqueSensorID1”,
“camera_name”: “front_door”,
“camera_url”: " file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4 ",
“change”: “camera_remove”
}
}Delete video stream
Possible phenomenon of Deepstream-Test5 app reboot
This phenomenon is not a necessary occurrence, but it may occur several times with multiple tests
Are you run the deepstream-test5-app in docker container? Not sure the log means deepstream-test5-app restart or the docker container restart? Can you run deepstream-test5-app with: gdb --args deepstream-test5-app? So it will stop when crash instead of restart.
I remember you have some changes for msgconvert. Can you add some log to debug the isssue? Seems need add some protect code to avoid crash. Something like NULL string point crash.
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