Replies: 1 comment
-
Sorry but this is completely unrelated from MediaMTX. Make sure that you have a proper GPU, that the container has proper access to the GPU and is based on a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
There is a Docker Compose application with real-time decoding of video streams as part of its functionality.
In the product environment Ubuntu Server 24.04 LTS is used together with NVIDIA GPU (different boards). Drivers, nvidia-container-toolkit, nvidia-docker2 are installed. Dockerfile based container (below) works fine in this environment.
Dockerfile:
mediamtx.yaml:
The problems start when using this application under WSL with Ubuntu 22.04 LTS.
The output is as follows:
What are the options for solving the problem?
Beta Was this translation helpful? Give feedback.
All reactions