Getting eit table from dvbsrc

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting eit table from dvbsrc

Julien Pauty
Hello,

I'm trying to fetch the program timetable from dvb. Eit tables is
transfered on the PID 18, so I'm adding this pid when I setup the
dvbsrc.Problem is that I don't know how to fetch the data. Is it
parsed by the demuxer ? Sent on the bus ? Do I have to parse it
myself? Well any information is welcome.

Thanks,

Julien

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Getting eit table from dvbsrc

Julien Pauty
Ok I'm replying to myself, but this may useful to someone else.

So the eit tables (and other DVB related table) can be retrieved via the mpegtsparse element. Simply put this element after the dvbsrc and before the flutsdemux. Another approach is to use the dvbbasebin which contains an mpegtsparse. The mpegtsparse will send message on the but containing the tables.

Table are GstStructures and can be easily "parsed" to get electronic program informations.

Cheers,

Julien

2008/8/7 Julien Pauty <[hidden email]>
Hello,

I'm trying to fetch the program timetable from dvb. Eit tables is
transfered on the PID 18, so I'm adding this pid when I setup the
dvbsrc.Problem is that I don't know how to fetch the data. Is it
parsed by the demuxer ? Sent on the bus ? Do I have to parse it
myself? Well any information is welcome.

Thanks,

Julien


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel