[gst-devel] dvb source not playing

Zaheer Merali zaheerabbas at merali.org
Sat Jul 10 13:31:20 CEST 2010


On Sat, Jul 3, 2010 at 7:34 PM,  <paper at gmx.net> wrote:
> constructed follow pipeline:
>
> gst-launch -m --eos-on-shutdown dvbbasebin adapter=0 frequency=11670000 polarity=h symbol-rate=22000 ! filesink location=hallo.ts
>
> The messages arrives, one of them looks like:
>
>
> Got message #95 from element "mpegtsparse0" (element): eit, version-number=(guint)20, current-next-indicator=(guint)1, service-id=(guint)6906, actual-transport-stream=(boolean)false, present-following=(boolean)true, transport-stream-id=(guint)1022, original-network-id=(guint)1, segment-last-section-number=(guint)1, last-table-id=(guint)79, events=(structure){ "event-41138\,\ event-id\=\(guint\)41138\,\ year\=\(guint\)2010\,\ month\=\(guint\)7\,\ day\=\(guint\)3\,\ hour\=\(guint\)18\,\ minute\=\(guint\)54\,\ second\=\(guint\)0\,\ duration\=\(guint\)360\,\ running-status\=\(guint\)1\,\ free-ca-mode\=\(boolean\)true\,\ name\=\(string\)\"\\\ Lifestyle\\\;\\\ Weather\"\,\ description\=\(string\)\"\\\ Lifestyle\\\ with\\\ a\\\ French\\\ touch\\\ \\\(decoration\\\,\\\ wealth\\\,\\\ different\\\ ways\\\ of\\\ live\\\,\\\ gastronomy\\\,\\\ wine\\\ tasting\\\,\\\ architecture\\\,\\\ fashion\\\,\\\ etc_\\\).\\\;\\\ A\\\ worldwide\\\ weather\\\ report\\\ in\\\ images\\\ is\\\ broadcast\\\ every\\\ half\\\ hour.\"\,\ components\=\(int\)\{\ \ \}\,\ descriptors\=\(GValueArray\)NULL\;" };
> Got message #96 from element "mpegtsparse0" (element): eit, version-number=(guint)2, current-next-indicator=(guint)1, service-id=(guint)6912, actual-transport-stream=(boolean)false, present-following=(boolean)true, transport-stream-id=(guint)1022, original-network-id=(guint)1, segment-last-section-number=(guint)1, last-table-id=(guint)79, events=(structure){ "event-37452\,\ event-id\=\(guint\)37452\,\ year\=\(guint\)2010\,\ month\=\(guint\)7\,\ day\=\(guint\)3\,\ hour\=\(guint\)19\,\ minute\=\(guint\)0\,\ second\=\(guint\)0\,\ duration\=\(guint\)1800\,\ running-status\=\(guint\)1\,\ free-ca-mode\=\(boolean\)true\,\ name\=\(string\)\"\\\ NEWS\\\ FROM\\\ SOUTH\"\,\ description\=\(string\)\"\\\ LIVING\\\ BROADCASTING.\"\,\ components\=\(int\)\{\ \ \}\,\ descriptors\=\(GValueArray\)NULL\;" };
> Got message #97 from element "mpegtsparse0" (element): eit, version-number=(guint)31, current-next-indicator=(guint)1, service-id=(guint)28654, actual-transport-stream=(boolean)false, present-following=(boolean)true, transport-stream-id=(guint)1066, original-network-id=(guint)1, segment-last-section-number=(guint)1, last-table-id=(guint)79, events=(structure){ "event-58572\,\ event-id\=\(guint\)58572\,\ year\=\(guint\)2010\,\ month\=\(guint\)7\,\ day\=\(guint\)3\,\ hour\=\(guint\)19\,\ minute\=\(guint\)0\,\ second\=\(guint\)0\,\ duration\=\(guint\)3600\,\ running-status\=\(guint\)1\,\ free-ca-mode\=\(boolean\)true\,\ name\=\(string\)\"\\\ Nothing\\\ But\\\ Gaga\"\,\ description\=\(string\)\"\\\ Kolekce\\\ nejlep\\305\\241\\303\\255ch\\\ hit\\305\\257\\\ zp\\304\\233v\\303\\241\\304\\215ky.\"\,\ components\=\(int\)\{\ \ \}\,\ descriptors\=\(GValueArray\)NULL\;" };
>
>
> But i can't record or play in the pipeline, what i do wrong?
>

You need to specify program numbers to dvbbasebin so if your program
number (or sid) for teh channel you want to record is: 267 then your
pipeline would be:

gst-launch -m --eos-on-shutdown dvbbasebin adapter=0
frequency=11670000 polarity=h symbol-rate=22000 program-numbers=267 !
filesink location=hallo.ts

Zaheer




More information about the gstreamer-devel mailing list