Files
shaka-player/tutorials/index.json
T
Joey Parrish 70e370c7eb Add Porting and Browser Support tutorial
Also:
 - removes outdated isBrowserSupported() check for Node.children
 - adds mention of polyfill.installAll() to polyfill tutorial

Closes #66

Change-Id: I8a633858d2536ecf6110aac1326f58c17ccc5672
2015-06-30 22:44:17 +00:00

15 lines
658 B
JSON

[
{ "intro": { "title": "Intro to DASH Streams" } },
{ "player": { "title": "DASH Playback with the Shaka Player" } },
{ "offline": { "title": "Offline Playback with the Shaka Player" } },
{ "live": { "title": "Live Streaming" } },
{ "trickplay": { "title": "Trick Play" } },
{ "errors": { "title": "Listening for Errors" } },
{ "language": { "title": "Language Support" } },
{ "dev": { "title": "Shaka Player Development" } },
{ "windows": { "title": "Building on Windows" } },
{ "polyfills": { "title": "Polyfills" } },
{ "caveats": { "title": "Content Restrictions" } },
{ "porting": { "title": "Porting and Browser Support" } }
]