Skip to content

Releases: Eyevinn/moqlivemock

v0.3.0

25 May 21:43

Choose a tag to compare

Changed

  • Catalog is now based on Github [catalog] of Feb. 28 2025
  • Now follows [draft-11 of MoQ Transport][moqt-d11] via [moqtransport][moqtransport] update
  • mlmsub now autodetects webtransport from -addr argument starting with https://

Added

  • Configuration options for audiobatch and videobatch to control how many frames should be sent in every MoQ object/CMAF chunk
  • systemd service script and helpers for mlmpub
  • fingerprint endpoint of mlmpub to be used with WebTransport browser clients like [warp-player[wp]
  • Certificate validation and auto-generation for WebTransport-compatible certificates (ECDSA, 14-day validity)

v0.2.0

28 Apr 05:57

Choose a tag to compare

Added

  • utils/videogen to generated test content
  • WARP catalog generation and parsing
  • wall-clock-synchronized media soursce
  • multiplexing received video and audio for direct playback via ffplay
  • audio track with monotonic beeps and other track with scale sequence beeps
  • track selection based on name substring
  • loglevel in mlmsub

Changed

  • configurable qlog destination
  • application log to stderr

Deleted

  • The clock namespace and code

v0.1.0

15 Apr 16:43

Choose a tag to compare

Basic project setup.

Includes project boilerplate including two apps which just publish and subscribe to a date track

  • cmd/mlmpub is the server and publisher
  • cmd/mlmsub is the client and subscriber