Skip to content
  • Thiago Santos's avatar
    dashdemux: avoid busy-looping when waiting for new fragment · f4789d04
    Thiago Santos authored
    When all fragments have already been downloaded on a live stream
    dashdemux would busy loop as the default implementation of
    has_next_fragment would return TRUE. Implement it to correctly
    signal if adaptivedemux should wait for the manifest update before
    trying to get new fragments.
    f4789d04