On Sat, Nov 26, 2005 at 07:49:44PM -0500, Daniel Kristjansson wrote:
>
> [mythtv users questions below]
> > 3) Program #28676 not found in PAT!
> > Program Association Table
> > PSIP prefix(0x0) tableID(0x0) length(73) extension(0x42a)
> > version(16) current(1) section(0) last_section(0)
> > tsid: 1066
> This is a problem. Did you get your channels from a recent scan with a
> recent SVN checkout, or some other way? This is saying that the transport
> doesn't contain the channel you want to record. It will print out messages
> like this until the recording is finished or you cancel the recording.
> In LiveTV you should be given a dialog that tells you how to change to
> another channel. (Answer in mythtv-users, I'll look for your reply there.)
>
I get some of these too. What it looks like to me is the PAT that
is being dumped is the PAT of the transport we were previously
tuned to.
My most recent one....
2005-11-28 12:53:33.314 EITScanner: Now looking for EIT data on channel 22
2005-11-28 12:53:33.346 Program #25920 not found in PAT!
Program Association Table
PSIP prefix(0x0) tableID(0x0) length(65) extension(0x4000)
version(17) current(1) section(0) last_section(0)
tsid: 16384
programCount: 14
program number 0 has PID 0x 10 data 0x0 0x0 0x224 0x16
program number 19968 has PID 0x 2c9 data 0x78 0x0 0x226 0x201
program number 19584 has PID 0x 2c8 data 0x76 0x128 0x226 0x200
program number 19520 has PID 0x 2c7 data 0x76 0x64 0x226 0x199
program number 19456 has PID 0x 2c6 data 0x76 0x0 0x226 0x198
program number 18240 has PID 0x 2c5 data 0x71 0x64 0x226 0x197
program number 18176 has PID 0x 2c4 data 0x71 0x0 0x226 0x196
program number 18112 has PID 0x 2c3 data 0x70 0x192 0x226 0x195
program number 18048 has PID 0x 2c2 data 0x70 0x128 0x226 0x194
program number 17984 has PID 0x 2c1 data 0x70 0x64 0x226 0x193
program number 17920 has PID 0x 2c0 data 0x70 0x0 0x226 0x192
program number 16960 has PID 0x 2bf data 0x66 0x64 0x226 0x191
program number 16832 has PID 0x 2be data 0x65 0x192 0x226 0x190
program number 16768 has PID 0x 2bd data 0x65 0x128 0x226 0x189
2005-11-28 12:53:33.347 Desired program #25920 not found in PAT.
Can Not create single program PAT.
mysql> select chanid, channum, freqid, mplexid, name from channel where
chanid=1022;
+--------+---------+--------+---------+-------------+
| chanid | channum | freqid | mplexid | name |
+--------+---------+--------+---------+-------------+
| 1022 | 22 | 8 | 4 | Ideal World |
+--------+---------+--------+---------+-------------+
mysql> select mplexid, transportid, sourceid, frequency from dtv_multiplex;
+---------+-------------+----------+-----------+
| mplexid | transportid | sourceid | frequency |
+---------+-------------+----------+-----------+
| 1 | 8197 | 1 | 482000000 |
| 2 | 4100 | 1 | 506000000 |
| 3 | 16384 | 1 | 530000000 |
| 4 | 24576 | 1 | 538000000 |
| 5 | 12290 | 1 | 562000000 |
| 6 | 20480 | 1 | 578000000 |
+---------+-------------+----------+-----------+
Which as you can see the PAT has a tsid of 16384
which is mplex 3, while channel 22 is on mplex 4.
Not surprising the PMT wasn't found in the PAT.
Stuart
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev