Opened 21 years ago
Closed 21 years ago
#580 closed patch (fixed)
EIT scanner inserts events in wrong channel
| Reported by: | 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)
Change History (2)
by , 21 years ago
| Attachment: | myth_non-unique_service_and_network-id.diff added |
|---|
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in [7720].