Skip to content

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 17 Jun 16:42
060c41c

Fixed

  • All platforms: HLS now starts almost instantly. The players were
    pre-buffering before emitting any audio, which on a live feed could stall the
    start for up to a minute even though the stream itself is fine. They now start
    at the live edge with minimal buffering, the same way the website's web player
    does. As a safety net, if HLS hasn't started within a few seconds the player
    falls back to the instant-start MP3 stream instead of waiting out the
    platform's long internal timeout.