Skip to content

Commit cc51fe4

Browse files
Update MoQ documentation (cloudflare#24691)
* Update MoQ documentation Add link to draft-07 spec * MoQ - Add FAQ and entry re: Safari Adds some info about the status of Safari's WebTransport implementation
1 parent 7cc612c commit cc51fe4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/moq/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,14 @@ MoQ (Media over QUIC) is a protocol for delivering live media content using QUIC
1313

1414
MoQ is designed to be an Internet infrastructure level service that provides media delivery to applications, similar to how HTTP provides content delivery and WebRTC provides real-time communication.
1515

16+
Cloudflare's implementation of MoQ currently supports a subset of the [draft-07 MoQ Transport specfication](https://datatracker.ietf.org/doc/html/draft-ietf-moq-transport-07).
17+
1618
For the most up-to-date documentation on the protocol, please visit the IETF working group documentation.
19+
20+
## Frequently Asked Questions
21+
22+
* What about Safari?
23+
24+
Safari does not yet have fully functional WebTransport support. Apple never publicly commits to timelines for new features like this. However, Apple has indicated their [intent to support WebTransport](https://github.com/WebKit/standards-positions/issues/18#issuecomment-1495890122). An Apple employee is even a co-author of the [WebTransport over HTTP/3](https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/) draft. Since Safari 18.4 (2025-03-31), an early (not yet fully functional) implementation of the WebTransport API has been available for testing behind a developer-mode / advanced settings feature flag (including on iOS).
25+
26+
Until Safari has a fully functional WebTransport implementation, some MoQ use cases may require a fallback to WebRTC, or, in some cases, WebSockets.

0 commit comments

Comments
 (0)