Added script to dump HLS stream with VLC.
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
VLC=/usr/bin/vlc
|
||||
|
||||
$VLC \
|
||||
-v \
|
||||
"$1" \
|
||||
--play-and-exit \
|
||||
--demux=dump \
|
||||
--demuxdump-file="$2"
|
||||
Reference in New Issue
Block a user