GNOME Bugzilla – Bug 581313
[dvbsrc] Clock problem while using dvbsrc
Last modified: 2011-05-20 07:52:42 UTC
I'm trying to get/play streams (at least FTA) from my DVB-S card using folowing GStreamer pipeline: GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:5 gst-launch-0.10 -m dvbbasebin adapter=0 frequency=10719000 program-numbers=4404 polarity=v symbol-rate=27500 .program_4404 ! mpegtsdemux program-number=4404 ! filesink location=/tmp/test.ts 2>/tmp/test.log And i'm getting following error message: New clock: GstSystemClock Got Message #27 from element "pipeline0" (warning): GstMessageWarning, gerror=(GstGError)(NULL), debug=(string)"gstbin.c\(2240\):\ gst_bin_do_latency_func\ \(\):\ /GstPipeline:pipeline0:\012Failed\ to\ configure\ latency\ of\ 0:00:00.000000000"; WARNING: from element /GstPipeline:pipeline0: Internal GStreamer error: clock problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. Additional debug info: gstbin.c(2240): gst_bin_do_latency_func (): /GstPipeline:pipeline0: Failed to configure latency of 0:00:00.000000000
Created attachment 133922 [details] pipeline*:5,dvb:* debug messages
I have pretty the same issue: $ gst-launch-0.10 playbin uri="dvb://RAI1" Impostazione della pipeline a PAUSED ... La pipeline è viva e non necessita il PREROLL ... Impostazione della pipeline a PLAYING ... New clock: GstSystemClock ** Message: don't know how to handle private/teletext ATTENZIONE: dall'elemento /GstPlayBin:playbin0: Internal GStreamer error: clock problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. Informazioni di debug aggiuntive: gstbin.c(2199): gst_bin_do_latency_func (): /GstPlayBin:playbin0: Impossible to configure latency: max 0:00:01.600000000 < min 0:00:02.300000000. Add queues or other buffering elements. My card is: Multimedia controller: Philips Semiconductors SAA7146 (rev 01) budget-dvb module gstreamer 0.10.23 gstreamer-plugins-bad 0.10.12 Totem 2.26.1 and 2.27.1
Created attachment 137197 [details] GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:2 totem 2> log output
The totem debug output shows there is a read failure so it cannot play the dvb stream.
@Zeehar: I only can say that it works perfectly with Xine, so I don't think it's an hardware or kernel module related problem.
There is "read timeout" also in my case. And similarly to Simene situation, everything works OK in when iI'm using getstream or VLC.
Is this still a problem with the latest releases? Could you get a new debug log with GST_DEBUG=5?
I'm not able to test it anymore since I don't have DVB-S card anymore. Sorry.