moq: support draft-19 of the specification (#5968)

* support draft-19 of the specification

* support subscribing the same track multiple times
This commit is contained in:
Alessandro Ros
2026-07-21 00:24:03 +02:00
committed by GitHub
parent be610a6a04
commit 6da35dc389
17 changed files with 702 additions and 505 deletions
+8
View File
@@ -95,6 +95,12 @@ components:
- read
- publish
MoQVersion:
type: string
enum:
- moqt-18
- moqt-19
OKStatus:
type: string
enum:
@@ -805,6 +811,8 @@ components:
$ref: "#/components/schemas/MoQSessionState"
userAgent:
type: string
version:
$ref: "#/components/schemas/MoQVersion"
MoQSessionList:
type: object