Update README.md

This commit is contained in:
vptyp 2026-07-31 17:11:21 +03:00
parent d3ce6e0eef
commit 552791ee1f

View File

@ -5,7 +5,7 @@ Main idea for now is using of docker container with running Ubuntu 22.04 distro
We must passthrough in this case GPU and Decklink devices for this purpose it is necessary to have similar driver versions on host and container system, otherwise it just will not work.
Component diagram showing what we want to achieve
```plantuml
``@startuml
@startuml
node "Host" {
package "Docker" {
interface "UDP socket" as USock
@ -36,6 +36,8 @@ node "Oculus" {
WiFi --> PhysicalPort1
}
@enduml
```
```sh
sudo docker run --runtime=nvidia --gpus all -v ~/git/gstreamer-pipelines/:/app deepstream-gst:12.6
```