[mythtv-commits] Ticket #9170: DVD playback failure - The Human Body

MythTV noreply at mythtv.org
Tue Jun 14 06:11:56 UTC 2011


#9170: DVD playback failure - The Human Body
------------------------------------------+----------------------------
 Reporter:  Richard <mythtv@…>            |          Owner:  markk
     Type:  defect                        |         Status:  infoneeded
 Priority:  minor                         |      Milestone:  0.25
Component:  MythTV - DVD Playback         |        Version:  Trunk Head
 Severity:  medium                        |     Resolution:
 Keywords:                                |  Ticket locked:  0
------------------------------------------+----------------------------

Comment (by Github):

 DVDRingBuffer: Bump up the minimum title length for initialisation.

 The DVD used in #9170 has a still frame with a duration of 10 seconds as
 its first title. Playback fails as we cannot test for stillframe status
 until we've started playing the title, ffmpeg is unable to find enough
 data to create a decoder and the DVD object refuses to read beyond that
 still frame.

 The quick fix here is to increase the minimum duration of the initial
 title selected for probing - it is highly unlikely that any still frame
 is on screen for more than 60 seconds (an infinite still frame is
 reported with a small duration) AND is not followed by a video segment.

 A better fix would be to check the still frame status and try and find
 another title if necessary but I cannot find a disc that has the
 necessary structure to test with.

 Refs #9170
  Branch:    master
  Changeset: 5a2771d99b21d346f7c9196aaaee43303c9d5a9e

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


More information about the mythtv-commits mailing list