GNOME Bugzilla – Bug 135052
Error when trying to listen a webradio in rhythmbox
Last modified: 2005-06-30 14:50:55 UTC
I tried to listen a webradio, and I got this: Internal GStreamer error: pad problem. File a bug. On the terminal, I got this: (rhythmbox:9497): GStreamer-WARNING **: volume:sink and sink_ident:sink are both sink pads, failed ERROR GST_PADS( 9510) gstpad.c(2280):gst_pad_set_explicit_caps:<mad0> failed to negotiate (try_set_caps returned REFUSED) ERROR scheduler( 9510) gstoptimalscheduler.c(2075):gst_opt_scheduler_iterate:<GstOptScheduler@0x83d7f08> in error state (rhythmbox:9497): GStreamer-WARNING **: inconsistent state information, fix threading please
Vincent: what webradio stream was it, just for reference?
Good question... This was probably frequence3.com. Not sure, though.
Ok, I've compiled gstreamer and gst-plugins 0.8. When I try to view this file [1] with gst-player HEAD, I have this probably related error: Internal GStreamer error: pad problem. File a bug. Additional debug info: gstpad.c(2394): gst_pad_set_explicit_caps: /work_thread/autoplugger/mad0: failed to negotiate (try_set_caps returned REFUSED) On the terminal, I can read: ** (gst-player:28874): WARNING **: File said that it has an index, but there is no index data! ERROR GST_PADS(28874) gstpad.c(2394):gst_pad_set_explicit_caps:<mad0> (null) ERROR GST_PADS(28874) gstpad.c(2394):gst_pad_set_explicit_caps:<mad0> failed to negotiate (try_set_caps returned REFUSED) ERROR scheduler(28874) gstoptimalscheduler.c(2285):gst_opt_scheduler_iterate:<GstOptScheduler@0x82a01c0> in error state I'm wondering if there's something wrong with my setup... [1] http://guillaume.chau.free.fr/DDN480.avi
I don't think those cases are related, though it could be. The second case is an autoplugging bug. (hard to fix, requires new autoplugger...) Though there exists a workaround: set your GStreamer audiosink to "audioscale ! audio/x-raw-int,rate=44100 ! $OLD_AUDIOSINK (depending on your audiosink and soundcard, you might require 48000 instead of 44100)
*** Bug 138664 has been marked as a duplicate of this bug. ***
The AVI has a large init_delay for the audio stream. It's a dup of #138666. Increasing queue size makes it play fine. This bug is only for the webradio stream, if that's still reproduceable.
Not reproduceable anymore.
"Not reproduceable anymore" => closing as resolved, thanks for feedback