Opened 17 years ago
Closed 17 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 by , 17 years ago
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 17 years ago
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?
by , 17 years ago
Attachment: | HDHR-DVB.2.patch added |
---|
Slightly better patch, scans faster by using bandwidth-specific auto setting
comment:5 by , 17 years ago
comment:6 by , 17 years ago
comment:7 by , 17 years ago
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)