Skip to content

docker container to steam via OBS, NDI, NVENC support

Notifications You must be signed in to change notification settings

f3rr311/docker-obs-ndi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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.

I rebuiled the container on the base of accetto/ubuntu-vnc-xfce-g3 to have a regualar updated base image.

Here is a screenshot: Alt

To run

You can start the container with:

docker run --shm-size=256m -it -p 5901:5901 -p 6901:6901 -p 4455:4455 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.

The VNC password is "headless"

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

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

About

docker container to steam via OBS, NDI, NVENC support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%