moq icon indicating copy to clipboard operation
moq copied to clipboard

Rust library for Media over QUIC

Results 40 moq issues
Sort by recently updated
recently updated
newest added

When I directly run `make run` on my machine, it prompts to let me input password, but still failed due to permission denied. It seems to be working fine when...

This adds a simple `moq-sub` tool which allows to connect to a moq relay and subscribe to a broadcast. It expects the format as published by `moq-pub`, and will then...

[Subprotocol Negotiation](https://www.ietf.org/archive/id/draft-ietf-webtrans-http3-09.html#name-subprotocol-negotiation) offers a way to denote that we're running MoQ over WebTransport (similar to what we can do with [ALPN](https://datatracker.ietf.org/doc/html/rfc7301) in the case of raw QUIC). I propose we...

In current moq-pub version, a MOQ group is created for each GOP in a video. For low latency, this is preferable. However, tuning the number of GOPs in a group...

Develop an OBS plugin.

I'm working on a proof-of-concept that aims to demonstrate video streaming from one machine to another using QUIC. My first goal in this project is to demonstrate streaming "via localhost"...

I added the current UTC time using ffmpeg and displayed on the browser. Unfortunately, clock sync is a bitch. We should have a better way to measure latency, potentially something...

Develop a GStreamer plugin.

The quinn BBR code has a lot of WARNING text. I enabled it anyway because bufferbloat means the death of any prioritization and real-time ambitions. Somebody should validate that BBR...

Clients establish a QUIC connection per broadcast. We should investigate reusing connections via ANNOUNCE like the specification intends.