Closed whbruce closed 2 years ago
Start server as normal.
Run client with RTSP source, 4 streams and device=GPU
./vaclient/vaclient.sh run object_detection/person_vehicle_bike rtsp://camera-address --parameter detection-device GPU --number-of-streams 4
After ~5 minutes, server will crash with segmentation fault.
Two options:
decodebin
force-sw-decoders=true
rtph264depay ! h264parse ! avdec_h264
Can be fixed by rebuilding docker image as this picks up latest GPU media/computer stack that fixes issue. Or use dockerhub image intel/dlstreamer-pipeline-server:2022.1.1-ubuntu20.
Steps to Reproduce
Start server as normal.
Run client with RTSP source, 4 streams and device=GPU
After ~5 minutes, server will crash with segmentation fault.
Workarounds
Two options:
decodebin
propertyforce-sw-decoders=true
decodebin
. e.g.rtph264depay ! h264parse ! avdec_h264