After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581313 - [dvbsrc] Clock problem while using dvbsrc
[dvbsrc] Clock problem while using dvbsrc
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-04 13:47 UTC by Krzysztof Adamski
Modified: 2011-05-20 07:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pipeline*:5,dvb:* debug messages (17.68 KB, text/plain)
2009-05-04 14:21 UTC, Krzysztof Adamski
Details
GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:2 totem 2> log output (102.63 KB, application/octet-stream)
2009-06-22 19:35 UTC, Simone Tolotti
Details

Description Krzysztof Adamski 2009-05-04 13:47:31 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
Comment 1 Krzysztof Adamski 2009-05-04 14:21:30 UTC
Created attachment 133922 [details]
pipeline*:5,dvb:* debug messages
Comment 2 Simone Tolotti 2009-06-22 19:18:35 UTC
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
Comment 3 Simone Tolotti 2009-06-22 19:35:29 UTC
Created attachment 137197 [details]
GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:2 totem 2> log output
Comment 4 Zaheer Abbas Merali 2009-09-29 15:23:25 UTC
The totem debug output shows there is a read failure so it cannot play the dvb stream.
Comment 5 Simone Tolotti 2009-09-29 17:19:19 UTC
@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.
Comment 6 Krzysztof Adamski 2009-09-30 09:07:03 UTC
There is "read timeout" also in my case. And similarly to Simene situation, everything works OK in when iI'm using getstream or VLC.
Comment 7 Sebastian Dröge (slomo) 2011-05-20 06:17:04 UTC
Is this still a problem with the latest releases? Could you get a new debug log with GST_DEBUG=5?
Comment 8 Krzysztof Adamski 2011-05-20 07:24:35 UTC
I'm not able to test it anymore since I don't have DVB-S card anymore. Sorry.