Da Poetry Hacklab.
#zeld AT freaknet DOT org
____ ___ _____ _____ ______ __
| _ \ / _ \| ____|_ _| _ \ \ / /
| |_) | | | | _| | | | |_) \ V /
| __/| |_| | |___ | | | _ < | |
|_| \___/|_____| |_| |_| \_\|_|
_ _
_ __ ___ (_)_ __ (_)
| '_ ` _ \| | '_ \| |
| | | | | | | | | | |
|_| |_| |_|_|_| |_|_|
_ _ _____ _______ ___
| | | |/ _ \ \ / /_ _/ _ \
| |_| | | | \ \ /\ / / | || | | |
| _ | |_| |\ V V / | || |_| |
|_| |_|\___/ \_/\_/ |_| \___/
__
_ \ \
(_) | |
_ | |
(_) | |
/_/
##This howto describe how i can record streaming audio/video with mplayer:
mplayer -dumpstream URL-STREAMING -dumpfile FILE-TO-SAVE
#with
mplayer FILE-TO-SAVE
#you can esecute the audio streaming saved.
##If the streaming is in real media audio do this for get a wav file:
mplayer -cache 10 -ao pcm -aofile stream.wav rtsp://XXXX/stream.rm
lame stream.wav
good look! : )
Enjoy