6 lines
305 B
Bash
6 lines
305 B
Bash
|
Xwayland -geometry 1920x1080 -fullscreen :12 &
|
||
|
sleep 2
|
||
|
DISPLAY=:12 icewm --display=:12 &
|
||
|
env -u WAYLAND_DISPLAY DISPLAY=:12 obs --disable-shutdown-check --startstreaming --startvirtualcam --multi --disable-missing-files-check --scene nosignal &
|
||
|
env DISPLAY=:12 vlc -f srt://127.0.0.1:9999?transtype=live
|