Skip to content

A gstreamer plugin for MoQ, utilizing moq-rs

License

Notifications You must be signed in to change notification settings

davegullo/hang-gst

 
 

Repository files navigation

Media over QUIC

A GStreamer plugin for MoQ (Media over QUIC) that enables publishing and consuming media streams using the MoQ protocol.

This plugin was originally part of the main MoQ repository but has been separated to avoid requiring GStreamer as a build dependency.

Usage

Requirements

Setup

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 setup

Development

First make sure you have a local moq-relay server running:

just relay

Now you can publish and subscribe to a video:

# Publish to a localhost moq-relay server
just pub-gst bbb

# Subscribe from a localhost moq-relay server
just sub bbb

License

Licensed under either:

About

A gstreamer plugin for MoQ, utilizing moq-rs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 87.6%
  • Just 12.4%