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

radio-t / stream-recorder / 25623157659
75%

Build:
DEFAULT BRANCH: master
Ran 10 May 2026 07:44AM UTC
Jobs 1
Files 12
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

10 May 2026 07:41AM UTC coverage: 74.883% (-0.6%) from 75.496%
25623157659

push

github

umputun
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.

11 of 23 new or added lines in 2 files covered. (47.83%)

957 of 1278 relevant lines covered (74.88%)

7.33 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
42.86
app/recorder/vbrfix.go
4
54.11
-0.84% app/main.go
Jobs
ID Job ID Ran Files Coverage
1 25623157659.1 10 May 2026 07:44AM UTC 12
74.88
GitHub Action Run
Source Files on build 25623157659
  • Tree
  • List 12
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2592bcfd on github
  • Prev Build on master (#23699730147)
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