X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=25973730615ddc7aa36cb2c587673a8e59e479ae;hb=d15fdf23c80d7e2bee17ed539658d3ae1b9fab27;hp=1fdf527eca60487cb0a7a2034925de17d8159af2;hpb=cae38e8e83824769c821ceae440acbd12be352b2;p=grml-tips.git 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