Update streaming tips
authorMichael Prokop <devnull@localhost>
Sat, 6 Sep 2008 17:01:42 +0000 (19:01 +0200)
committerMichael Prokop <devnull@localhost>
Sat, 6 Sep 2008 17:01:42 +0000 (19:01 +0200)
debian/changelog
grml_tips

index ffa4cab..0bff0e9 100644 (file)
@@ -1,3 +1,9 @@
+grml-tips (0.4.12) unstable; urgency=low
+
+  * Update streaming tips.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 06 Sep 2008 19:01:32 +0200
+
 grml-tips (0.4.11) unstable; urgency=low
 
   * Add dependency on libterm-readkey-perl.
index 1fdf527..2597373 100644 (file)
--- 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