Opened 12 years ago
Closed 12 years ago
#6274 closed task (fixed)
Add support for HDHomeRun DVB-T
Reported by: | Nigel | Owned by: | Nigel |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | MythTV - DVB/ATSC | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
SiliconDust? has posted a preliminary patch here: http://www.silicondust.com/forum/viewtopic.php?t=6467 and there is some discussion here: http://www.silicondust.com/forum/viewtopic.php?t=6460
First thing I'm going to do is tidy HDHRChannel::Tune() a little. Too many calls to TunerSet?()
Attachments (3)
Change History (10)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | changed from danielk to Nigel |
---|---|
Status: | new → assigned |
comment:4 Changed 12 years ago by
Status: | assigned → infoneeded |
---|
That tiny patch was enough to get a HDHomeRun EU working in a DVB-T area (only tested on a Mac so far). I'm unsure how it impacts ATSC users, though. If others can apply to r20011 or later and report back on the dev mailing list?
Changed 12 years ago by
Attachment: | HDHR-DVB.2.patch added |
---|
Slightly better patch, scans faster by using bandwidth-specific auto setting
comment:5 Changed 12 years ago by
comment:6 Changed 12 years ago by
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | infoneeded → closed |
I had some other tuning "improvements" in those later patches, but in practice they are no faster than using auto (and may be slightly slower), so they will need further thought. They were not HDHR-DVB specific anyway, so this should be closed.
(In [20010]) Minor tidyup, add DVB-T compatible modulation selection. See #6274. (Sorry, will break a multirec patch. See #6138)