From 5d47df647ee1d19df20d870a61b91cd048867c54 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 10 May 2014 22:57:43 +0200 Subject: [PATCH] Added script to dump HLS stream with VLC. --- vlchlsdump.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 vlchlsdump.sh diff --git a/vlchlsdump.sh b/vlchlsdump.sh new file mode 100755 index 0000000..3a4f313 --- /dev/null +++ b/vlchlsdump.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +VLC=/usr/bin/vlc + +$VLC \ +-v \ +"$1" \ +--play-and-exit \ +--demux=dump \ +--demuxdump-file="$2"