https://github.com/lunyaadev/docker-obs
https://github.com/lunyaadev/docker-obs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lunyaadev/docker-obs
- Owner: LunyaaDev
- License: gpl-3.0
- Created: 2024-04-17T02:04:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T18:25:10.000Z (over 1 year ago)
- Last Synced: 2025-10-23T15:42:29.233Z (8 months ago)
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerised OBS
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`](https://github.com/bandi13/docker-obs) and [`bandi13/gui-docker`](https://github.com/bandi13/gui-docker)
## Changes:
- Restructured the Dockerfiles
- Bundled both Dockerfiles from both repos
- OBS autostart
- option to automatically start streaming/recording
- option to minimize to tray on start
## Usage
- Build the image
- Run the `docker-compose.yml`
- Connect to `http://:5901` in the Browser
- Login using the `VNC_PASSWD` (default: `123456`)
- Setup obs in the container
- add environment variables to your liking
- `OBS_START_STREAMING` Starts streaming on container start
- `OBS_START_RECORDING` Starts recording on container start
- `OBS_MINIMIZE_TO_TRAY` minimizes the obs windows to the tray icon on start
- `OBS_LAUNCH_PARAMETERS` custom launch parameters (see [OBS docs](https://obsproject.com/kb/launch-parameters))