A gstreamer plugin utilizing moq-rs.
We use just to simplify the development process.
Check out the Justfile or run just to see the available commands.
Install any other required tools:
just setupFirst make sure you have a local moq-relay server running:
# In github.com/kixelated/moq-rs
just relayNow you can publish and subscribe to a video:
# In github.com/kixelated/moq-gst
# Publish to a localhost moq-relay server
just pub
# Subscribe from a localhost moq-relay server
just subLicensed under either:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)