Issue with gstreamer within container

We are having an issue with gstreamer no longer working within a docker container. The docker will start but will throw some errors and are unable to stream video from the device. Here is a snippit of the messages we are getting

In the docker compose file we have added the temp directories and devices. Prior to adding them we were not even able to get the docker started.

devices:
  - /dev/video0:/dev/video0
  - /dev/video10:/dev/video10
  - /dev/video11:/dev/video11
  - /dev/video12:/dev/video12
  - /dev/video13:/dev/video13
volumes:
  - /dev/v4l:/dev/v4l
  - /tmp/argus_socket:/tmp/argus_socket

Hi,
Please check if there is cache in the docker environment. If yes, please remove it and see if it helps:

$ rm ~/.cache/gstreamer-1.0/registry.aarch64.bin

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.