[Bug 61081] Playing OGG files produces only unreadable output

Roger Larsson roger.larsson at skelleftea.mail.telia.com
Mon Jul 14 09:59:44 BST 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=61081     




------- Additional Comments From roger.larsson at skelleftea.mail.telia.com  2003-07-14 10:59 -------
Subject: Re:  Playing OGG files produces only unreadable output

On söndagen den 13 juli 2003 23.06, Raffaele Sandrini wrote:
> Channels: 2
> Rate: 44100

This should work! I have seen problems with ogg support when using:
 mono and/or non 44100 S/s
see: http://bugs.kde.org/show_bug.cgi?id=37251

Does all your ogg files sound bad?

You had compiled yourself, hadn't you?
There are several (at least three) competing ogg implementations in
KDE... :-(


The avaliable implementations are:
	arts/soundserver/GSLPlayObject.mcopclass
	kdemultimedia/mpeglib_artsplug/OGGPlayObject.mcopclass
	kdemultimedia/oggvorbis_artsplugin/oggPlayObject.mcopclass

With my config I do only get installation of:
	/opt/kdecvs/lib/mcop/Arts/GSLPlayObject.mcopclass
	/opt/kdecvs/lib/mcop/OGGPlayObject.mcopclass
But the OGGPLayObject.mcopclass has "Preference=3" while GSL hasn't
specified it -> the mpeglib variant will be used (it is the only one that
supports streaming).

My config for arts:
./configure --enable-debug=full --with-qt-dir=/opt/qt-copy --with-alsa --pr
efix=/opt/kdecvs --with-qt-dir=/opt/qt-copy

And for kdelibs:
  $ ./configure --enable-debug=full --with-qt-dir=/opt/qt-copy 
--enable-dnotify
 --with-alsa --prefix=/opt/kdecvs --with-qt-dir=/opt/qt-copy

And finally for kdemultimedia:
  $ ./configure --enable-debug=full --with-qt-dir=/opt/qt-copy 
--with-arts-alsa
 --with-alsa --prefix=/opt/kdecvs --with-qt-dir=/opt/qt-copy



More information about the kde-multimedia mailing list