[mythtv] DVBCam Class
Kenneth Aafløy
lists at kenneth.aafloy.net
Fri Sep 24 19:50:15 EDT 2004
On Monday 20 September 2004 20:11, Taylor Jacob wrote:
> I am looking at the DVBCam class which currently gets sent the raw PMT and
> parses it itself, and I don't understand enough about the cam code to know
> if you actually need the raw PMT sent to this class, or if I could pass a
> better structure of pre-parsed PMT that I will use for implimenting
> Auto-PID (most likely as an option since there are some complaints about
> dvb tuning speed). Is there anyone who can take a look at this code who
> has a cam module and let me know if I can get rid of sending this raw PMT
> to the class? If I get no responses I will dig into it myself and hope
> that I don't break it since I have no way of testing this.
Basically what the cam code does is pull out every CA descriptor in the pmt to
filter and send this to the cam. Offcourse you could send just this info to
the cam class if you come up with a suitable interface for sending an
unlimited number of mpeg descriptors to the cam class :)
Kenneth
More information about the mythtv-dev
mailing list