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

Eyevinn / moqlivemock
48%
main: 48%

Build:
Build:
LAST BUILD BRANCH: release/v0.13.0
DEFAULT BRANCH: main
Repo Added 17 Feb 2026 02:50PM UTC
Files 25
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

LAST BUILD ON BRANCH fix/catalog-codec-order
branch: fix/catalog-codec-order
CHANGE BRANCH
x
Reset
  • fix/catalog-codec-order
  • chore/go-608-v0.9.0
  • chore/moqtransport-v0.10.0
  • chore/remove-goreportcard-badge
  • ci/node24-actions
  • dependabot/go_modules/github.com/quic-go/quic-go-0.59.1
  • dependabot/go_modules/golang.org/x/crypto-0.52.0
  • disable-dependabot
  • docs-locmaf-drm
  • docs/changelog-setup-wt
  • docs/locmaf-versioning
  • docs/trim-claude-md
  • draft-16
  • feat/add-CENC-support
  • feat/add-DRM-support
  • feat/add-locmaf-support
  • feat/av1-test-content
  • feat/bitrate-overhead
  • feat/cc608-av1
  • feat/cc608-catalog-and-verify
  • feat/cc608-package
  • feat/cc608-paint-on
  • feat/cc608-wiring
  • feat/fetch
  • feat/hevc-loc
  • feat/loc
  • feat/mlmsub-discover
  • feat/multi-namespace
  • fix-audio-wrap-around
  • fix-badges
  • fix-fairplay
  • fix-locmaf-bitrate
  • fix/cenc-iv
  • fix/clearkey-cenckey
  • fix/draft16-setup-and-wt-negotiation
  • fix/object-id-delta
  • fix/safari-webtransport
  • fix/unannounce
  • improve-locmaf-details
  • improve-locmaf-details2
  • integration-tests
  • joining-fetch-catalog
  • locmaf-0.3
  • locmaf-v0-2
  • main
  • relase/v0.10.0
  • release/v0.11.0
  • release/v0.11.1
  • release/v0.12.0
  • release/v0.13.0
  • release/v0.9.0
  • update-moqtransport-main
  • ver-0-8-0
  • ver-060
  • ver-061
  • ver070

06 Aug 2026 12:07PM UTC coverage: 47.73% (+0.2%) from 47.545%
31100146508

Pull #126

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.
Pull Request #126: fix(catalog): order video AVC, HEVC, AV1 and audio AAC, Opus, AC-3

33 of 43 new or added lines in 2 files covered. (76.74%)

2 existing lines in 1 file now uncovered.

2418 of 5066 relevant lines covered (47.73%)

2043.25 hits per line

Relevant lines Covered
Build:
Build:
5066 RELEVANT LINES 2418 COVERED LINES
2043.25 HITS PER LINE
Source Files on fix/catalog-codec-order
  • Tree
  • List 25
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31100146508 fix/catalog-codec-order 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 bitra... Pull #126 06 Aug 2026 12:09PM UTC tobbee github
47.73
See All Builds (191)
  • Repo on GitHub
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