Thomas Bergwinkl wrote:
I'll look into it. What about eit.c and nit.c?
eit is just for epg data (I think) so we don't need it for a channel scan. And for a fast channel scan I think it is not necessary to wait for data of nit. When you look in nit.c you can see that just transponderdata (Source, Frequency, Polarization, SymbolRate, CodeRate) will be updated. But if we have already tuned to this channel (for scanning), we already know them.
That's what I thought too. Now, I looked into pat.c but I don't see an easy way to know when all data has been received.
Bye