Opened 17 years ago
Closed 17 years ago
Last modified 17 years ago
#6874 closed patch (fixed)
Fix HDHomerun DVBT support
| Reported by: | Owned by: | Nigel | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.22 |
| Component: | MythTV - DVB/ATSC | Version: | head |
| Severity: | high | Keywords: | hdhomerun dvbt h264 |
| Cc: | Ticket locked: | yes |
Description
Patch addresses the following quirks
- use auto modulation ("qam64:frequency" is invalid on dvbt models)
- fix an if/else on the atsc/dvb parse preventing tables from being parsed correctly
- add missing h264 frame detection since mythtv waits for a key frame
Attachments (2)
Change History (14)
by , 17 years ago
| Attachment: | hdhr-dvbt.patch added |
|---|
by , 17 years ago
| Attachment: | siscan.patch added |
|---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
It appears at some but not all of these changes have been made in trunk. We like to fix everything in truck first and wait for reports of regressions before backporting fixes. Also since 0.22 is near we're concentrating our testing effort on it right now.
comment:3 by , 17 years ago
While there's no doubt that moving forward to trunk is a better long term strategy, 0.21 still exists as the fallback position and is in need of the above patches; once the above patches have been applied I will be more than happy to move forward and fix the hdhomerun support in trunk/0.22
The siscan.patch has already been applied thanks to the generosity of janne; all that remains is the hdhr-dvbt.patch
comment:4 by , 17 years ago
| Ticket locked: | set |
|---|
comment:5 by , 17 years ago
comment:6 by , 17 years ago
(In [21377]) Fix HDHRRecorder::SetStreamData for DVB analogous to [20771] in trunk. Refs #6874
comment:7 by , 17 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Resolution: | wontfix |
| Status: | closed → new |
| Version: | 0.21-fixes → head |
comment:8 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
nigel, I hope you don't mind taking this. Only remaining issue is the modulation in hdhrchannel.cpp. The code is the same in trunk and fixes.
comment:9 by , 17 years ago
comment:10 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

siscan.patch:
HDHRSignalMonitor isn't a member of DVBSignalMonitor; use DTVSignalMonitor to lookup tsid/netid in the siscan code.