mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
63f5a3a755
Name all tutorials in one file. Ensure that they are displayed in the same order as they are named in the JSON file. Change-Id: I013bcd987e564ea9f345dd80bd1497b55296713a
11 lines
426 B
JSON
11 lines
426 B
JSON
[
|
|
{ "intro": { "title": "Intro to DASH Streams" } },
|
|
{ "player": { "title": "DASH Playback with the Shaka Player" } },
|
|
{ "windows": { "title": "Building on Windows" } },
|
|
{ "language": { "title": "Language Support" } },
|
|
{ "live": { "title": "Live Streaming" } },
|
|
{ "dev": { "title": "Shaka Player Development" } },
|
|
{ "polyfills": { "title": "Polyfills" } },
|
|
{ "caveats": { "title": "Content Restrictions" } }
|
|
]
|