VLC-0.9.8a-1ydl61.ppc.rpm

YDL running on the Sony Playstation 3

Moderator: billb

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 09 Feb 2010, 02:04

For anyone wondering how to install the above RPMs (viewtopic.php?p=36137#p36137), they're intended for use with the ps3bodega repo for YDL 6.2. So -- first set that up: http://pleasantfiction.ipower.com/bodeg ... f=28&t=555

Then save all three RPM packages to your desktop, open a terminal window, and ...
Code: Select all
cd Desktop

Code: Select all
su

<enter root password>
Code: Select all
yum localinstall --nogpgcheck vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm vlc-0.9.8a-1.ydl62.bdg.ppc.rpm mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm

(that's all one line)

Code: Select all
exit
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby Jaybps3 » 09 Feb 2010, 03:30

billb wrote:
Jaybps3 wrote:If anyone could test this theory out by downloading a video from youtube that works in vlc-mozilla but without sound, then see if it has sound when playing through vlc from your desktop.


Yes, I've noticed that before and just confirmed again -- video plays with no sound in Firefox, but plays fine with sound if I download it (I'm using youtube-dl).

I will upload the src for ya billb, Seeing ya asked nicely, I'm sure it will help ya figure out why you couldnt get it to build previously.


Thanks.

Jaybps3 wrote:I attempted to build the latest vlc source code, However it fails saying that glibc 2-5-2.7 is buggy and nothing can be done to make it build, unless you update the glibc library!

I guess its time to start trying to figure out how to compile an rpm update for the glibc libraries that wont corrupt YDL 6.2 install.


We don't necessarily need the latest version, do we?



Well nope, Not necassarily but wouldnt hurt to look at the release notes and see what may or may not bennefit a YDL build. Either way i'd be happy to get any version working without hickups....

Im about fire up the ps3 and have a look at the vlctube script and also upload that src rpm for ya billb, perhaps you will be able to assist me with getting a solid build :)
60GB PS3 (CECHA01) upgraded HDD 160gb, 40" Sony Bravia, Ydl 6 and plenty of other goodies :)
http://www.youtube.com/user/jaybps3
Jaybps3
ydl guru
ydl guru
 
Posts: 462
Joined: 04 May 2008, 11:36

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 09 Feb 2010, 04:18

The VLC I have on my PC (using Ubuntu) can play this stream OK, but not on this build for YDL ... also a number of module warnings listed.

Code: Select all
vlc -vv  http://www.di.fm/aacplus/lounge.pls


Code: Select all
VLC media player 0.9.8a Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.8a Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure  '--build=powerpc-redhat-linux-gnu' '--host=powerpc-redhat-linux-gnu' '--target=ppc-yellowdog-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--disable-rpath' '--enable-release' '--with-tuning=no' '--disable-taglib' '--enable-switcher' '--enable-shout' '--enable-lua' '--enable-live555' '--enable-v4l' '--enable-pvr' '--enable-cddax' '--enable-swscale' '--disable-imgresample' '--enable-twolame' '--enable-real' '--disable-quicktime' '--enable-realrtsp' '--enable-flac' '--enable-tremor' '--enable-speex' '--enable-tarkin' '--enable-theora' '--disable-dirac' '--enable-snapshot' '--enable-aa' '--enable-caca' '--enable-portaudio' '--enable-ncurses' '--enable-xosd' '--enable-lirc' '--enable-mozilla' 'build_alias=powerpc-redhat-linux-gnu' 'host_alias=powerpc-redhat-linux-gnu' 'target_alias=ppc-yellowdog-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /home/bill/.cache/vlc/plugins-0404be.dat
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/control/liblirc_plugin.so' (liblirc_client.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/access_output/libaccess_output_shout_plugin.so' (libshout.so.3: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/libswscale_plugin.so' (/usr/lib/vlc/video_filter/libswscale_plugin.so: undefined symbol: sws_freeFilter)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/codec/libtwolame_plugin.so' (libtwolame.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/mux/libmux_ts_plugin.so' (libdvbpsi.so.4: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/access/libcddax_plugin.so' (libcddb.so.2: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/access/libdvb_plugin.so' (libdvbpsi.so.4: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/access/libcdda_plugin.so' (libcddb.so.2: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/demux/libts_plugin.so' (libdvbpsi.so.4: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/demux/libmkv_plugin.so' (libmatroska.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc debug: module bank initialized, found 260 modules
[00000001] main libvlc debug: opening config file (/home/bill/.config/vlc/vlcrc)
[00000001] main libvlc debug: CPU has capabilities AltiVec FPU
[00000001] main libvlc debug: looking for memcpy module: 2 candidates
[00000001] main libvlc debug: using memcpy module "memcpyaltivec"
[00000355] main interaction debug: thread 4158522560 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000355] main interaction debug: thread started
[00000357] main input debug: Creating an input for 'Media Library'
[00000357] main input debug: Input is a meta file: disabling unneeded options
[00000357] main input debug: `file/xspf-open:///home/bill/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/bill/.local/share/vlc/ml.xspf'
[00000357] main input debug: creating access 'file' path='/home/bill/.local/share/vlc/ml.xspf'
[00000358] main access debug: looking for access module: 3 candidates
[00000358] access_file access debug: opening file `/home/bill/.local/share/vlc/ml.xspf'
[00000358] main access debug: using access module "access_file"
[00000358] main access debug: TIMER module_Need() : 31.447 ms - Total 31.447 ms / 1 intvls (Avg 31.447 ms)
[00000363] main stream debug: Using AStream*Stream
[00000363] main stream debug: pre-buffering...
[00000363] main stream debug: received first data for our buffer
[00000357] main input debug: creating demux: access='file' demux='xspf-open' path='/home/bill/.local/share/vlc/ml.xspf'
[00000364] main demux debug: looking for demux module: 1 candidate
[00000364] playlist demux debug: using XSPF playlist reader
[00000364] main demux debug: using demux module "playlist"
[00000364] main demux debug: TIMER module_Need() : 17.198 ms - Total 17.198 ms / 1 intvls (Avg 17.198 ms)
[00000357] main input debug: `file/xspf-open:///home/bill/.local/share/vlc/ml.xspf' successfully opened
[00000379] main xml debug: looking for xml module: 2 candidates
[00000379] main xml debug: using xml module "xml"
[00000379] main xml debug: TIMER module_Need() : 342.135 ms - Total 342.135 ms / 1 intvls (Avg 342.135 ms)
[00000364] playlist demux debug: parsed 0 tracks successfully
[00000379] main xml debug: removing module "xml"
[00000357] main input debug: EOF reached
[00000357] main input debug: control type=1
[00000364] main demux debug: removing module "playlist"
[00000358] main access debug: removing module "access_file"
[00000357] main input debug: TIMER input launching for 'Media Library' : 105.189 ms - Total 105.189 ms / 1 intvls (Avg 105.189 ms)
[00000381] main preparser debug: waiting for thread initialization
[00000381] main preparser debug: thread started
[00000381] main preparser debug: thread 4150133952 (preparser) created at priority 0 (playlist/thread.c:79)
[00000382] main fetcher debug: waiting for thread initialization
[00000382] main fetcher debug: thread started
[00000382] main fetcher debug: thread 4135806144 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000356] main playlist debug: thread started
[00000356] main playlist debug: waiting for thread initialization
[00000356] main playlist debug: rebuilding array of current - root Playlist
[00000356] main playlist debug: rebuild done - 0 items, index -1
[00000356] main playlist debug: thread 4127417536 (playlist) created at priority 0 (playlist/thread.c:117)
[00000383] main interface debug: looking for interface module: 1 candidate
[00000383] main interface debug: using interface module "hotkeys"
[00000383] main interface debug: TIMER module_Need() : 13.350 ms - Total 13.350 ms / 1 intvls (Avg 13.350 ms)
[00000383] main interface debug: thread 4119028928 (interface) created at priority 0 (interface/interface.c:168)
[00000385] main interface debug: looking for interface module: 1 candidate
[00000383] main interface debug: thread started
[00000385] main interface debug: using interface module "inhibit"
[00000385] main interface debug: TIMER module_Need() : 36.281 ms - Total 36.281 ms / 1 intvls (Avg 36.281 ms)
[00000385] main interface debug: thread started
[00000385] main interface debug: thread 4110640320 (interface) created at priority 0 (interface/interface.c:168)
[00000387] main interface debug: looking for interface module: 1 candidate
[00000387] main interface debug: using interface module "screensaver"
[00000387] main interface debug: TIMER module_Need() : 23.910 ms - Total 23.910 ms / 1 intvls (Avg 23.910 ms)
[00000387] main interface debug: thread started
[00000387] main interface debug: thread 4102251712 (interface) created at priority 0 (interface/interface.c:168)
[00000356] main playlist debug: adding item `http://www.di.fm/aacplus/lounge.pls' ( http://www.di.fm/aacplus/lounge.pls )
[00000356] main playlist debug: rebuilding array of current - root Playlist
[00000356] main playlist debug: rebuild done - 1 items, index -1
[00000389] main interface debug: looking for interface module: 21 candidates
[00000389] main interface debug: using interface module "signals"
[00000389] main interface debug: TIMER module_Need() : 2.420 ms - Total 2.420 ms / 1 intvls (Avg 2.420 ms)
[00000389] main interface debug: thread started
[00000389] main interface debug: thread 4085474496 (interface) created at priority 0 (interface/interface.c:168)
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000391] main interface debug: looking for interface module: 4 candidates
[00000391] main interface debug: using interface module "qt4"
[00000391] main interface debug: TIMER module_Need() : 1653.553 ms - Total 1653.553 ms / 1 intvls (Avg 1653.553 ms)
[00000391] main interface debug: thread 4075730112 (interface) created at priority 0 (interface/interface.c:168)
[00000391] main interface debug: thread started
[00000356] main playlist debug: starting new item
[00000356] main playlist debug: processing request item null node Playlist skip 0
[00000356] main playlist debug: creating new input thread
[00000394] main input debug: Creating an input for 'http://www.di.fm/aacplus/lounge.pls'
[00000394] main input debug: thread started
[00000394] main input debug: waiting for thread initialization
[00000394] main input debug: `http://www.di.fm/aacplus/lounge.pls' gives access `http' demux `' path `www.di.fm/aacplus/lounge.pls'
[00000394] main input debug: creating demux: access='http' demux='' path='www.di.fm/aacplus/lounge.pls'
[00000395] main demux debug: looking for access_demux module: 0 candidates
[00000395] main demux warning: no access_demux module matched "http"
[00000395] main demux debug: TIMER module_Need() : 0.855 ms - Total 0.855 ms / 1 intvls (Avg 0.855 ms)
[00000394] main input debug: creating access 'http' path='www.di.fm/aacplus/lounge.pls'
[00000396] main access debug: looking for access module: 2 candidates
[00000394] main input debug: thread 4067341504 (input) created at priority 10 (input/input.c:370)
[00000396] access_http access debug: http: server='www.di.fm' port=80 file='/aacplus/lounge.pls
[00000396] main access debug: net: connecting to www.di.fm port 80
[00000396] main access debug: connection: Operation now in progress
[00000396] main access debug: connection succeeded (socket = 7)
[00000396] access_http access debug: protocol 'HTTP' answer code 206
[00000396] access_http access debug: Server: Apache
[00000396] access_http access debug: this frame size=180
[00000396] access_http access debug: stream size=180,pos=0,remaining=180
[00000396] access_http access debug: Connection: close
[00000396] access_http access debug: Content-Type: audio/x-scpls
[00000396] main access debug: using access module "access_http"
[00000396] main access debug: TIMER module_Need() : 634.948 ms - Total 634.948 ms / 1 intvls (Avg 634.948 ms)
[00000398] main stream debug: Using AStream*Stream
[00000398] main stream debug: pre-buffering...
[00000398] main stream debug: received first data for our buffer
[00000394] main input debug: creating demux: access='http' demux='' path='www.di.fm/aacplus/lounge.pls'
[00000399] main demux debug: looking for demux module: 50 candidates
[00000399] playlist demux debug: found valid PLS playlist file
[00000399] main demux debug: using demux module "playlist"
[00000399] main demux debug: TIMER module_Need() : 391.234 ms - Total 391.234 ms / 1 intvls (Avg 391.234 ms)
[00000394] main input debug: `http://www.di.fm/aacplus/lounge.pls' successfully opened
[00000399] playlist demux debug: pls should have 1 entries
[00000399] playlist demux debug: pls file version: 2
[00000356] main playlist debug: deleting item `http://www.di.fm/aacplus/lounge.pls'
[00000356] main playlist debug: rebuilding array of current - root Playlist
[00000356] main playlist debug: rebuild done - 1 items, index -1
[00000356] main playlist debug: no fetch required for D I G I T A L L Y - I M P O R T E D - Lounge - sit back and enjoy the lounge grooves! (art currently (null))
[00000394] main input debug: EOF reached
[00000394] main input debug: control type=1
[00000356] main playlist debug: finished input
[00000396] main access debug: waitpipe: object killed
[00000356] main playlist debug: dying input
[00000399] main demux debug: removing module "playlist"
[00000396] main access debug: removing module "access_http"
[00000394] main input debug: thread ended
[00000356] main playlist debug: dead input
[00000394] main input debug: thread 4067341504 joined (playlist/engine.c:244)
[00000394] main input debug: TIMER input launching for 'http://www.di.fm/aacplus/lounge.pls' : 1074.352 ms - Total 1074.352 ms / 1 intvls (Avg 1074.352 ms)
[00000356] main playlist debug: starting new item
[00000356] main playlist debug: changing item without a request (current -1/1)
[00000356] main playlist debug: using item 0
[00000356] main playlist debug: creating new input thread
[00000428] main input debug: Creating an input for 'D I G I T A L L Y - I M P O R T E D - Lounge - sit back and enjoy the lounge grooves!'
[00000428] main input debug: thread started
[00000428] main input debug: waiting for thread initialization
[00000428] main input debug: `http://72.26.204.18:6176' gives access `http' demux `' path `72.26.204.18:6176'
[00000428] main input debug: creating demux: access='http' demux='' path='72.26.204.18:6176'
[00000429] main demux debug: looking for access_demux module: 0 candidates
[00000429] main demux warning: no access_demux module matched "http"
[00000429] main demux debug: TIMER module_Need() : 0.530 ms - Total 0.530 ms / 1 intvls (Avg 0.530 ms)
[00000428] main input debug: creating access 'http' path='72.26.204.18:6176'
[00000430] main access debug: looking for access module: 2 candidates
[00000430] access_http access debug: http: server='72.26.204.18' port=6176 file='(null)
[00000430] main access debug: net: connecting to 72.26.204.18 port 6176
[00000430] main access debug: connection: Operation now in progress
[00000428] main input debug: thread 4067341504 (input) created at priority 10 (input/input.c:370)
[00000430] main access debug: connection succeeded (socket = 12)
[00000430] access_http access debug: protocol 'ICY' answer code 200
[00000430] access_http access debug: Icy-Notice: <BR>This stream requires <a href="http://www.winamp.com/">Winamp</a><BR>
[00000430] access_http access debug: Icy-Notice: SHOUTcast Distributed Network Audio Server/Linux v1.9.8<BR>
[00000430] access_http access debug: Icy-Name: Lounge - D I G I T A L L Y - I M P O R T E D - sit back and enjoy the lounge grooves!
[00000430] access_http access debug: Icy-Genre: Electronic Lounge Downtempo
[00000430] access_http access debug: Meta-Info: icy-url: http://www.di.fm
[00000430] access_http access debug: Content-Type: audio/aacp
[00000430] access_http access debug: Meta-Info: icy-pub: 1
[00000430] access_http access debug: Icy-MetaInt: 8192
[00000430] access_http access warning: ICY metaint=8192
[00000430] access_http access debug: Meta-Info: icy-br: 24
[00000430] access_http access: Raw-audio server found, m4a demuxer selected
[00000430] access_http access debug: auto re-connect enabled
[00000430] main access debug: using access module "access_http"
[00000430] main access debug: TIMER module_Need() : 134.150 ms - Total 134.150 ms / 1 intvls (Avg 134.150 ms)
[00000431] main stream debug: Using AStream*Stream
[00000431] main stream debug: pre-buffering...
[00000431] main stream debug: received first data for our buffer
[00000430] access_http access debug: New Title=The Red Room - mixed by DJ River
[00000431] main stream debug: pre-buffering done 19334 bytes in 0s - 172 kbytes/s
[00000428] main input debug: creating demux: access='http' demux='m4a' path='72.26.204.18:6176'
[00000432] main demux debug: looking for demux module: 1 candidate
[00000433] main packetizer debug: looking for packetizer module: 18 candidates
[00000433] packetizer_mpeg4audio packetizer debug: running MPEG4 audio packetizer
[00000433] packetizer_mpeg4audio packetizer debug: no decoder specific info, must be an ADTS or LOAS stream
[00000433] main packetizer debug: using packetizer module "packetizer_mpeg4audio"
[00000433] main packetizer debug: TIMER module_Need() : 581.416 ms - Total 581.416 ms / 1 intvls (Avg 581.416 ms)
[00000432] main demux debug: using demux module "m4a"
[00000432] main demux debug: TIMER module_Need() : 582.214 ms - Total 582.214 ms / 1 intvls (Avg 582.214 ms)
[00000432] main demux debug: looking for meta reader module: 1 candidate
[00000432] id3tag demux debug: checking for ID3v1/2 and APEv1/2 tags
[00000432] main demux debug: TIMER module_Need() : 60.919 ms - Total 60.919 ms / 1 intvls (Avg 60.919 ms)
[00000428] main input debug: `http://72.26.204.18:6176' successfully opened
[00000433] packetizer_mpeg4audio packetizer debug: detected ADTS format
[00000433] packetizer_mpeg4audio packetizer: AAC channels: 1 samplerate: 22050
[00000428] main input debug: selecting program id=0
[00000452] main decoder debug: looking for decoder module: 30 candidates
[00000452] avcodec decoder debug: refusing to use ffmpeg's (MPEG AAC Audio) decoder which is buggy
[00000452] main decoder debug: TIMER module_Need() : 1863.518 ms - Total 1863.518 ms / 1 intvls (Avg 1863.518 ms)
[00000452] main decoder error: no suitable decoder module for fourcc `mp4a'.
VLC probably does not support this sound or video format.
[00000452] main decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO
[00000428] main input debug: control type=1
[00000391] qt4 interface debug: Error while initializing qt-specific localization
[00000391] qt4 interface debug: Updating the stream status: 3


Some interesting stuff in there ...

"[00000452] avcodec decoder debug: refusing to use ffmpeg's (MPEG AAC Audio) decoder which is buggy
[00000452] main decoder debug: TIMER module_Need() : 1863.518 ms - Total 1863.518 ms / 1 intvls (Avg 1863.518 ms)
[00000452] main decoder error: no suitable decoder module for fourcc `mp4a'.
VLC probably does not support this sound or video format."

EDIT:

output from vlc on ubuntu for comparison:

Code: Select all
bill@amd64:~$ vlc -vv  http://www.di.fm/aacplus/lounge.pls
VLC media player 1.0.2 Goldeneye
[0xc27888] main libvlc debug: VLC media player - version 1.0.2 Goldeneye - (c) 1996-2009 the VideoLAN team
[0xc27888] main libvlc debug: libvlc was configured with ./configure  '--build=x86_64-linux-gnu' '--disable-maintainer-mode' '--enable-release' '--prefix=/usr' '--config-cache' '--enable-fast-install' '--with-binary-version=1ubuntu2.1' '--disable-update-check' '--disable-fb' '--enable-ggi' '--enable-sdl' '--enable-mad' '--enable-jack' '--enable-pulse' '--enable-lirc' '--enable-a52' '--enable-aa' '--enable-dvbpsi' '--enable-mozilla' '--with-mozilla-pkg=xulrunner-plugin' '--enable-dvb' '--enable-ogg' '--enable-vorbis' '--enable-shout' '--enable-qt4' '--enable-flac' '--enable-skins2' '--enable-freetype' '--enable-mkv' '--enable-speex' '--enable-caca' '--enable-live555' '--enable-libmpeg2' '--enable-fribidi' '--enable-mod' '--enable-theora' '--enable-dvdnav' '--enable-gnutls' '--enable-ncurses' '--enable-smb' '--disable-gnomevfs' '--enable-bonjour' '--enable-mpc' '--enable-vcd' '--enable-vcdx' '--enable-notify' '--enable-twolame' '--enable-faad' '--disable-zvbi' '--enable-telx' '--enable-x264' '--disable-atmo' '--enable-taglib' '--enable-libass' '--enable-dca' '--enable-realrtsp' '--disable-dv' '--disable-fluidsynth' '--disable-kate' '--disable-mtp' '--enable-alsa' '--enable-v4l' '--enable-v4l2' '--enable-pvr' '--enable-svgalib' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2' 'LDFLAGS=-Wl,--as-needed' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'
[0xc27888] main libvlc debug: translation test: code is "C"
[0xc27888] main libvlc debug: checking plugin modules
[0xc27888] main libvlc debug: loading plugins cache file /home/bill/.cache/vlc/plugins-04081e.dat
[0xc27888] main libvlc debug: recursively browsing `/usr/lib/vlc'
[0xc27888] main libvlc debug: module bank initialized (380 modules)
[0xc27888] main libvlc debug: opening config file (/home/bill/.config/vlc/vlcrc)
[0xc27888] main libvlc debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT SSE SSE2 FPU
[0xc27888] main libvlc debug: looking for memcpy module: 4 candidates
[0xc27888] main libvlc debug: using memcpy module "memcpymmxext"
[0xd1ab68] main input debug: Creating an input for 'Media Library'
[0xd1ab68] main input debug: Input is a meta file: disabling unneeded options
[0xd1ab68] main input debug: using timeshift granularity of 50 MBytes
[0xd1ab68] main input debug: using timeshift path '/tmp'
[0xd1ab68] main input debug: `file/xspf-open:///home/bill/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/bill/.local/share/vlc/ml.xspf'
[0xd1ab68] main input debug: creating demux: access='file' demux='xspf-open' path='/home/bill/.local/share/vlc/ml.xspf'
[0xd24798] main demux debug: looking for access_demux module: 1 candidate
[0xd24798] main demux warning: no access_demux module matching "file" could be loaded
[0xd24798] main demux debug: TIMER module_need() : 0.774 ms - Total 0.774 ms / 1 intvls (Avg 0.774 ms)
[0xd1ab68] main input debug: creating access 'file' path='/home/bill/.local/share/vlc/ml.xspf'
[0xd24798] main access debug: looking for access module: 3 candidates
[0xd24798] access_file access debug: opening file `/home/bill/.local/share/vlc/ml.xspf'
[0xd24798] main access debug: using access module "access_file"
[0xd24798] main access debug: TIMER module_need() : 0.582 ms - Total 0.582 ms / 1 intvls (Avg 0.582 ms)
[0xd35398] main stream debug: Using AStream*Stream
[0xd35398] main stream debug: pre buffering
[0xd35398] main stream debug: received first data after 0 ms
[0xd35398] main stream debug: pre-buffering done 296 bytes in 0s - 13139 kbytes/s
[0xd363a8] main stream debug: looking for stream_filter module: 4 candidates
[0xd363a8] main stream debug: TIMER module_need() : 0.567 ms - Total 0.567 ms / 1 intvls (Avg 0.567 ms)
[0xd3a308] main stream debug: looking for stream_filter module: 1 candidate
[0xd3a308] main stream debug: using stream_filter module "stream_filter_record"
[0xd3a308] main stream debug: TIMER module_need() : 0.212 ms - Total 0.212 ms / 1 intvls (Avg 0.212 ms)
[0xd1ab68] main input debug: creating demux: access='file' demux='xspf-open' path='/home/bill/.local/share/vlc/ml.xspf'
[0xd37ea8] main demux debug: looking for demux module: 1 candidate
[0xd37ea8] playlist demux debug: using XSPF playlist reader
[0xd37ea8] main demux debug: using demux module "playlist"
[0xd37ea8] main demux debug: TIMER module_need() : 0.310 ms - Total 0.310 ms / 1 intvls (Avg 0.310 ms)
[0xd1ab68] main input debug: `file/xspf-open:///home/bill/.local/share/vlc/ml.xspf' successfully opened
[0xd38fc8] main xml debug: looking for xml module: 2 candidates
[0xd38fc8] main xml debug: using xml module "xtag"
[0xd38fc8] main xml debug: TIMER module_need() : 8.210 ms - Total 8.210 ms / 1 intvls (Avg 8.210 ms)
[0xd37ea8] playlist demux debug: parsed 0 tracks successfully
[0xd38fc8] main xml debug: removing module "xtag"
[0xd1ab68] main input debug: EOF reached
[0xd37ea8] main demux debug: removing module "playlist"
[0xd3a308] main stream debug: removing module "stream_filter_record"
[0xd24798] main access debug: removing module "access_file"
[0xd1ab68] main input debug: TIMER input launching for 'Media Library' : 5.879 ms - Total 5.879 ms / 1 intvls (Avg 5.879 ms)
[0xd1c4e8] main playlist debug: rebuilding array of current - root Playlist
[0xd1c4e8] main playlist debug: rebuild done - 0 items, index -1
[0xd1c4e8] main playlist debug: Activated
[0xd3a268] main interface debug: looking for interface module: 1 candidate
[0xd3a268] main interface debug: using interface module "hotkeys"
[0xd3a268] main interface debug: TIMER module_need() : 0.517 ms - Total 0.517 ms / 1 intvls (Avg 0.517 ms)
[0xd3a268] main interface debug: thread started
[0xd3a268] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xd1a338] main interface debug: looking for interface module: 1 candidate
[0xd1a338] main interface debug: using interface module "inhibit"
[0xd1a338] main interface debug: TIMER module_need() : 1.615 ms - Total 1.615 ms / 1 intvls (Avg 1.615 ms)
[0xd1a338] main interface debug: thread started
[0xd1a338] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xd38608] main interface debug: looking for interface module: 1 candidate
[0xd38608] main interface debug: using interface module "screensaver"
[0xd38608] main interface debug: TIMER module_need() : 0.349 ms - Total 0.349 ms / 1 intvls (Avg 0.349 ms)
[0xd38608] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xd1c4e8] main playlist debug: adding item `http://www.di.fm/aacplus/lounge.pls' ( http://www.di.fm/aacplus/lounge.pls )
[0xc28068] main interface debug: looking for interface module: 1 candidate
[0xc28068] main interface debug: using interface module "signals"
[0xc28068] main interface debug: TIMER module_need() : 0.421 ms - Total 0.421 ms / 1 intvls (Avg 0.421 ms)
[0xc28068] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xd3cae8] main interface debug: looking for interface module: 1 candidate
[0xd38608] main interface debug: thread started
[0xc28068] main interface debug: thread started
[0xc28068] main interface debug: thread ended
[0xd3cae8] main interface debug: using interface module "globalhotkeys"
[0xd3cae8] main interface debug: TIMER module_need() : 32.397 ms - Total 32.397 ms / 1 intvls (Avg 32.397 ms)
[0xd3cae8] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xd3cae8] main interface debug: thread started
[0xd3cae8] main interface debug: thread ended
[0xc27888] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x7f9a3c000cd8] main interface debug: looking for interface module: 4 candidates
[0x7f9a3c000cd8] qt4 interface debug: Error while initializing qt-specific localization
[0x7f9a3c000cd8] main interface debug: using interface module "qt4"
[0x7f9a3c000cd8] main interface debug: TIMER module_need() : 270.931 ms - Total 270.931 ms / 1 intvls (Avg 270.931 ms)
[0x7f9a3c000cd8] main interface debug: thread started
[0x7f9a3c000cd8] main interface debug: thread ended
[0x7f9a3c000cd8] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xd1c4e8] main playlist debug: rebuilding array of current - root Playlist
[0xd1c4e8] main playlist debug: rebuild done - 1 items, index -1
[0xd1c4e8] main playlist debug: processing request item null node Playlist skip 0
[0xd1c4e8] main playlist debug: starting new item
[0xd1c4e8] main playlist debug: creating new input thread
[0x7f9a3c000a58] main input debug: Creating an input for 'http://www.di.fm/aacplus/lounge.pls'
[0x7f9a3c000a58] main input debug: thread (input) created at priority 10 (input/input.c:230)
[0x7f9a3c000cd8] qt4 interface debug: IM: Setting an input
[0x7f9a3c000a58] main input debug: thread started
[0x7f9a3c000a58] main input debug: using timeshift granularity of 50 MBytes
[0x7f9a3c000a58] main input debug: using timeshift path '/tmp'
[0x7f9a3c000a58] main input debug: `http://www.di.fm/aacplus/lounge.pls' gives access `http' demux `' path `www.di.fm/aacplus/lounge.pls'
[0x7f9a3c000a58] main input debug: creating demux: access='http' demux='' path='www.di.fm/aacplus/lounge.pls'
[0x10e0f68] main demux debug: looking for access_demux module: 0 candidates
[0x10e0f68] main demux debug: no access_demux module matched "http"
[0x10e0f68] main demux debug: TIMER module_need() : 0.145 ms - Total 0.145 ms / 1 intvls (Avg 0.145 ms)
[0x7f9a3c000a58] main input debug: creating access 'http' path='www.di.fm/aacplus/lounge.pls'
[0x10db5b8] main access debug: looking for access module: 2 candidates
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x10db5b8] access_http access debug: http: server='www.di.fm' port=80 file='/aacplus/lounge.pls
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x10db5b8] main access debug: net: connecting to www.di.fm port 80
[0x10db5b8] main access debug: connection: Operation now in progress
[0x10db5b8] main access debug: connection succeeded (socket = 23)
[0x10db5b8] access_http access debug: protocol 'HTTP' answer code 206
[0x10db5b8] access_http access debug: Server: Apache
[0x10db5b8] access_http access debug: this frame size=180
[0x10db5b8] access_http access debug: stream size=180,pos=0,remaining=180
[0x10db5b8] access_http access debug: Connection: close
[0x10db5b8] access_http access debug: Content-Type: audio/x-scpls
[0x10db5b8] main access debug: using access module "access_http"
[0x10db5b8] main access debug: TIMER module_need() : 1032.710 ms - Total 1032.710 ms / 1 intvls (Avg 1032.710 ms)
[0x1104c58] main stream debug: Using AStream*Stream
[0x1104c58] main stream debug: pre buffering
[0x1104c58] main stream debug: received first data after 0 ms
[0x1104c58] main stream debug: pre-buffering done 180 bytes in 0s - 3995 kbytes/s
[0x11052b8] main stream debug: looking for stream_filter module: 4 candidates
[0x11052b8] main stream debug: TIMER module_need() : 0.180 ms - Total 0.180 ms / 1 intvls (Avg 0.180 ms)
[0x11052b8] main stream debug: looking for stream_filter module: 1 candidate
[0x11052b8] main stream debug: using stream_filter module "stream_filter_record"
[0x11052b8] main stream debug: TIMER module_need() : 0.153 ms - Total 0.153 ms / 1 intvls (Avg 0.153 ms)
[0x7f9a3c000a58] main input debug: creating demux: access='http' demux='' path='www.di.fm/aacplus/lounge.pls'
[0x10fcd98] main demux debug: looking for demux module: 51 candidates
[0x10fcd98] playlist demux debug: found valid PLS playlist file
[0x10fcd98] main demux debug: using demux module "playlist"
[0x10fcd98] main demux debug: TIMER module_need() : 29.257 ms - Total 29.257 ms / 1 intvls (Avg 29.257 ms)
[0x7f9a3c000a58] main input debug: `http://www.di.fm/aacplus/lounge.pls' successfully opened
[0x10fcd98] playlist demux debug: pls should have 1 entries
[0x10fcd98] playlist demux debug: pls file version: 2
[0xd1c4e8] main playlist debug: deleting item `http://www.di.fm/aacplus/lounge.pls'
[0x7f9a3c000a58] main input debug: EOF reached
[0x10fcd98] main demux debug: removing module "playlist"
[0x11052b8] main stream debug: removing module "stream_filter_record"
[0x10db5b8] main access debug: removing module "access_http"
[0x10db5b8] main access debug: waitpipe: object killed
[0x7f9a3c000a58] main input debug: thread ended
[0xd1c4e8] main playlist debug: dead input
[0xd1c4e8] main playlist debug: changing item without a request (current 0/1)
[0xd1c4e8] main playlist debug: rebuilding array of current - root Playlist
[0xd1c4e8] main playlist debug: rebuild done - 1 items, index -1
[0xd1c4e8] main playlist debug: using item 0
[0xd1c4e8] main playlist debug: starting new item
[0xd1c4e8] main playlist debug: creating new input thread
[0x1104c58] main input debug: Creating an input for 'D I G I T A L L Y - I M P O R T E D - Lounge - sit back and enjoy the lounge grooves!'
[0x1104c58] main input debug: thread started
[0x1104c58] main input debug: using timeshift granularity of 50 MBytes
[0x1104c58] main input debug: using timeshift path '/tmp'
[0x7f9a3c000cd8] qt4 interface debug: IM: Deleting the input
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x1104c58] main input debug: thread (input) created at priority 10 (input/input.c:230)
[0x1104c58] main input debug: `http://72.26.204.18:6176' gives access `http' demux `' path `72.26.204.18:6176'
[0x1104c58] main input debug: creating demux: access='http' demux='' path='72.26.204.18:6176'
[0x110e9b8] main demux debug: looking for access_demux module: 0 candidates
[0x110e9b8] main demux debug: no access_demux module matched "http"
[0x110e9b8] main demux debug: TIMER module_need() : 0.336 ms - Total 0.336 ms / 1 intvls (Avg 0.336 ms)
[0x1104c58] main input debug: creating access 'http' path='72.26.204.18:6176'
[0x110e9b8] main access debug: looking for access module: 2 candidates
[0x110e9b8] access_http access debug: http: server='72.26.204.18' port=6176 file='(null)
[0x110e9b8] main access debug: net: connecting to 72.26.204.18 port 6176
[0x110e9b8] main access debug: connection: Operation now in progress
[0x110e9b8] main access debug: connection succeeded (socket = 23)
[0x7f9a3c000a58] main input debug: TIMER input launching for 'http://www.di.fm/aacplus/lounge.pls' : 1069.105 ms - Total 1069.105 ms / 1 intvls (Avg 1069.105 ms)
[0x7f9a3c000cd8] qt4 interface debug: IM: Setting an input
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x110e9b8] access_http access debug: protocol 'ICY' answer code 200
[0x110e9b8] access_http access debug: Icy-Notice: <BR>This stream requires <a href="http://www.winamp.com/">Winamp</a><BR>
[0x110e9b8] access_http access debug: Icy-Notice: SHOUTcast Distributed Network Audio Server/Linux v1.9.8<BR>
[0x110e9b8] access_http access debug: Icy-Name: Lounge - D I G I T A L L Y - I M P O R T E D - sit back and enjoy the lounge grooves!
[0x110e9b8] access_http access debug: Icy-Genre: Electronic Lounge Downtempo
[0x110e9b8] access_http access debug: Meta-Info: icy-url: http://www.di.fm
[0x110e9b8] access_http access debug: Content-Type: audio/aacp
[0x110e9b8] access_http access debug: Meta-Info: icy-pub: 1
[0x110e9b8] access_http access debug: Icy-MetaInt: 8192
[0x110e9b8] access_http access warning: ICY metaint=8192
[0x110e9b8] access_http access debug: Meta-Info: icy-br: 24
[0x110e9b8] access_http access: Raw-audio server found, m4a demuxer selected
[0x110e9b8] access_http access debug: auto re-connect enabled
[0x110e9b8] main access debug: using access module "access_http"
[0x110e9b8] main access debug: TIMER module_need() : 530.027 ms - Total 530.027 ms / 1 intvls (Avg 530.027 ms)
[0x110f9e8] main stream debug: Using AStream*Stream
[0x110f9e8] main stream debug: pre buffering
[0x110f9e8] main stream debug: received first data after 0 ms
[0x110f9e8] main stream debug: pre-buffering done 1024 bytes in 0s - 22727 kbytes/s
[0x10df158] main stream debug: looking for stream_filter module: 4 candidates
[0x10df158] main stream debug: TIMER module_need() : 0.225 ms - Total 0.225 ms / 1 intvls (Avg 0.225 ms)
[0x10df158] main stream debug: looking for stream_filter module: 1 candidate
[0x10df158] main stream debug: using stream_filter module "stream_filter_record"
[0x10df158] main stream debug: TIMER module_need() : 0.128 ms - Total 0.128 ms / 1 intvls (Avg 0.128 ms)
[0x1104c58] main input debug: creating demux: access='http' demux='m4a' path='72.26.204.18:6176'
[0xd49738] main demux debug: looking for demux module: 1 candidate
[0xd49738] es demux debug: detected format mp4a
[0x1100e88] main packetizer debug: looking for packetizer module: 21 candidates
[0x1100e88] packetizer_mpeg4audio packetizer debug: running MPEG4 audio packetizer
[0x1100e88] packetizer_mpeg4audio packetizer debug: no decoder specific info, must be an ADTS or LOAS stream
[0x1100e88] main packetizer debug: using packetizer module "packetizer_mpeg4audio"
[0x1100e88] main packetizer debug: TIMER module_need() : 6.746 ms - Total 6.746 ms / 1 intvls (Avg 6.746 ms)
[0xd49738] main demux debug: using demux module "es"
[0xd49738] main demux debug: TIMER module_need() : 7.038 ms - Total 7.038 ms / 1 intvls (Avg 7.038 ms)
[0xd49738] main demux debug: looking for meta reader module: 1 candidate
[0xd49738] main demux debug: TIMER module_need() : 2.477 ms - Total 2.477 ms / 1 intvls (Avg 2.477 ms)
[0x1104c58] main input debug: `http://72.26.204.18:6176' successfully opened
[0x1100e88] packetizer_mpeg4audio packetizer debug: detected ADTS format
[0x1100e88] packetizer_mpeg4audio packetizer: AAC channels: 1 samplerate: 22050
[0x1104c58] main input debug: selecting program id=0
[0x1124638] main decoder debug: looking for decoder module: 31 candidates
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x1124638] main decoder debug: using decoder module "faad"
[0x1124638] main decoder debug: TIMER module_need() : 7.747 ms - Total 7.747 ms / 1 intvls (Avg 7.747 ms)
[0x1124638] main decoder debug: thread (decoder) created at priority 5 (input/decoder.c:315)
[0x1124638] main decoder debug: thread started
[0x1104c58] main input debug: Buffering 0%
[0x1104c58] main input debug: Buffering 3%
[0x1104c58] main input debug: Buffering 7%
[0x1104c58] main input debug: Buffering 11%
[0x1104c58] main input debug: Buffering 15%
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x7f9a3c000cd8] qt4 interface debug: Updating the geometry
[0x1124638] faad decoder warning: decoded zero sample
[0x1104c58] main input debug: Buffering 19%
[0x1104c58] main input debug: Buffering 23%
[0x1104c58] main input debug: Buffering 27%
[0x1104c58] main input debug: Buffering 30%
[0x1104c58] main input debug: Buffering 34%
[0x1104c58] main input debug: Buffering 38%
[0x1104c58] main input debug: Buffering 42%
[0x1104c58] main input debug: Buffering 46%
[0x1104c58] main input debug: Buffering 50%
[0x1104c58] main input debug: Buffering 54%
[0x1104c58] main input debug: Buffering 58%
[0x1104c58] main input debug: Buffering 61%
[0x1104c58] main input debug: Buffering 65%
[0x1104c58] main input debug: Buffering 69%
[0x1104c58] main input debug: Buffering 73%
[0x1104c58] main input debug: Buffering 77%
[0x110e9b8] access_http access debug: New Title=Supperclub presents Vol. 7 - Cruise - La Salle Neige
[0x1104c58] main input debug: Buffering 81%
[0x1104c58] main input debug: Buffering 85%
[0x1104c58] main input debug: Buffering 89%
[0x1104c58] main input debug: Buffering 92%
[0x1104c58] main input debug: Buffering 96%
[0x1104c58] main input debug: Stream buffering done (1207 ms in 1 ms)
[0x1124638] faad decoder debug: AAC SBR (channels: 2, samplerate: 44100)
[0x1104c58] main input debug: creating aout
[0x1125f58] main audio output debug: looking for audio output module: 4 candidates
[0x1125f58] pulse audio output: No. of Audio Channels: 2
[0x7f9a3c000cd8] qt4 interface debug: New caching: 96
[0x7f9a3c000cd8] qt4 interface debug: New caching: 96
[0x7f9a3c000cd8] qt4 interface debug: New caching: 100
[0x7f9a3c000cd8] qt4 interface debug: New caching: 100
[0x1125f58] pulse audio output debug: Pulse mainloop started
[0x1125f58] pulse audio output debug: Pulse stream connected
[0x1125f58] pulse audio output debug: Pulse initialized successfully
[0x1125f58] pulse audio output debug: Buffer metrics: maxlength=141120, tlength=42336, prebuf=35280, minreq=7056
[0x1125f58] pulse audio output debug: Using sample spec 'float32le 2ch 44100Hz', channel map 'front-left,front-right'.
[0x1125f58] pulse audio output debug: Connected to device alsa_output.pci-0000_00_04.0.analog-stereo (0, not suspended).
[0x1125f58] main audio output debug: using audio output module "pulse"
[0x1125f58] main audio output debug: TIMER module_need() : 29.332 ms - Total 29.332 ms / 1 intvls (Avg 29.332 ms)
[0x1125f58] main audio output debug: output 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
[0x1125f58] main audio output debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
[0x1125f58] main audio output debug: no need for any filter
[0x1125f58] main audio output debug: looking for audio mixer module: 3 candidates
[0x1125f58] main audio output debug: using audio mixer module "float32_mixer"
[0x1125f58] main audio output debug: TIMER module_need() : 0.739 ms - Total 0.739 ms / 1 intvls (Avg 0.739 ms)
[0x1125f58] main audio output debug: input 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
[0x1148868] main audio filter debug: looking for audio filter module: 1 candidate
[0x1148868] scaletempo audio filter debug: format: 44100 rate, 2 nch, 4 bps, fl32
[0x1148868] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[0x1148868] scaletempo audio filter debug: 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
[0x1148868] main audio filter debug: using audio filter module "scaletempo"
[0x1148868] main audio filter debug: TIMER module_need() : 1.279 ms - Total 1.279 ms / 1 intvls (Avg 1.279 ms)
[0x1125f58] main audio output debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo
[0x11491c8] main audio output debug: looking for audio filter module: 24 candidates
[0x11491c8] main audio output debug: using audio filter module "bandlimited_resampler"
[0x11491c8] main audio output debug: TIMER module_need() : 3.291 ms - Total 3.291 ms / 1 intvls (Avg 3.291 ms)
[0x1125f58] main audio output debug: found a filter for the whole conversion
[0x1124638] main decoder debug: End of audio preroll
[0x1104c58] main input debug: Decoder buffering done in 47 ms
[0x1125f58] pulse audio output debug: Pulse stream started
[0x1124638] faad decoder debug: AAC SBR+PS (channels: 2, samplerate: 44100)
[0x1125f58] main audio output warning: output date isn't PTS date, requesting resampling (107891)
[0x1125f58] main audio output warning: buffer is 107890 late, triggering upsampling
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby Legendary_Agent » 09 Feb 2010, 05:25

billb wrote:For anyone wondering how to install the above RPMs (viewtopic.php?p=36137#p36137), they're intended for use with the ps3bodega repo for YDL 6.2. So -- first set that up: http://pleasantfiction.ipower.com/bodeg ... f=28&t=555

Then save all three RPM packages to your desktop, open a terminal window, and ...
Code: Select all
cd Desktop

Code: Select all
su

<enter root password>
Code: Select all
yum localinstall --nogpgcheck vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm vlc-0.9.8a-1.ydl62.bdg.ppc.rpm mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm

(that's all one line)

Code: Select all
exit


Hi, ive followed mr bilb guide on installing fedora livna and dribble, by his recommendation i turned off ydl extras of 6.2.
Now what must i exclude in order to not get issues with bodega? also, can i get my ydl extras repo back if i keep bodega?

Thank you in advance.
Legendary_Agent
ydl addict
ydl addict
 
Posts: 102
Joined: 03 Feb 2010, 18:35

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 09 Feb 2010, 05:34

Legendary_Agent wrote:Now what must i exclude in order to not get issues with bodega?


With that you just need yellowdog-base, yellowdog-updates, and yellowdog-extras enabled, and you can get rid of livna, fedora-extras, and dribble. And you don't need protectbase.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby Jaybps3 » 09 Feb 2010, 15:24

Ok guys my work has paid off, I went to looking around and decided I would use vlc 0.9.5 and also had to build updated rpms for faad2, faac, schroedinger, ffmpeg and quite a few others then recompiled and built an rpm for vlc...

The results are quite suprising, I am getting no errors, That link you posted earlier billb for that stream works, Its a radio stream or something i listened to it for a few minutes, Youtube has sound working in browser again. I have tested a few formats and getting no errors. I really think I have a final build ready for the repository, Anyways gonna upload the rpms now.
60GB PS3 (CECHA01) upgraded HDD 160gb, 40" Sony Bravia, Ydl 6 and plenty of other goodies :)
http://www.youtube.com/user/jaybps3
Jaybps3
ydl guru
ydl guru
 
Posts: 462
Joined: 04 May 2008, 11:36

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 09 Feb 2010, 15:39

Awesome! :D Will test today.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby Jaybps3 » 09 Feb 2010, 16:04

Everything is uploaded billb, I created a folder named vlc & dependencies that's where vlc and the other packages reside. I cant post links to them here cause without the updated libs for ffmpeg and others its just not gonna install, So until all the packages in that folder are added to the repo its not gonna be usable for everyone else.

Also I have to send ya a pm with some other needed libs which I found packages for, Yum wouldnt find them with the current repo setup!
60GB PS3 (CECHA01) upgraded HDD 160gb, 40" Sony Bravia, Ydl 6 and plenty of other goodies :)
http://www.youtube.com/user/jaybps3
Jaybps3
ydl guru
ydl guru
 
Posts: 462
Joined: 04 May 2008, 11:36

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 09 Feb 2010, 17:45

Jaybps3 wrote:Everything is uploaded billb, I created a folder named vlc & dependencies that's where vlc and the other packages reside.


I'm going to need the src.rpm's for all those, too, please. (trying to stick to the GPL where possible). :wink:
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby Legendary_Agent » 09 Feb 2010, 18:13

billb wrote:
Legendary_Agent wrote:Now what must i exclude in order to not get issues with bodega?


With that you just need yellowdog-base, yellowdog-updates, and yellowdog-extras enabled, and you can get rid of livna, fedora-extras, and dribble. And you don't need protectbase.



Thank you Billb, may i know how to remove the protection? i only know how to apply it :P

Thx in advance!
Legendary_Agent
ydl addict
ydl addict
 
Posts: 102
Joined: 03 Feb 2010, 18:35

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 09 Feb 2010, 18:23

Legendary_Agent wrote:Thank you Billb, may i know how to remove the protection? i only know how to apply it :P


yum erase yum-protectbase
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby HyeVltg3 » 09 Feb 2010, 22:34

billb wrote:For anyone wondering how to install the above RPMs (viewtopic.php?p=36137#p36137), they're intended for use with the ps3bodega repo for YDL 6.2. So -- first set that up: http://pleasantfiction.ipower.com/bodeg ... f=28&t=555

Then save all three RPM packages to your desktop, open a terminal window, and ...
Code: Select all
cd Desktop

Code: Select all
su

<enter root password>
Code: Select all
yum localinstall --nogpgcheck vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm vlc-0.9.8a-1.ydl62.bdg.ppc.rpm mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm

(that's all one line)

Code: Select all
exit


Did the above got 3 errors after the dependencies check, seems like it installed but got the errors at the end.
Code: Select all
[root@localhost Desktop]# yum localinstall --nogpgcheck vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm vlc-0.9.8a-1.ydl62.bdg.ppc.rpm mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm
Loading "installonlyn" plugin
Loading "protectbase" plugin
Setting up Local Package Process
Examining vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm: vlc-core - 0.9.8a-1.ydl62.bdg.ppc
Cannot open file: vlc-0.9.8a-1.ydl62.bdg.ppc.rpm. Skipping.
Cannot open file: mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm. Skipping.
Marking vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm as an update to vlc-core - 0.9.8a-1.ppc
Resolving Dependencies
--> Running transaction check
---> Package vlc-core.ppc 0:0.9.8a-1.ydl62.bdg set to be updated
PS3Bodega                 100% |=========================| 1.9 kB    00:00     
livna-stable              100% |=========================| 2.1 kB    00:00     
base                      100% |=========================| 1.1 kB    00:00     
fedora-extras             100% |=========================| 1.1 kB    00:00     
updates                   100% |=========================|  951 B    00:00     
dribble                   100% |=========================|  951 B    00:00     
Excluding Packages from Livna for Fedora Core 6 - ppc - Base
Finished
Excluding Packages from Fedora Extras
Finished
97 packages excluded due to repository protections
--> Processing Dependency: libmatroska.so.0 for package: vlc-core
--> Processing Dependency: libupnp.so.3 for package: vlc-core
--> Processing Dependency: libdca.so.0 for package: vlc-core
--> Processing Dependency: libpulse.so.0(PULSE_0) for package: vlc-core
--> Processing Dependency: libpulse.so.0 for package: vlc-core
--> Processing Dependency: libebml.so.0 for package: vlc-core
--> Processing Dependency: libdvdread.so.4 for package: vlc-core
--> Processing Dependency: libshout.so.3 for package: vlc-core
--> Processing Dependency: libSDL_image-1.2.so.0 for package: vlc-core
--> Processing Dependency: libmpcdec.so.5 for package: vlc-core
--> Processing Dependency: libixml.so.2 for package: vlc-core
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package SDL_image.ppc 0:1.2.5-4.fc6 set to be updated
filelists.sqlite.bz2      100% |=========================| 298 kB    00:00     
---> Package libebml.ppc 0:0.7.7-2.fc6 set to be updated
---> Package libdca.ppc 0:0.0.5-1.rf set to be updated
---> Package libupnp.ppc 0:1.6.0-1.fc6 set to be updated
---> Package libmatroska.ppc 0:0.8.0-4.fc6 set to be updated
---> Package libshout.ppc 0:2.2.2-1.fc6 set to be updated
---> Package pulseaudio-lib.ppc 0:0.9.6-2.fc6 set to be updated
--> Processing Dependency: libdts.so.0 for package: ffmpeg-libs
--> Finished Dependency Resolution
Error: Missing Dependency: libpulse.so.0(PULSE_0) is needed by package vlc-core
Error: Missing Dependency: libdvdread.so.4 is needed by package vlc-core
Error: Missing Dependency: libmpcdec.so.5 is needed by package vlc-core
[root@localhost Desktop]#


I searched up the missing deps in add/remove and apparently I have libdvdread and libmpcdec checked! but not libpulse<<could not be found.
[Playstation 3 80GB L.E. Metal Gear Solid 4] [YDL 6.2]
HyeVltg3
ydl beginner
ydl beginner
 
Posts: 31
Joined: 07 Feb 2010, 21:58
Location: Guarding the HyperVisor. "NONE SHALL PASS!"

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 10 Feb 2010, 00:07

HyeVltg3 wrote:Cannot open file: vlc-0.9.8a-1.ydl62.bdg.ppc.rpm. Skipping.
Cannot open file: mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm. Skipping.


Missing files? Also, as I mentioned before -- "you can get rid of livna, fedora-extras, and dribble."

But anyway hold off for now -- jaybps3 has uploaded a new version for testing and since it's a slightly older version the procedure will be different.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby HyeVltg3 » 10 Feb 2010, 00:46

Roger. :P

Wouldn't mind helping test the new version. will it be uploaded here or...

Edit: (really would like my music V_V laptop died and ps3 is my only other "computer"...so i tried again)

cd Desktop (thats where the .rpm's were downloaded to... kind of disappointed in my self, didnt think windows and ydl woulduse same cmd "cd" V_V lol was lost so many times when cd-ing was needed :P)

Got..
Code: Select all
[root@localhost Desktop]# yum localinstall --nogpgcheck vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm vlc-0.9.8a-1.ydl62.bdg.ppc.rpm mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm
Loading "installonlyn" plugin
Setting up Local Package Process
Examining vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm: vlc-core - 0.9.8a-1.ydl62.bdg.ppc
Examining vlc-0.9.8a-1.ydl62.bdg.ppc.rpm: vlc - 0.9.8a-1.ydl62.bdg.ppc
Examining mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm: mozilla-vlc - 0.9.8a-1.ydl62.bdg.ppc
Marking vlc-0.9.8a-1.ydl62.bdg.ppc.rpm to be installed
PS3Bodega                 100% |=========================| 1.9 kB    00:00     
base                      100% |=========================| 1.1 kB    00:00     
updates                   100% |=========================|  951 B    00:00     
http://ftp.aarnet.edu.au/pub/yellowdog/yum/6.2/extras/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.yellowdoglinux.com/pub/yellowdog/yum/6.2/extras/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
extras                    100% |=========================|  951 B    00:00     
Marking mozilla-vlc-0.9.8a-1.ydl62.bdg.ppc.rpm to be installed
Marking vlc-core-0.9.8a-1.ydl62.bdg.ppc.rpm as an update to vlc-core - 0.9.8a-1.ppc
Resolving Dependencies
--> Running transaction check
---> Package vlc.ppc 0:0.9.8a-1.ydl62.bdg set to be updated
---> Package vlc-core.ppc 0:0.9.8a-1.ydl62.bdg set to be updated
---> Package mozilla-vlc.ppc 0:0.9.8a-1.ydl62.bdg set to be updated
--> Processing Dependency: libmatroska.so.0 for package: vlc-core
--> Processing Dependency: libupnp.so.3 for package: vlc-core
--> Processing Dependency: libdca.so.0 for package: vlc-core
--> Processing Dependency: libpulse.so.0(PULSE_0) for package: vlc-core
--> Processing Dependency: libpulse.so.0 for package: vlc-core
--> Processing Dependency: libebml.so.0 for package: vlc-core
--> Processing Dependency: libdvdread.so.4 for package: vlc-core
--> Processing Dependency: libshout.so.3 for package: vlc-core
--> Processing Dependency: libSDL_image-1.2.so.0 for package: vlc-core
--> Processing Dependency: libmpcdec.so.5 for package: vlc-core
--> Processing Dependency: libixml.so.2 for package: vlc-core
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package libdvdread.ppc 0:4.1.3-1.el5 set to be updated
---> Package SDL_image.ppc 0:1.2.5-4.fc6 set to be updated
---> Package pulseaudio-libs.ppc 0:0.9.10-1.el5.1 set to be updated
---> Package libupnp.ppc 0:1.6.6-1.el5 set to be updated
---> Package libdca.ppc 0:0.0.5-1.rf set to be updated
---> Package libmpcdec.ppc 0:1.2.6-1.el5 set to be updated
--> Processing Dependency: libmpcdec.so.3 for package: mplayer
--> Processing Dependency: libdvdread.so.3 for package: mplayer
--> Processing Dependency: libdts.so.0 for package: ffmpeg-libs
--> Finished Dependency Resolution
Error: Missing Dependency: libmatroska.so.0 is needed by package vlc-core
Error: Missing Dependency: libebml.so.0 is needed by package vlc-core
Error: Missing Dependency: libshout.so.3 is needed by package vlc-core
Error: Missing Dependency: libdvdread.so.3 is needed by package mplayer


...why is there four now .... :cry:

oh well I await the new version :mrgreen:
Last edited by HyeVltg3 on 10 Feb 2010, 01:02, edited 1 time in total.
[Playstation 3 80GB L.E. Metal Gear Solid 4] [YDL 6.2]
HyeVltg3
ydl beginner
ydl beginner
 
Posts: 31
Joined: 07 Feb 2010, 21:58
Location: Guarding the HyperVisor. "NONE SHALL PASS!"

Re: VLC-0.9.8a-1ydl61.ppc.rpm

Postby billb » 10 Feb 2010, 00:52

With so many packages involved I'll probably put them in a testing repo first -- will post details tomorrow.
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

PreviousNext

Return to Playstation 3

Who is online

Users browsing this forum: No registered users and 23 guests