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

Eyevinn / moqlivemock
48%

Build:
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 main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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/catalog-codec-order
  • 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 03:01PM UTC coverage: 47.73% (-0.6%) from 48.302%
31113790930

push

github

tobbee
chore(release): prepare v0.13.0

AV1 video and in-band CTA-608 captions are the substance of this release.
Cut the [0.13.0] CHANGELOG entry and bump the version constant.

Also record the changes that landed without CHANGELOG entries, so the
release notes match what ships: the catalog track order now ranked by
codec rather than by raw codec string, moqtransport v0.10.0, the
webtransport-go fork v0.12.0 with quic-go v0.61.0, and golang.org/x/text
v0.39.0 for GO-2026-5970 plus x/crypto v0.52.0. moqtransport v0.10.0
changes no library API - quicmoq and webtransportmoq are untouched - and
carries the same webtransport-go and quic-go versions this repo had
already moved to.

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 main
  • 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
31113790930 main chore(release): prepare v0.13.0 AV1 video and in-band CTA-608 captions are the substance of this release. Cut the [0.13.0] CHANGELOG entry and bump the version constant. Also record the changes that landed without CHANGELOG entries, so the relea... push 06 Aug 2026 03:02PM UTC tobbee github
47.73
31103681616 release/v0.13.0 chore(release): prepare v0.13.0 AV1 video and in-band CTA-608 captions are the substance of this release. Cut the [0.13.0] CHANGELOG entry and bump the version constant. Also record the changes that landed without CHANGELOG entries, so the relea... Pull #128 06 Aug 2026 12:58PM UTC tobbee github
48.74
31103479721 main chore(deps): bump moqtransport to v0.10.0 push 06 Aug 2026 12:55PM UTC tobbee github
48.3
31102713001 release/v0.13.0 chore(release): prepare v0.13.0 AV1 video and in-band CTA-608 captions are the substance of this release. Cut the [0.13.0] CHANGELOG entry and bump the version constant. Also record the dependency bumps that landed without CHANGELOG entries: moq... Pull #128 06 Aug 2026 12:45PM UTC tobbee github
48.18
31102121189 chore/moqtransport-v0.10.0 chore(deps): bump moqtransport to v0.10.0 Pull #127 06 Aug 2026 12:37PM UTC tobbee github
47.73
31101218217 main 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... push 06 Aug 2026 12:24PM UTC tobbee github
48.76
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
31078528651 main feat(cc608): add roll-up modes to -cc608mode Completes the -cc608mode set with the third CTA-608 presentation style: roll-up2, roll-up3 and roll-up4, plus bare roll-up for roll-up2 (matching go-608's own go608-clock, whose window size defaults to... push 06 Aug 2026 06:49AM UTC tobbee github
47.55
31078168859 feat/cc608-paint-on feat(cc608): add roll-up modes to -cc608mode Completes the -cc608mode set with the third CTA-608 presentation style: roll-up2, roll-up3 and roll-up4, plus bare roll-up for roll-up2 (matching go-608's own go608-clock, whose window size defaults to... Pull #125 06 Aug 2026 06:42AM UTC tobbee github
47.55
31078087988 main chore(deps): bump go-608 to v0.9.0 Drop-in: no moqlivemock code changes, and the caption round-trip tests decode the same captions as before. Neither of v0.9.0's behaviour changes reaches this repo. The shortened default UTC line is go-608's def... push 06 Aug 2026 06:41AM UTC tobbee github
47.12
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