OBS-NDI
Docker-Anwendung from Asparon's Repository
Übersicht
Docker OBS and NDI (QT6)
This container is based on https://hub.docker.com/r/patrickstigler/obs-ndi. Due to some QT-changes in the OBS code the initial version by patrick needed some changes.
To start the container:
docker run --shm-size=256m -it -e VNC_PASSWD=headless -p 5901:5901 -p 6901:6901 -p 4455:4455 asparon/obs-ndi:latest
The shm-size argument is to make sure that the webclient does not run out of shared memory and crash.
You have to change the "Network Type" to "Custom: br0" in order to be able to find the NDI-Source of your desktop in the container an vice versa.
You can change the default VNC password of 'headless'.
You can connect with your own VNC client via 5901 or use the webclient at 6901.
To enable GPU Support:
Nvidia:
add -e NVIDIA_VISIBLE_DEVICES=your_GPU_ID -e NVIDIA_DRIVER_CAPABILITIES=all and also add --runtime=nvidia as extra parameter.
Intel:
add --device=/dev/dri (not tested yet)
Anforderungen
You have to change the "Network Type" to "Custom: br0" in order to be able to find the NDI-Source of your desktop in the container an vice versa.
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:6901]/- Netzwerk
br0- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
VNCPorttcp
Port for VNC
- Ziel
- 5901
- Standard
- 5901
- Wert
- 5901
noVNCPorttcp
Port for noVNC
- Ziel
- 6901
- Standard
- 6901
- Wert
- 6901
WebSocketPorttcp
Port for OBS WebSocket
- Ziel
- 4455
- Standard
- 4455
- Wert
- 4455
OBS config pathPathrw
path for storing the OBS config data
- Ziel
- /home/headless/.config/obs-studio
VNC passwordVariable
set your VNC password (default: headless)
- Ziel
- VNC_PW
- Standard
- headless
PUIDVariable
- Wert
- 99
PGIDVariable
- Wert
- 100
Statistik herunterladen
4,985
Downloads insgesamt
Einzelheiten
Repository
asparon/obs-ndiZuletzt aktualisiert2023-09-26
Erstmals gesehen2023-09-29
Führen Sie OBS-NDI auf Unraid aus.
OBS-NDI ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.