> To watch the stream from VLC on your computer, run: > nix-shell --packages vlc --run "vlc https://dash.nixcon.net/dash/master.m3u8 " I thought this was pretty cool, but unfortunately, this doesn't work on macOS...
Won't really save you today, but you should be able to replace vlc with mpv; I'm currently viewing the presentations from macOS in this manner.
nix-shell --packages mpv --run "mpv https://dash.nixcon.net/dash/master.m3u8"