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

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

Build:
Build:
LAST BUILD BRANCH: paskal/vbr-header-fix
DEFAULT BRANCH: master
Ran 10 May 2026 01:59AM UTC
Files 12
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:57AM UTC coverage: 74.883% (-0.6%) from 75.496%
25617079251.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 metadata
injection. ffmpeg adds a proper Xing header (frame-counted duration),
preserves all ID3 tags including TLEN and 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

957 of 1278 relevant lines covered (74.88%)

7.33 hits per line

Source Files on job 25617079251.1
  • Tree
  • List 12
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25617079251
  • 5f9a99ed on github
  • Prev Job for on paskal/vbr-header-fix (#23699730147.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