Opened 17 years ago

Closed 17 years ago

#3373 closed defect (fixed)

DishNet EIT Broken

Reported by: anonymous Owned by: Janne Grunau
Priority: minor Milestone: 0.21
Component: eit Version: head
Severity: low Keywords: EIT Data Dish
Cc: Ticket locked: no

Description

Error from mythbackend while scanning for EIT data:

Error: Wrong PMP; pmt->pn (117) desired(102) Error: Wrong PMP; pmt->pn (893) desired(102) Error: Wrong PMP; pmt->pn (283) desired(102) Error: Wrong PMP; pmt->pn (298) desired(102) ....and many more Program #102 not found in PAT!

Fixed temporarily by editing mythtv/libs/libmythtv/mpeg/dvbstreamdata.h and adding:

inline bool DVBStreamData::HasAnyEIT(void) const

{ return 1; }

Attachments (1)

ticket3373-dishnet-sdt-mangle.diff (2.1 KB) - added by Stuart Auchterlonie 17 years ago.
SDT mangling patch by janne

Download all attachments as: .zip

Change History (9)

comment:1 Changed 17 years ago by stuartm

Owner: changed from Isaac Richards to Stuart Auchterlonie

Changed 17 years ago by Stuart Auchterlonie

SDT mangling patch by janne

comment:2 Changed 17 years ago by danielk

Component: mythtveit
Priority: majorminor
Severity: mediumlow

comment:3 Changed 17 years ago by Stuart Auchterlonie

Owner: changed from Stuart Auchterlonie to Janne Grunau

Giving this to janne since he's preparing an updated patch

comment:4 Changed 17 years ago by anonymous

Is this patch going to be applied to the latest SVN code?

The EIT is broken in the latest SVN code as well.

comment:5 Changed 17 years ago by anonymous

Can someone please add this to SVN????

comment:6 Changed 17 years ago by anonymous

Can this be added to SVN already?

comment:7 Changed 17 years ago by Janne Grunau

Milestone: unknown0.21
Version: 0.20-fixeshead

comment:8 Changed 17 years ago by Janne Grunau

Resolution: fixed
Status: newclosed

(In [13911]) Closes #3373. Handle SDT other with desired NetworkID and TransportID as SDT actual

Note: See TracTickets for help on using tickets.