Opened 18 years ago
Closed 18 years ago
Last modified 18 years ago
#3173 closed defect (fixed)
LiveTV: PositionMap incorrectly deleted for DTV
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Problem: In LiveTV on a DVB (maybe all DTV) recording, after you skip back to the previous channel, you will notice that you can't seek very well. This is due to lack of seek table entries.
In TVRec::TuningRestartRecorder?() the recorder is being Reset() which results in the PosMap? being cleared on the wrong pginfo when had_dummyrec is true. One possible solution is to move the Reset() until after the new pginfo is set.
Patch attached.
Shane
Attachments (1)
Change History (3)
Changed 18 years ago by
Attachment: | myth_dtv_posmap.diff added |
---|
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
Milestone: | unknown → 0.21 |
---|
Note: See
TracTickets for help on using
tickets.
LiveTV - DTV PosMap? fix