summaryrefslogtreecommitdiffstats
path: root/emacsconf-stream.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-22 09:04:04 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-22 09:04:04 -0400
commit56fee2b8dcfdc8fb66b7727c2ee798b0bb514f73 (patch)
treee034f1730c124ff20aad7083df49cd55e127441f /emacsconf-stream.el
parent2fa1aadff4fcd6258c9ec2c49f6f6500575738c6 (diff)
downloademacsconf-el-56fee2b8dcfdc8fb66b7727c2ee798b0bb514f73.tar.xz
emacsconf-el-56fee2b8dcfdc8fb66b7727c2ee798b0bb514f73.zip
documentation, whitespace, pad URL
Diffstat (limited to 'emacsconf-stream.el')
-rw-r--r--emacsconf-stream.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/emacsconf-stream.el b/emacsconf-stream.el
index 5c1bdca..c37d0df 100644
--- a/emacsconf-stream.el
+++ b/emacsconf-stream.el
@@ -388,7 +388,9 @@ With a prefix argument (\\[universal-argument]), clear the overlay."
(test-length 60))
(unless (file-directory-p dir)
(make-directory dir t))
- (shell-command (format "ffmpeg -y -f lavfi -i testsrc=duration=%d:size=1280x720:rate=10 %s " test-length (expand-file-name "template.webm" dir)))
+ (shell-command
+ (format "ffmpeg -y -f lavfi -i testsrc=duration=%d:size=1280x720:rate=10 %s "
+ test-length (expand-file-name "template.webm" dir)))
(dolist (talk info)
(with-temp-file (expand-file-name (concat (plist-get talk :file-prefix) "--main.vtt") dir)
(subed-vtt-mode)
@@ -1115,6 +1117,9 @@ If TEST-MODE is non-nil, load the videos from the test directory."
(emacsconf-filter-talks talks))))
(defun emacsconf-stream-crontabs (&optional test-mode info)
+ "Write the streaming users' crontab files.
+If TEST-MODE is non-nil, use the videos in the test directory.
+If INFO is non-nil, use that as the schedule instead."
(interactive)
(let ((emacsconf-publishing-phase 'conference))
(setq info (or info (emacsconf-publish-prepare-for-display (emacsconf-get-talk-info))))