You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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