mengelbart / moqtransport

Media over QUIC Transport Implementation
MIT License
33 stars 8 forks source link

Implement moq-URI handling #7

Open mengelbart opened 1 year ago

mengelbart commented 1 year ago

See https://datatracker.ietf.org/doc/html/draft-ietf-moq-transport-01#section-3.1.2

boserohan commented 11 months ago

I am trying to understand this characteristic of a MoQ implementation. To me it seems we have to implement something similar to abstractions provided by http Handlers but for MoQ objects. Am I missing out on something? and possibly there are some more things to keep in mind?

mengelbart commented 11 months ago

It is different for WebTransport and raw QUIC. In WebTransport, we can just let HTTP do all the URI handling. Without WebTransport/HTTP, we need to set the moq-URI in the PATH parameter of the CLIENT_SETUP message. The server can then decide how to handle a MoQ session for that URI.