• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Eyevinn / hls-m3u8 / 28228945126
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: byterange-offset
DEFAULT BRANCH: main
Ran 26 Jun 2026 09:16AM UTC
Jobs 1
Files 5
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2026 09:14AM UTC coverage: 92.32% (+0.01%) from 92.308%
28228945126

Pull #86

github

jonnylamb
fix: omit repeated zero byte range offsets

EXT-X-BYTERANGE without an @o offset is not equivalent to @0.
When the offset is omitted, HLS clients continue from the byte after
the previous range. Writing @0 for every zero-valued Offset turns
parsed continuation ranges into absolute ranges at the start of the
resource, changing playlist semantics on encode.

Keep an explicit @0 only for the first emitted media segment so the
playlist has an anchor when there is no previous visible range.
Subsequent zero offsets are written without @0 to preserve
continuation behavior, while non-zero offsets remain explicit.
Attribute byte ranges still include zero offsets because they are
self-contained attributes rather than segment continuation markers.

See the EXT-X-BYTERANGE docs for more details on the offset parameter:
https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.4.2

Also take note that EXT-X-MAP requires the offset to be present:
https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.4.5
Pull Request #86: fix: omit repeated zero byte range offsets

10 of 10 new or added lines in 1 file covered. (100.0%)

2248 of 2435 relevant lines covered (92.32%)

1.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28228945126.1 26 Jun 2026 09:16AM UTC 5
92.32
GitHub Action Run
Source Files on build 28228945126
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #86
  • PR Base - main (#27268904559)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc