1
0

Added script to dump HLS stream with VLC.

This commit is contained in:
2014-05-10 22:57:43 +02:00
parent d06f873047
commit 5d47df647e
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
VLC=/usr/bin/vlc
$VLC \
-v \
"$1" \
--play-and-exit \
--demux=dump \
--demuxdump-file="$2"