Changes between Initial Version and Version 1 of Ticket #11293


Ignore:
Timestamp:
Dec 15, 2012, 8:18:51 AM (11 years ago)
Author:
JYA
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11293 – Description

    initial v1  
    88Running mythfrontend with -n network --loglevel debug shows that the frontend starts to pull from the backend read of 1MB in size which takes too long and cause the playback thread to starve for data.
    99
    10 What need to be investigated is why the ringbuffer starts to pull so much data as opposed to when the file is interleaved.
     10What need to be investigated is why the ringbuffer starts to pull so much data as opposed to when the file is interleaved. When the file is detected as interleaved, block size stay at 32kB.
    1111
    1212Limiting the size of the block size to not exceed 128kB does help a little bit, but doesn't fully fix the issue.