Opened 8 years ago
Closed 7 years ago
#13380 closed Patch - Bug Fix (fixed)
DVB-T2 also needs channel_timeout increase for SDT
| Reported by: | Klaas de Waal | Owned by: | Klaas de Waal |
|---|---|---|---|
| Priority: | minor | Milestone: | 30.1 |
| Component: | MythTV - Channel Scanner | Version: | Master Head |
| Severity: | medium | Keywords: | DVB DVB-T2 SDT NIT timeout scan |
| Cc: | Stuart Auchterlonie | Ticket locked: | no |
Description
DVB-T2 tuners also need a timeout large enough to catch the SDTs and the NIT just like DVB-C and DVB-T tuners.
In channelscanner.cpp, starting at line 439, there is a bit of code that increases the channel_timeout from the user-selected value to 7000 milliseconds if the user had selected a smaller value.
This is done for DVB-T tuners (sub_type OFDM) but not for DVB-T2 tuners who have sub_type DVB_T2.
The attached patch does add sub_type DVB_T2.
N.B. I found this when I saw different results from a channelscan of the local DVB-T signal with a new DVB-T2 tuner (Mygica T230) compared with an older DVB-T tuner (KNC-One).
Attachments (1)
Change History (4)
by , 8 years ago
| Attachment: | 20190119-dvb-nit-needed.patch added |
|---|
comment:1 by , 8 years ago
| Milestone: | needs_triage → 30.1 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:2 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | accepted → assigned |
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

In eaf478a245/mythtv: