Skip to content

Z0ink5/obs-ndi-docker

 
 

Repository files navigation

Build Status

Docker Open Broadcaster Software (OBS)

This container is based on bb12489/docker-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the container and add it to the unraid app store.

Here is a screenshot: Alt

To run

You can start the container with:

docker run --shm-size=256m -it -p 5900:5900 -p 5901:5901 -p 4455:4455 -e VNC_PASSWD=123456 patrickstigler/docker-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 '123456' on the docker run command to whatever you wish.

You can connect with your own VNC client at 5900 or use the webclient at 5901

To enable GPU Support also add -e NVIDIA_VISIBLE_DEVICES= -e NVIDIA_DRIVER_CAPABILITIES=all and also add --runtime=nvidia as extra parameter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 71.8%
  • Shell 28.2%