[gstreamer-bugs] [Bug 344987] [PATCH] [dvbsrc] [ts-tools] gstreamer 0.10 port

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Oct 5 08:43:13 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=344987

  GStreamer | gst-plugins-bad | Ver: 0.10.x


Alexander Macdonald changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at alexmac.cc




------- Comment #14 from Alexander Macdonald  2006-10-05 15:42 UTC -------
(In reply to comment #13)
> Created an attachment (id=73554)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=73554&action=view) [edit]
> diff to gst-plugins-bad for dvb
> 
> This is current status of the dvb plugin.  It requires SVN trunk of fluendo's
> transport stream demuxer which is licenced under the MPL.
> 
> I have tested it with a DVB-T card getting both a full transport stream and
> also filtering the transport stream by setting the pids to filter.
> 

Maybe you can help me, I'm trying to test out your dvb source by tunning to the
following channel and saving it to a file:

BBC
ONE:698000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_3_4:FEC_3_4:QAM_16:TRANSMISSION_MODE_2K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:600:601:4166

The test pipeline I've tried using is this: 

gst-launch dvbsrc modulation="QAM 16" trans-mode=2k bandwidth=8 freq=698000000
code-rate-lp=3/4 code-rate-hp=3/4 guard=32  hierarchy=NONE inversion=AUTO  !
filesink location=dvbtest.out

Are those values correct? I can never remember which part in the channels.conf
file means what...

Anyway the ouput it gives me is:


Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /pipeline0/dvbsrc0: Internal data flow error.
Additional debug info:
gstbasesrc.c(1569): gst_base_src_loop (): /pipeline0/dvbsrc0:
streaming task paused, reason error (-5)
Execution ended after 1808295000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...

I can watch dvb streams in xine so i have a signal and the line in
channels.conf is correct, what is causing gstreamer to fail?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list