OBS-NDI
Docker 应用程序 from Asparon's Repository
概述
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)
要求
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.
运行时参数
- 网络用户界面
http://[IP]:[PORT:6901]/- 网络
br0- 外壳
sh- 特权
- false
模板配置
VNCPorttcp
Port for VNC
- 目标
- 5901
- 默认值
- 5901
- 价值
- 5901
noVNCPorttcp
Port for noVNC
- 目标
- 6901
- 默认值
- 6901
- 价值
- 6901
WebSocketPorttcp
Port for OBS WebSocket
- 目标
- 4455
- 默认值
- 4455
- 价值
- 4455
OBS config pathPathrw
path for storing the OBS config data
- 目标
- /home/headless/.config/obs-studio
VNC passwordVariable
set your VNC password (default: headless)
- 目标
- VNC_PW
- 默认值
- headless
PUIDVariable
- 价值
- 99
PGIDVariable
- 价值
- 100
下载统计数据
4,985
下载总数
详细信息
在Unraid 上运行 OBS-NDI 。
OBS-NDI 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。