-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathav1-rtp-spec.json
More file actions
96 lines (96 loc) · 2.3 KB
/
Copy pathav1-rtp-spec.json
File metadata and controls
96 lines (96 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"spec": {
"title": "RTP Payload Format For AV1",
"url": "https://aomediacodec.github.io/av1-rtp-spec/"
},
"refs": {
"normative": [
{
"name": "AV1",
"url": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf"
},
{
"name": "I-D.ietf-avtext-lrr",
"url": "https://tools.ietf.org/html/draft-ietf-avtext-lrr-07"
},
{
"name": "I-D.ietf-payload-vp9",
"url": "https://tools.ietf.org/html/draft-ietf-payload-vp9"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "RFC3550",
"url": "https://www.rfc-editor.org/rfc/rfc3550"
},
{
"name": "RFC5104",
"url": "https://www.rfc-editor.org/rfc/rfc5104"
},
{
"name": "RFC6904",
"url": "https://www.rfc-editor.org/rfc/rfc6904"
},
{
"name": "RFC7667",
"url": "https://www.rfc-editor.org/rfc/rfc7667"
},
{
"name": "RFC8285",
"url": "https://www.rfc-editor.org/rfc/rfc8285"
},
{
"name": "RFC8851",
"url": "https://www.rfc-editor.org/rfc/rfc8851"
},
{
"name": "RFC8852",
"url": "https://www.rfc-editor.org/rfc/rfc8852"
},
{
"name": "RFC8853",
"url": "https://www.rfc-editor.org/rfc/rfc8853"
}
],
"informative": [
{
"name": "RFC2326",
"url": "https://www.rfc-editor.org/rfc/rfc2326"
},
{
"name": "RFC2974",
"url": "https://www.rfc-editor.org/rfc/rfc2974"
},
{
"name": "RFC3264",
"url": "https://www.rfc-editor.org/rfc/rfc3264"
},
{
"name": "RFC3711",
"url": "https://www.rfc-editor.org/rfc/rfc3711"
},
{
"name": "RFC4566",
"url": "https://www.rfc-editor.org/rfc/rfc4566"
},
{
"name": "RFC4585",
"url": "https://www.rfc-editor.org/rfc/rfc4585"
},
{
"name": "RFC6184",
"url": "https://www.rfc-editor.org/rfc/rfc6184"
},
{
"name": "RFC7202",
"url": "https://www.rfc-editor.org/rfc/rfc7202"
},
{
"name": "RFC8082",
"url": "https://www.rfc-editor.org/rfc/rfc8082"
}
]
}
}