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

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

Build:
Build:
LAST BUILD BRANCH: paskal/vbr-header-fix
DEFAULT BRANCH: master
Ran 10 May 2026 01:29AM UTC
Jobs 1
Files 11
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 01:26AM UTC coverage: 76.465% (+1.0%) from 75.496%
25616554810

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

16 of 26 new or added lines in 2 files covered. (61.54%)

120 existing lines in 4 files now uncovered.

796 of 1041 relevant lines covered (76.46%)

6.18 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
42.86
app/recorder/vbrfix.go
2
51.2
-3.76% app/main.go

Coverage Regressions

Lines Coverage ∆ File
44
82.08
1.33% app/server/server.go
34
51.2
-3.76% app/main.go
24
84.21
-15.79% app/recorder/id3.go
18
73.49
-1.51% app/recorder/recorder.go
Jobs
ID Job ID Ran Files Coverage
1 25616554810.1 10 May 2026 01:29AM UTC 11
76.46
GitHub Action Run
Source Files on build 25616554810
  • Tree
  • List 11
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #25
  • PR Base - 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