Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Server crashes after several minutes when using RTSP camera and GPU inference on 11th Gen Intel® Core™ and later #111

Closed
whbruce opened this issue May 26, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@whbruce
Copy link

whbruce commented May 26, 2022

Steps to Reproduce

  1. Start server as normal.

  2. 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
  1. After ~5 minutes, server will crash with segmentation fault.

Workarounds

Two options:

  1. In pipeline.json add decodebin property force-sw-decoders=true
  2. Use specific rtsp depay and decoding instead of decodebin. e.g. rtph264depay ! h264parse ! avdec_h264
@whbruce
Copy link
Author

whbruce commented Jul 7, 2022

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.

@whbruce whbruce closed this as completed Jul 7, 2022
@whbruce whbruce pinned this issue Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant