Opened 18 years ago

Closed 18 years ago

#580 closed patch (fixed)

EIT scanner inserts events in wrong channel

Reported by: janne-mythtv@… Owned by: danielk
Priority: trivial Milestone: unknown
Component: dvb Version:
Severity: low Keywords:
Cc: Ticket locked: no

Description

at DVB-T in Berlin, Germany to channels (WDR and EinsFestival?) share the same ServiceID. So the query for the chanid in eithelper.cpp gets eventually the wrong chanid and inserts wrong data into the program table.

A unique identifier of a program should be the tuple of ServiceID, TransportID and NetworkID which are allin the event data contained.

The attached patch adds the TransportID to the query and fixes the problem.

Attachments (1)

myth_non-unique_service_and_network-id.diff (755 bytes) - added by janne-mythtv@… 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by janne-mythtv@…

comment:1 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

Fixed in [7720].

Note: See TracTickets for help on using tickets.