Friday, December 11, 2009

Some nice addons for Ubuntu

Get those codecs to play all media formats and dvds:

http://www.ubuntugeek.com/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecsw64codecs-in-ubuntu-9-10-karmic.html

Get cntlm to get through those M$ ISA proxies:

sudo apt-get install cntlm

Then just edit the
/etc/cntlm.conf
and fill in the proxy details then restart it with
/etc/init.d/cntlm restart
Then export your proxy and your in business :-)
export http://localhost:3128/

How to Listen to Streaming Radio on Ubuntu

Ok so I wanted to listen to Highveld radio on Ubuntu. Only problem was their website only seemed to catered for Windows. So after some digging I found the mms stream URL and gave it a try with:
mplayer mms://196.35.64.36/highveld_22
but got this:
connect error: Connection refused
No stream found to handle url mms://196.35.64.36/highveld_22

So I just changed it to:
mplayer http://196.35.64.36/highveld_22

and we're in business :-)

Followers