diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-20 20:26:18 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-20 20:26:18 -0500 |
commit | 508ce724a82ef40be190c8582163a3bcd036f8cd (patch) | |
tree | 7a693cf002c0ba488a904a8b7aa3f87d9e926a27 /playbook | |
parent | ae298c6a98bb8656bd6a407551138f8e40d8e04b (diff) | |
download | emacsconf-wiki-508ce724a82ef40be190c8582163a3bcd036f8cd.tar.xz emacsconf-wiki-508ce724a82ef40be190c8582163a3bcd036f8cd.zip |
add IDs
Diffstat (limited to 'playbook')
-rw-r--r-- | playbook/stream-desktop-and-audio.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbook/stream-desktop-and-audio.sh b/playbook/stream-desktop-and-audio.sh index 38f50025..694dc171 100644 --- a/playbook/stream-desktop-and-audio.sh +++ b/playbook/stream-desktop-and-audio.sh @@ -1 +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 + while true; 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 |