GNOME Bugzilla – Bug 129169
slow song change
Last modified: 2009-08-15 18:40:50 UTC
i have 6000+ songs in rhythmbox. it takes several seconds to change songs, i.e. when one song ends and another one starts there is a several second pause (3-5 seconds roughly). in other music players (xmms, musik, etc...) there is no pause between songs.
According to the submitter, this issue went away when switching to esdsink as opposed to osssink. Therefore it appears to be an issue at the GStreamer level or lower. Anyone else have any ideas?
Hmm, which backend was being used (see the about box)?
gstreamer is the backend.
*** Bug 129507 has been marked as a duplicate of this bug. ***
Same problem on Debian Unstable for several users. You can found some details here : http://bugs.debian.org/220843 Some details on the problem from my config too: Debian Unstable, gstreamer backend with osssink. A strace : ... go to the an another track open("/dev/dsp", O_WRONLY|O_NONBLOCK|O_LARGEFILE) = 18 ... hang for 1-2s open("/dev/dsp", O_WRONLY|O_LARGEFILE) = 18 open("/tmp/file.mp3", O_RDONLY|O_LARGEFILE) = 19 ... hang for 1-2s open("/dev/dsp", O_WRONLY|O_NONBLOCK|O_LARGEFILE) = 18 ... about 1s open("/dev/dsp", O_WRONLY|O_LARGEFILE) = 18 ... then play I've this sequence on each track change I'm not sure of how to help but just ask if you need details.
After talking with another person who was having this same problem, they said that switching to esdsink removed this gap. So I'm pretty sure this is a bug in osssink.
Could you try to reproduce this bug with GStreamer-0.8.0? Lots of stuff has changed, and this bug may have just gone away. Marking as NEEDINFO, please reopen if it's still a problem.
nothing heard so I am changing this bug to closed.