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

radio-t / stream-recorder / 25616554810 / 1
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: paskal/vbr-header-fix
DEFAULT BRANCH: master
Ran 10 May 2026 01:29AM UTC
Files 11
Run time 0s
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

10 May 2026 01:26AM UTC coverage: 76.465% (+1.0%) from 75.496%
25616554810.1

Pull #25

github

paskal
Add post-recording VBR header fix to recorded MP3s

Recorded MP3s have variable bitrate (icecast source mixes 32-128 kbps
frames depending on speech vs silence) but no Xing/Info VBR header.
Without that header, players estimate duration from the first frame's
bitrate, which is wildly wrong: a 3h15m recording shows up as 8h42m in
Apple/Safari, and seeking past the real audio end stalls the player.

Fixed by remuxing the file with `ffmpeg -c copy -f mp3` after chapter
injection. ffmpeg adds a proper Xing header (frame-counted duration),
preserves all ID3 tags including the CHAP/CTOC frames, and doesn't
re-encode (~1s for a 140 MB file).

The post-processor no-ops cleanly when ffmpeg isn't on PATH, so dev/test
runs without the dependency still work.
Pull Request #25: Add post-recording VBR header fix to recorded MP3s

796 of 1041 relevant lines covered (76.46%)

6.18 hits per line

Source Files on job 25616554810.1
  • Tree
  • List 11
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25616554810
  • b8d2b1ba on github
  • Prev Job for on paskal/vbr-header-fix (#23699730147.1)
  • Next Job for on paskal/vbr-header-fix (#25617079251.1)
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