| Notices |
|
|||||||
| Latest PS3 News | ||||||||||||
|
![]() |
|
|
Thread Tools |
Getting VLC (Video player - Divx, Xvid, Avi) to work in YDL 5.0 |
|
|
|
||||
|
This walkthrough was not written by me so the help that I can provide is limited. I DID get it to work on my system so I can verify that it does work. STEP 1: Download mplayer and essential codecs, save them (do not unpack them) in Desktop or other folder under root Under the main program, download: MPlayer-1.0rc1.tar.bz2 Under the Codecs download: essential-ppc-20061022.tar.bz2 Under Skins download: Blue-1.7.tar.bz2 STEP 2: open a terminal / shell session, first unpack and compile mplayer - copy paste all below to the terminal window cd `find /root -iregex .*mplayer[^/]*tar.* | perl -ne 's/(^.*)\/.*$/$1/; print;'` tar -xvf `ls | grep -i mplayer | grep -i ".tar."` cd `ls | grep -i mplayer | grep -v ".tar."` ./configure --enable-gui STEP 3: copy paste all below to the terminal window (this will take awhile as it compile the source files) make make install STEP 4: this will unpack and move codec to /usr/local/lib/codecs cd `find /root -iregex .*essential[^/]*tar.* | perl -ne 's/(^.*)\/.*$/$1/; print;'` tar -xvf `ls | grep -i essential | grep -i ".tar."` mv `ls | grep -i mplayer | grep -v ".tar."` /usr/local/lib/codecs STEP 5: unpack Blue-1.7.tar.bz2 and copy to /usr/local/share/mplayer/skin/default (you may need to create "default" folder) STEP 6: type mplayer <filename> or gmplayer (gui version)
Last edited by coheedcollapse; 01-03-2007 at 05:26 PM.
|
|
|
||||
|
"[root@localhost ~]# yum -y install videolan-client Repository updates is listed more than once in the configuration Repository freshrpms is listed more than once in the configuration Loading "installonlyn" plugin Setting up Install Process Setting up repositories core [1/10] file:///mnt/cdrom/repodata/repomd.xml: [Errno 5] OSError: [Errno 2] No such file or directory: '/mnt/cdrom/repodata/repomd.xml' Trying other mirror. Cannot open/read repomd.xml file for repository: core failure: repodata/repomd.xml from core: [Errno 256] No more mirrors to try. Error: failure: repodata/repomd.xml from core: [Errno 256] No more mirrors to try." any advice? |
|
|
||||
|
yellowdog-base.repo yellowdog-extras.repo yellowdog-updates.repo HOWTO: 1. Log in as root 2. Open File Manager Program (like Nautilus) 3. Select File System -> etc -> yum.repos.d by double clicking each items 4. Open yellowdog-base.repo 5. Delete the # character in front of baseurl (ie. change from #baseurl -> baseurl) 6. Click Save 7. Do the same for other 2 files Good Luck ! |
|
|
||||
|
"Failed dependencies: libSDL_image-1.2.so.0 is needed by vlc-0.8.5-1.i386 libdbus-1.so.1 is needed by vlc-0.8.5-1.i386 libgnutls.so.11 is needed by vlc-0.8.5-1.i386 libgnutls.so.11(GNUTLS_REL_1_0_9) is needed by vlc-0.8.5-1.i386 libImlib2.so.1 is needed by caca-utils-0.9-1.i386" |
|
|
||||
|
I managed to get VLC installed on Yellowdog running on a PS3. Have you made sure YUM is up and running? And have you got the right REPOS configured ... Quote:
|
|
|
||||
|
Quote:
And yes, in all likelyhood programs that run DVDs in Linux would run the horrible PAL DVDs. Just make sure your TV can accept the PAL 50hz signal/resolution Quote:
|
|
| Thread Tools | |
|
|