OBS-NDI
Aplicación Docker from Asparon's Repository
Visión general
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)
Requisitos
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.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:6901]/- Red
br0- Concha
sh- Privilegiado
- false
Configuración de plantillas
VNCPorttcp
Port for VNC
- Objetivo
- 5901
- Por defecto
- 5901
- Valor
- 5901
noVNCPorttcp
Port for noVNC
- Objetivo
- 6901
- Por defecto
- 6901
- Valor
- 6901
WebSocketPorttcp
Port for OBS WebSocket
- Objetivo
- 4455
- Por defecto
- 4455
- Valor
- 4455
OBS config pathPathrw
path for storing the OBS config data
- Objetivo
- /home/headless/.config/obs-studio
VNC passwordVariable
set your VNC password (default: headless)
- Objetivo
- VNC_PW
- Por defecto
- headless
PUIDVariable
- Valor
- 99
PGIDVariable
- Valor
- 100
Descargar estadísticas
4,985
Descargas totales
Detalles
Repositorio
asparon/obs-ndiÚltima actualización2023-09-26
Visto por primera vez2023-09-29
Ejecute OBS-NDI en Unraid.
OBS-NDI se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.