mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 13:32:12 -05:00
Start dockerizing OBS
This commit is contained in:
parent
8308b22d89
commit
af43bbc916
10 changed files with 114 additions and 2 deletions
9
obs/start.sh
Executable file
9
obs/start.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
export DISPLAY=:99
|
||||
Xvfb $DISPLAY &
|
||||
obs &
|
||||
sleep 1
|
||||
source /home/obs/.venv/bin/activate
|
||||
python3 /home/obs/setup-obs.py
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue