Open mengelbart opened 1 year 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?
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.
See https://datatracker.ietf.org/doc/html/draft-ietf-moq-transport-01#section-3.1.2