[mythtv-commits] Ticket #10465: Playback via NFS quits when seeking to end of currently recording program.

MythTV noreply at mythtv.org
Fri Mar 16 11:04:46 UTC 2012


#10465: Playback via NFS quits when seeking to end of currently recording program.
-------------------------------------+-------------------------------------
 Reporter:  mythtv@…                 |           Type:  Bug Report -
   Status:  new                      |  General
Milestone:  unknown                  |       Priority:  minor
  Version:  Master Head              |      Component:  MythTV - General
 Keywords:                           |       Severity:  medium
                                     |  Ticket locked:  0
-------------------------------------+-------------------------------------
 * A program is being recorded to local disk on the master backend
  * mythfrontend on the master backend will seek up to the end of the
 recording and keep playing. Any more skip forward keystrokes are ignored,
  * mythfrontend on another machine with the recording available via NFS
 will seek up close the end and then quit playback on the next skip
 forward.

 This would be OK but it doesn't even save a bookmark so when you start
 playback again it starts at the start and then you have to seek to the end
 again (all the while making sure you don't get too close to the end).

 I'm guessing here but the frontend may be seeking to a point in the
 recording that the NFS deamons don't yet know about. I think the default
 is to have some attribute caching enabled. If the backend says to the
 frontend the file size is X and the NFS deamons think it is <X the
 frontend may get an EOF when trying to seek.

 The frontend log is
 {{{
 2012-03-16 10:59:42.118952 N  Player(0): Waited 624ms for video buffers
 AUAUAUAAUAUuAuLAAAUAUUAAUAAAAAAP
 2012-03-16 10:59:42.223232 N  Player(0): Waited 729ms for video buffers
 AUAUAUAAUAUuAuLAAAUAUUAAUAAAAAAP
 2012-03-16 10:59:42.319088 E  decoding error
                         eno: Input/output error (5)
 2012-03-16 10:59:42.468265 I  TV: Attempting to change from
 WatchingRecording to None
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10465>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list