moq-cli 0.7.17

Media over QUIC
moq-cli-0.7.17 is not a library.

moq-cli

A command-line tool for publishing and subscribing to media over MoQ. It works with FFmpeg for encoding.

Install

cargo install moq-cli

Docker

docker pull moqdev/moq-cli

Multi-arch images (linux/amd64 and linux/arm64) are published to Docker Hub.

Usage

Publish a Video File

moq-cli publish video.mp4 https://relay.example.com/anon/my-stream

Publish from FFmpeg

ffmpeg -i input.mp4 -f mpegts - | moq-cli publish - https://relay.example.com/anon/my-stream