Sign inSign up

asparon/obs-ndi

By asparon

Updated almost 3 years ago

Image
1

8.9K

asparon/obs-ndi repository overview

Docker OBS and NDI (QT6)

This container is based on patrickstigler/obs-ndi & accetto/ubuntu-vnc-xfce-g3. Due to some QT-changes 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 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)

Tag summary

Content type

Image

Digest

sha256:954f5f181

Size

647 MB

Last updated

almost 3 years ago

docker pull asparon/obs-ndi