A Docker container that runs OBS in a virtual desktop environment that can be accessed using VNC in the Browser
Heavily "inspired" by bandi13/docker-obs and bandi13/gui-docker
- Restructured the Dockerfiles
- Bundled both Dockerfiles from both repos
- OBS autostart
- option to automatically start streaming/recording
- option to minimize to tray on start
- Build the image
- Run the
docker-compose.yml - Connect to
http://<server-ip>:5901in the Browser - Login using the
VNC_PASSWD(default:123456) - Setup obs in the container
- add environment variables to your liking
OBS_START_STREAMINGStarts streaming on container startOBS_START_RECORDINGStarts recording on container startOBS_MINIMIZE_TO_TRAYminimizes the obs windows to the tray icon on startOBS_LAUNCH_PARAMETERScustom launch parameters (see OBS docs)