Skip to content

Commit

Permalink
More homepage tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Oct 25, 2023
1 parent 5d4043a commit e3f5d22
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions web/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,22 @@ Check out the [issues](/issues) and in touch if you're interested in contributin
<p class="tagline">Visit [Github](/source) or join [Discord](https://discord.gg/FCYF3p99mr)</p>

We are designing a protocol that is simple and yet flexible enough to support the wide range of use-cases:
from ultra-low latency to ultra-high quality, 1 viewer to 1 million viewers, and everything in
between. It's possible by evaluating the entire ecosystem and breaking the problem into layers:
from ultra-low latency to ultra-high quality, 1 viewer to 1 million viewers, contribution and distribution, and everything in
between. It's possible by carefully breaking the protocol into layers:

- **QUIC**: Provides the networking: independent streams and datagrams.
- **WebTransport**: Provides web support for QUIC.
- **MoqTransport**: Designed specifically for CDNs with built-in caching and fanout.
- **Catalog**: Describes the available media tracks: the codec, container, resolution, etc.
- **Container**: [quic.video](https://quic.video) uses CMAF and is backwards compatible with HLS/DASH, but it's not required.
- **WebTransport**: (optional) Provides web support for QUIC.
- **MoqTransport**: Designed specifically for CDNs and mass fanout.
- **Catalog**: Describes the available tracks: the codec, container, resolution, etc.
- **Container**: Describes the encoding of each track.

This website uses CMAF for backwards compatibility with HLS/DASH but it's not required.
You can use whatever encoding the encoder/decoder agree to support, including for non-media purposes like chat, input, metadata, etc.

MoQ is still very early in development and many features are missing.
Everything is liable to change, especially if you get involved!

<p class="tagline">Check out the current [Issues](/issues) and **Roadmap**</p>
<p class="tagline">If you want to help, check out the [major issues](/issues)</p>

The protocol is being developed by the
[IETF MoQ working group](https://datatracker.ietf.org/group/moq/about/). The
Expand Down

0 comments on commit e3f5d22

Please sign in to comment.