Opened 20 years ago
Closed 20 years ago
#1413 closed patch (fixed)
[9063] breaks ZDF-Multiplexes (DVB-C & DVB-T)
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | dvb | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
[9063] breaks tuning to all channels of german ZDF-multiplex over DVB-C and DVB-T (and probably DVB-S which is as far as I know very similar to the DVB-C stream).
The CRC check of the PMT fails. I suspect the size of the PMT as cause of this failure. The PMT is larger than one TS-packet. All PMT on the other multiplexes I checked were smaller (max 70 bytes).
Attached patch fixes typo in CRC caching in PESPacket::AddTSPacket()
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.

Sorry for the bogus comment.
It is the length of the PMT. AddTSPacket() doesn't set the CRC status.
Patch should be obvious.