diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-20 20:17:07 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-20 20:17:07 -0500 |
commit | c42aa40033fd9d16e1da51cccc56b6063d6eec6e (patch) | |
tree | eb6956cceacd452c63bc5d9b3860e36e2019a3b8 /playbook | |
parent | fd4aa97b1f39cc0d696e382b66f01cc6bc6f9d1e (diff) | |
download | emacsconf-wiki-c42aa40033fd9d16e1da51cccc56b6063d6eec6e.tar.xz emacsconf-wiki-c42aa40033fd9d16e1da51cccc56b6063d6eec6e.zip |
Add custom IDs, streaming script
Diffstat (limited to 'playbook')
-rw-r--r-- | playbook/stream-desktop-and-audio.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbook/stream-desktop-and-audio.sh b/playbook/stream-desktop-and-audio.sh new file mode 100644 index 00000000..38f50025 --- /dev/null +++ b/playbook/stream-desktop-and-audio.sh @@ -0,0 +1 @@ + while 1; do ffmpeg -reconnect_at_eof 1 -reconnect_streamed 1 -loglevel 0 -ar 48000 -f alsa -channels 2 -sample_rate 48000 -i default -re -video_size 1280x720 -framerate 25 -f x11grab -i :0.0 -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm -c:v libvpx -b:v 1M -crf 30 -g 125 -deadline good -threads 4 -f webm $CONFALT; done |