Make Ubuntu 7.10 Media ready
December 11th, 2007 by jason
This is a beginner tutorial on how to get your Ubuntu 7.10 media ready, and able to play video. Ubuntu does not ship with certain restricted and typically windows format codecs installed. This tutorial will show you how to install these, get flash videos working in firefox (for youtube) and help you install a few additional (better) players.
Install Mplayer and multimedia codecs
Ok first we will install Mplayer, a video player, and multimedia codecs required to watch restricted format video.
- Make sure you have added the extra repositories, if you haven’t please look here: http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_add_extra_repositories
- Open terminal and type “sudo apt-get install mplayer”
- Type “sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list”
- Then type “wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add –“
- Then “sudo apt-get update”
- Lastly, type “sudo apt-get install w32codecs libdvdcss2”
- You now have Mplayer installed and can watch restricted format video
Install flash player and Mplayer plug-ins for Firefox
- Open terminal and type “sudo apt-get install flashplugin-nonfree”
- Then type “sudo apt-get install mozilla-mplayer”
- You now have video support inside firefox, and can watch Youtube videos
Install other Players
This will install other audio and video players
- To install Amarok in terminal type “sudo apt-get install amarok”
- To install VLC media player type “sudo apt-get install vlc”
- To install Banshee music player type “sudo apt-get install banshee”
- Now you have some great multimedia players installed
Posted in Linux