[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 21:08:17 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





------- Comment #17 from Zaheer Abbas Merali  2006-10-06 04:07 UTC -------
Try GST_DEBUG=dvbsrc:5 gst-launch -m 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 pids=600:601 ! filesink location=foo.out

This card I believe from http://www.linuxtv.org/wiki/index.php/DVB_USB can only
deliver a partial transport stream so the pids need to be specified.

Adding the -m is useful because it will tell you the signal quality bit error
rate and whether the card has got a lock on the frequency, dvbsrc sends this
information on the GStreamer bus.

To play the resulting file, you will need to do:

gst-launch-0.10 filesrc location=foo.out ! flutsdemux es-pids=600:601 name=d !
queue max-size-buffers=0 max-size-time=0 ! mpeg2dec ! xvimagesink d. !  queue
max-size-buffers=0 max-size-time=0 ! mad ! alsasink


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




More information about the Gstreamer-bugs mailing list