Skip to content
  • Thiago Santos's avatar
    qtdemux: flush samples before adding more from moof · ee7ddf6c
    Thiago Santos authored
    Avoids accumulating all samples from a fragmented stream that could
    lead to a 'index-too-big' error once it goes over 50MB of data. It
    could reach that before 2h of playback so it doesn't take that long.
    
    As upstream elements are providing data in time format they should
    be the ones that have more information about the full media index
    and should be able to seek if possible.
    ee7ddf6c