[mythtv-commits] Ticket #12179: MythTV doesn't play file

MythTV noreply at mythtv.org
Wed Jun 18 01:39:51 UTC 2014


#12179: MythTV doesn't play file
-----------------------------------------+-------------------------
     Reporter:  jyavenard                |      Owner:  jyavenard
         Type:  Bug Report - General     |     Status:  new
     Priority:  minor                    |  Milestone:  0.27.2
    Component:  MythTV - Video Playback  |    Version:  Master Head
     Severity:  medium                   |   Keywords:
Ticket locked:  0                        |
-----------------------------------------+-------------------------
 File http://nrkbeta.no/2009/12/18/bergensbanen-eng/

 doesn't play
 http://nrkbeta.no/torrent/divtorrents/Bergensbanen-
 minutt.for.minutt.1280x720p50.h264.NRK.mp4.torrent

 The cause for the failure is related to how the RingBuffer::Read behaves.

 It waits until there's exactly the number of bytes requested.
 Here, FFmpeg seek to the end of the file and request 5189405
 but we are 4161536 from the end of the file only.

 It times out after 16s waiting.

 RingBuffer::Read should returns only what is currently available and not
 wait unnecessarily, letting FFmpeg deal with the retries.

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


More information about the mythtv-commits mailing list