OBS-NDI
Application Docker from Asparon's Repository
Vue d'ensemble
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)
Exigences
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.
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:6901]/- Réseau
br0- Coquille
sh- Privilégié
- false
Configuration du modèle
VNCPorttcp
Port for VNC
- Cible
- 5901
- Défaut
- 5901
- Valeur
- 5901
noVNCPorttcp
Port for noVNC
- Cible
- 6901
- Défaut
- 6901
- Valeur
- 6901
WebSocketPorttcp
Port for OBS WebSocket
- Cible
- 4455
- Défaut
- 4455
- Valeur
- 4455
OBS config pathPathrw
path for storing the OBS config data
- Cible
- /home/headless/.config/obs-studio
VNC passwordVariable
set your VNC password (default: headless)
- Cible
- VNC_PW
- Défaut
- headless
PUIDVariable
- Valeur
- 99
PGIDVariable
- Valeur
- 100
Télécharger les statistiques
4,985
Total des téléchargements
Détails
Référentiel
asparon/obs-ndiDernière mise à jour2023-09-26
Première vue2023-09-29
Exécutez OBS-NDI sur Unraid.
OBS-NDI est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.