Re: need to support new SI tables in libdvbpsi
Johan Bilien <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel,gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Dec 11, 2002, Andrew de Quincey wrote: > Hi, I need to be able to parse more of the standard DVB-T SI tables > (e.g. NIT, EIT). libdvbpsi only supports PAT+PMT at the moment, so I > might as well add what I'm doing to that. > > Is anyone working on this at the moment? I don't want to duplicate work > needlessly. I've already done the SDT support. I try to commit it today. The problem with the DVB PSI tables was that there can be several different tables in one PID channel, so we had to change a bit the way libdvbpsi handles PSI. With bozo we thought about a new table demultiplexor between the PSI decoder and the table-specific (SDT, NAT ...) decoder. It sends a PSI to the right specific decoder according to to its table ID and table ID extension. It seems to work, but I'm not really satisfied with it, cause the API got a bit complicated. I think it will require some simplifications. By the way, there is a mailing list dedicated to libdvbpsi developpers, [email protected]. -- Jobi -- This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact <[email protected]>