View Single Post
Posts: 139 | Thanked: 24 times | Joined on Sep 2005
#33
Yes, i compiled gstreamer-0.10.10!
And if you don't use a new cvs of gst-plugins-bad it won't work (i tried it! believe me). gst-launch worked for me too with an old gst-plugins-bad version, but osso-media-server didn't.
Thanks. I managed to miss this (and figured that the howto would have mentioned if I needed to do something like that). Let's see how it goes.

EDIT:
You are correct! Everything works now: Audio player plays my oggs (no skips or anything). The working configuration:
- libvorbisidec (tremor) version 1.0.2+svn12153 packaged for Debian by Daniel Gillmore (but not included in Debian yet) (link)
- gstreamer0.10 version 0.10.10-2 from debian
- gst-plugins-bad0.10 from gstreamer CVS (2006-12-03)

Some fiddling was needed but in the end it seems to work like charm.

Last edited by jussik; 2006-12-03 at 10:57. Reason: added test results