From 1dfc0a78256d9d87d928355ce2c1a631405d6887 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 21 Sep 2022 18:01:42 +0200 Subject: Move all playbook stuff to 2021/ --- playbook/stream-desktop-and-audio.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100644 playbook/stream-desktop-and-audio.sh (limited to 'playbook/stream-desktop-and-audio.sh') diff --git a/playbook/stream-desktop-and-audio.sh b/playbook/stream-desktop-and-audio.sh deleted file mode 100644 index d3a7e6f8..00000000 --- a/playbook/stream-desktop-and-audio.sh +++ /dev/null @@ -1 +0,0 @@ - while true; do ffmpeg -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 -- cgit v1.2.3