From 440fcc403b74a9c4f6bf66e0997dbc8408e1ada2 Mon Sep 17 00:00:00 2001 From: EmacsConf Date: Wed, 2 Nov 2022 06:20:16 -0700 Subject: omg playing actually works --- emacsconf-stream.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacsconf-stream.el') diff --git a/emacsconf-stream.el b/emacsconf-stream.el index 20704cb..7fb504c 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -112,9 +112,8 @@ Final files should be stored in /data/emacsconf/stream/YEAR/video-slug--main.web (defun emacsconf-stream-play-video (talk) (interactive (list (emacsconf-complete-talk-info))) (let ((default-directory (emacsconf-stream-track-login talk))) - (start-process (concat "mpv-" (plist-get talk :slug)) - "test" - "~/bin/track-mpv" (emacsconf-stream-get-filename talk)))) + (shell-command (concat "~/bin/track-mpv " + (shell-quote-argument (emacsconf-stream-get-filename talk)))))) (provide 'emacsconf-stream) ;;; emacsconf-stream.el ends here -- cgit v1.2.3