[mythtv-commits] Ticket #9305: Pause / Play after fast forward causes movie to restart

MythTV noreply at mythtv.org
Wed Nov 9 12:43:19 UTC 2011


#9305: Pause / Play after fast forward causes movie to restart
---------------------------------------+----------------------------
 Reporter:  salstrom@…                 |          Owner:  markk
     Type:  Bug Report                 |         Status:  accepted
 Priority:  minor                      |      Milestone:  0.25
Component:  MythTV - DVD Playback      |        Version:  0.24-fixes
 Severity:  medium                     |     Resolution:
 Keywords:  DVD Playback fast forward  |  Ticket locked:  0
---------------------------------------+----------------------------

Comment (by Github):

 Playback: Fix DVD and Blu Ray seeking.

 The main problem here was that when paused, the seek position would
 fallback to the current speed (i.e. 0) and playback would resume from
 the beginning of the title.

 With DVD playback, we were also asking the dvdnav object to seek to the
 nearest cell - which led to some sizeable search discrepancies depending
 where playback was relative to the nearest cell. We now ask for a more
 accurate search.

 N.B. I also tried to use a relative time search to the nearest cell
 followed by a smaller absolute time search (as outline in the dvdnav
 api) but this seemed to be even less accurate.

 Refs #9305
  Branch:    master
  Changeset: 4b0803be0c0974c1849c297064eeb96bf7817b9b

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9305#comment:10>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list