diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-21 09:18:12 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-21 09:18:12 -0500 |
commit | bd8f700e5644667d433df16046c9b3f8741796b0 (patch) | |
tree | 42a18b13448cd3f95e0ecf25d1d0b58135e592a8 | |
parent | 1cc9479cf312d9f7b6c3c8f79b9c83e905254e27 (diff) | |
download | emacsconf-wiki-bd8f700e5644667d433df16046c9b3f8741796b0.tar.xz emacsconf-wiki-bd8f700e5644667d433df16046c9b3f8741796b0.zip |
Add link to stream script for easy downloading
-rw-r--r-- | playbook.md | 2 | ||||
-rw-r--r-- | playbook.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/playbook.md b/playbook.md index 06cbd3a4..03ee8b59 100644 --- a/playbook.md +++ b/playbook.md @@ -480,7 +480,7 @@ Exceptions: 1. Set the CONFALT environment variable to icecast://user:password@live0.emacsconf.org:8000/alt.webm 2. Install pavucontrol if you don't have it already. - 3. Start the following command: + 3. Start the following command (<playbook/stream-desktop-and-audio.sh>: 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 4. Use pavucontrol to set the recording source for the ffmpeg diff --git a/playbook.org b/playbook.org index 1e90146e..15cb4bed 100644 --- a/playbook.org +++ b/playbook.org @@ -366,7 +366,7 @@ Exceptions: 1. Set the CONFALT environment variable to icecast://user:password@live0.emacsconf.org:8000/alt.webm 2. Install pavucontrol if you don't have it already. - 3. Start the following command: + 3. Start the following command ([[file:playbook/stream-desktop-and-audio.sh]]: #+begin_src sh :eval no :tangle playbook/stream-desktop-and-audio.sh 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 #+end_src |