Download rtmp streams to mp3 files

Install rtmpdump, allows you to dump RTMP streams onto your hard drive.

sudo apt-get install rtmpdump

Start the program several times using “–resume” option, if there are any errors

rtmpdump -r "rtmp://host.com/dir/file.flv" -o filename.flv --resume

~~LINKBACK~~