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

Eyevinn / moqlivemock / 31101218217
48%

Build:
DEFAULT BRANCH: main
Ran 06 Aug 2026 12:24PM UTC
Jobs 1
Files 25
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

06 Aug 2026 12:23PM UTC coverage: 48.756% (+1.2%) from 47.545%
31101218217

push

github

tobbee
fix(catalog): order video AVC, HEVC, AV1 and audio AAC, Opus, AC-3

Both track lists were sorted on a string, so the first entry of each was an
accident of the alphabet and the encoder ladder: av01 sorts before avc1, and
audio was ordered on bitrate alone.

That matters because receivers default to the first track of a type.
warp-player does, and its AV1 default made a working build look broken: AV1
carries CTA-608 in a metadata OBU rather than an SEI NAL unit, so an
SEI-reading receiver can play the rendition but never caption it, leaving the
CC button correctly greyed out with nothing to explain why. Audio has the same
shape of problem in a different codec: AC-3 is the narrowest of the three -
Firefox does not decode it, and warp-player's WebCodecs engine handles only
AAC and Opus - so an AC-3 default silences that path.

Rank on a codec prefix rather than the full string, so the profile/level
suffix each codec appends cannot reorder anything, and an unrecognised codec
sorts last instead of displacing a known one. Within a codec the existing
bitrate-ascending order is unchanged, as is AVC ahead of HEVC, which was
already deliberate: HEVC with CENC is not fully supported in Widevine/Chrome.

The video assertion in TestLoadAsset encoded the old alphabetical contract and
is rewritten to the new one; the audio order was previously unasserted and now
is.

33 of 37 new or added lines in 1 file covered. (89.19%)

15 existing lines in 4 files now uncovered.

2470 of 5066 relevant lines covered (48.76%)

2043.54 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
77.66
0.13% internal/asset.go

Coverage Regressions

Lines Coverage ∆ File
6
35.43
9.32% internal/pub/pub.go
4
45.6
1.63% internal/sub/sub.go
3
0.0
0.0% cmd/mlmsub/handler.go
2
77.66
0.13% internal/asset.go
Jobs
ID Job ID Ran Files Coverage
1 31101218217.1 06 Aug 2026 12:24PM UTC 25
48.76
GitHub Action Run
Source Files on build 31101218217
  • Tree
  • List 25
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 69c171cd on github
  • Prev Build on main (#31078528651)
  • Next Build on main (#31103479721)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc