From: Michael Prokop Date: Sat, 6 Sep 2008 17:01:42 +0000 (+0200) Subject: Update streaming tips X-Git-Tag: v0.4.12~2 X-Git-Url: http://git.grml.org/?p=grml-tips.git;a=commitdiff_plain;h=d15fdf23c80d7e2bee17ed539658d3ae1b9fab27 Update streaming tips --- diff --git a/debian/changelog b/debian/changelog index ffa4cab..0bff0e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.4.12) unstable; urgency=low + + * Update streaming tips. + + -- Michael Prokop Sat, 06 Sep 2008 19:01:32 +0200 + grml-tips (0.4.11) unstable; urgency=low * Add dependency on libterm-readkey-perl. diff --git a/grml_tips b/grml_tips index 1fdf527..2597373 100644 --- a/grml_tips +++ b/grml_tips @@ -573,11 +573,15 @@ echo -e "s/\r//g" > dos2unix.sed; sed -f dos2unix.sed < dosfile > unixfile -- Save live audio stream to file: -% mplayer -ao pcm:file=$FILE +% mplayer -ao pcm:file=$FILE $URL +-- +Save live stream to file: + +% mplayer -dumpfile $FILE -dumpstream $STREAM or -% mencoder mms://file.wmv -o $FILE -ovc copy -oac copy +% mencoder mms://$URL -o $FILE -ovc copy -oac copy or