Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#7416 closed defect (fixed)

While watching live tv, after a rollover to a new show, seeking will not work.

Reported by: marklgoldberg@… Owned by: Janne Grunau
Priority: critical Milestone: 0.23
Component: MythTV - Video Playback Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

While continuously watching live tv, after a new show starts, seeking no longer works. Hitting the forward or reverse keys cause the screen to flash, but it continues to play at the same time it was playing. After hitting the key to jump back 10 minutes, seeking works correctly again. This is in trunk r22575. Parts of mythfrontend.log are attached with two failed seeks and one successful seek done after the 10 minute skip.

Attachments (1)

livetv.noseek.log (10.2 KB) - added by marklgoldberg@… 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by marklgoldberg@…

Attachment: livetv.noseek.log added

comment:1 Changed 14 years ago by JYA

Milestone: unknown0.23
Priority: minormajor

comment:2 Changed 14 years ago by Janne Grunau

Priority: majorcritical
Status: newaccepted

reproduced, increasing Priority to critical

comment:3 Changed 14 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed

(In [23829]) Ensure that PositionMap? is synced before fail to seek

Moves a GetPositionMapSize?() call from DecoderBase::DoRewind? to DecoderBase::DoRewindSeek? and adds a verbose message. Fixes #7416

comment:4 Changed 14 years ago by Janne Grunau

(In [23830]) Backports [] from trunk

Ensure that PositionMap? is synced before fail to seek Moves a GetPositionMapSize?() call from DecoderBase::DoRewind? to DecoderBase::DoRewindSeek? and adds a verbose message. Refs #7416

Note: See TracTickets for help on using tickets.