Skip to content

Commit

Permalink
Tweak the home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Oct 25, 2023
1 parent c9efe95 commit 5d4043a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ between. It's possible by evaluating the entire ecosystem and breaking the probl
- **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**: Enumerates the available media tracks. For example, the codec, container, resolution, etc.
- **Containers**: The encoding for each track. [quic.video](https://quic.video) uses CMAF and is backwards compatible with HLS/DASH.
- **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.

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

0 comments on commit 5d4043a

Please sign in to comment.