Quote:
|
Originally Posted by asong26
You need to make sure that your mplayer is compiled correctly by enabling the codecs and functions you want in either /etc/make.conf file or, /etc/portage/package.use file.
See here: http://gentoo-wiki.com/HOWTO_MPlayer_Introduction_Guide
As for the video, you need to make sure that mplayer is configured to output using x11 device. Nothing else will work os PS3 linux.
How did you install mplayer? what command did you use? I've posted my /etc/make.conf file contents here on this forum. Read up on it, and look at the USE flags that I am setting on my make.conf file. If you set it the way I have it, just about every media type will play. But you must use 'emerge -av mplayer' not emerge -avG mplayer. pre-compiled binaries do not have all the codec support. You must compile your own with the correct use settings. If you follow these directions, you shouldn't even have to touch the audio settings in mplayer or in VLC.
See here: http://www.ps3hax.com/gentoo_linux/h...nux-t78.0.html
|
Mplayer came with KDE. I also edited my make.conf file to resemble yours earlier today. I'll try emerge -av mplayer now.