From bbda6ceb18df5198f1f8c4891821522a90de2e93 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 26 Nov 2022 09:50:46 -0500 Subject: play by slug so that the intro gets played too --- emacsconf-stream.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsconf-stream.el b/emacsconf-stream.el index e8ddef5..b9f084e 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -215,7 +215,7 @@ Final files should be stored in /data/emacsconf/stream/YEAR/video-slug--main.web "nohup" "~/bin/track-mpv") (or (and (plist-get talk :stream-files) (split-string-and-unquote (plist-get talk :stream-files))) - (list (emacsconf-stream-get-filename talk))) + (list (plist-get talk :slug))) (list ">" "/dev/null" "2>&1" "&"))))) (defun emacsconf-stream-open-pad (talk) -- cgit v1.2.3