forked from w3c/web-roadmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.json
55 lines (55 loc) · 1.95 KB
/
toc.json
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
{
"title": "Overview of Media Technologies for the Web",
"discourse": {
"category": "Media and Real-Time Communications category of W3C’s discourse forum",
"url": "https://discourse.wicg.io/c/mediartc"
},
"github": "https://github.com/w3c/web-roadmaps",
"pages": [
{
"url": "rendering.html",
"title": "Media rendering",
"icon": "../assets/img/media-rendering.svg",
"description": "Features needed to render media content on one or more devices."
},
{
"url": "control.html",
"title": "Playback controls",
"icon": "../assets/img/media-control.svg",
"description": "Features needed to let the user interact with the playback of media content, both via local and remote interactions."
},
{
"url": "distribution.html",
"title": "Media distribution",
"icon": "../assets/img/media-distribution.svg",
"description": "Features that help with sending media content from its source to its rendering target."
},
{
"url": "processing.html",
"title": "Media processing",
"icon": "../assets/img/media-processing.svg",
"description": "Features needed to analyze or modify media content."
},
{
"url": "synchronized.html",
"title": "Media orchestration",
"icon": "../assets/img/media-synchronization.svg",
"description": "Features needed to synchronize multiple media or non-media content together, on one or several devices."
},
{
"url": "capture.html",
"title": "Media capture",
"icon": "../assets/img/media-capture.svg",
"description": "Features needed to capture media content from a variety of available sources."
},
{
"url": "apps.html",
"title": "Media application development",
"icon": "../assets/img/media-app.svg",
"description": "Platform features and best practices to develop media applications on the Web"
}
],
"about": {
"url": "about.html"
}
}