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
