Using Media Player watching friends(I)

Using Media Player watching friends(I)

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list
sudo apt-get --quiet update
sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring
sudo apt-get --quiet update

sudo apt-get --yes install app-install-data-medibuntu apport-hooks-medibuntu

Removing Non-Free Software
sudo sed -e 's/ non-free//' -i /etc/apt/sources.list.d/medibuntu.list

Install plugin:
sudo apt-get install libdvdcss

latest one
http://packages.medibuntu.org/pool/non-free/w/w32codecs/w32codecs_20110131-0.1medibuntu1_i386.deb

older one
http://packages.medibuntu.org/pool/non-free/w/w32codecs/w32codecs_20071007-0medibuntu2.1_i386.deb

sudo apt-get install libxine1-ffmpeg

sudo apt-get install gstreamer0.10

sudo apt-get install mencoder

sudo apt-get install libtag-extras1

sudo apt-get install libtag-extras-dev

search and install kaffeine
search and install Totem

sudo apt-get install gstreamer0.10-pitfdll

search and install Ubuntu restricted extras

At last, I can not solve this problem in this way.

Try another way:

sudo apt-get install ffmpeg

sudo mkdir /usr/lib/codecs/
cd /tmp
wget -c http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
tar jxvf essential-20071007.tar.bz2
sudo mv essential*/* /usr/lib/codecs/

At last, still can not work

references:
https://help.ubuntu.com/community/Medibuntu
http://ubuntuforums.org/showthread.php?t=536796
http://wiki.ubuntu.org.cn/MPlayer
http://hcleon.iteye.com/blog/515751

猜你喜欢

转载自sillycat.iteye.com/blog/954263