Category Archives: Networking

Realtime statistics of your Linux system

If you wish to monitor your Linux system in realtime, use dstat. Use a man dstat to see a list of possible options, since they are extensive and dstat can output system usage, memory usage, load times, network information, NFS, therman, VMWare, CPU, sendmail and MySQL usage, among others.Try dstat -tamn -M topcpu where -tamn… Read More »

Record Live Radio using only Mplayer

Did you know that you only need MPlayer to record a live radio station? Use mplayer http://ip:port/ -ao pcm:file=radio.wav  -vo null -vc null to dump a radio.wav file of the audio stream. You can later convert it to MP3 using LAME or Audacity.

Use MPlayer to record live streams from the Internet

All you need to record a live stream from the web is MPlayer. Use the -dumpstream argument to capture a MMS, ASF or Live WMV stream to a file called stream.dump. For example: mplayer -dumpstream mmsh://streamer3.carnation.hu/mtvonlinem2?MSWMExt=.asf will create a stream.dump file that you can later rename to my_recorded_stream.wmv.Note: this will not work with Flash-powered streams.