Opened 10 years ago
Closed 9 years ago
#12342 closed Patch - Feature (fixed)
Add support for DVB-T2 for tuners that do not auto-switch
Reported by: | Owned by: | Stuart Auchterlonie | |
---|---|---|---|
Priority: | minor | Milestone: | 0.28 |
Component: | MythTV - DVB | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This patch provides support for DVB-T2 in the same way as DVB-S2 is supported. The drivers for the first DVB-T2 tuners (e.g. PCTV-290) automatically switched between DVB-T and DVB-T2 so that there was no need for the application to treat it specially. More recent drivers, such as that for the Si2168 in the DVBSky T9580 and PCTV 292e require explicit switching.
There are separate commits for the basic support and for channel scanning. The channel scanner includes support for editing transports and for a full scan. The full scan tries to lock each frequency with DVB-T and only tries DVB-T2 if that fails. This avoids creating duplicate entries when scanning with a device that ignores the DVB-T/T2 setting and locks to either. There is currently no support for PLPs (physical layer pipes).
The code for this has been submitted as a GitHub? pull request. https://github.com/MythTV/mythtv/pull/90
Change History (11)
comment:1 Changed 10 years ago by
Owner: | set to stuartm |
---|---|
Status: | new → accepted |
comment:2 Changed 10 years ago by
Milestone: | unknown → 0.28 |
---|---|
Version: | Unspecified → Master Head |
comment:3 Changed 10 years ago by
comment:5 Changed 10 years ago by
Likewise, I would be very interested to know when this is likely to be merged. I have a PCTV 292e and it would love to see DVB-T2 available in MythTV for it.
comment:6 Changed 10 years ago by
I have tested this with fixes/0.27 using a TBS6281 with the opensource driver. I was able to successfully run a channel scan in mythtv-setup and both the dvb-t and dvb-t2 channels worked correctly. Can test with master if asked.
comment:7 Changed 9 years ago by
Owner: | changed from stuartm to Stuart Auchterlonie |
---|---|
Status: | accepted → assigned |
I'll grab this as I now have one of these
comment:11 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Please note that there are cards that support DVB-T/T2 and also DVB-C, but do not auto-switch between those. Such as the DVBSky T680C and Technotrend CT2-4650 CI.
Adding support for that here would probably be the right place.