mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
d1bc3fdb71
Change-Id: I4e5b1d7ece7df8f006ca6261a74cd8eb38bfd037
20 lines
970 B
JSON
20 lines
970 B
JSON
[
|
|
{ "welcome": { "title": "Welcome to Shaka Player" } },
|
|
{ "basic-usage": { "title": "Basic Usage" } },
|
|
{ "debugging": { "title": "Debugging" } },
|
|
{ "config": { "title": "Configuration" } },
|
|
{ "network-and-buffering-config": { "title": "Network and Buffering Configuration" } },
|
|
{ "drm-config": { "title": "DRM Configuration" } },
|
|
{ "license-server-auth": { "title": "License Server Authentication" } },
|
|
{ "license-wrapping": { "title": "License Wrapping" } },
|
|
{ "Coming Soon": { "children": [
|
|
{ "live": { "title": "Special Considerations for Live Streaming" } },
|
|
{ "offline": { "title": "Offline Storage and Playback" } }
|
|
] } },
|
|
{ "plugins": { "title": "Plugins and Customizing the Build" } },
|
|
{ "manifest-parser": { "title": "Manifest Parser Plugins" } },
|
|
{ "architecture": { "title": "Architecture Diagrams" } },
|
|
{ "service-worker": { "title": "Service Worker Caching" } },
|
|
{ "upgrade": { "title": "Shaka v2 Upgrade Guide" } }
|
|
]
|