Awesome ways to save audio streams for future listening
For a start, you can use mplayer to save the stream to a local disk: mplayer -bandwidth 10000000000 -cache 32 -dumpstream -dumpfile output_file.ra ‘rtsp://some.server/some_stream’ The huge bandwidth parameter will make sure that no throttling happens (at the client side anyway) — i.e. you can download hours of audio in a few seconds. The dumpstream parameter [...]
Also tagged