mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
efc2ed3df1
This is a complete replacement for the old demo page, made to be more modern-looking and easier to maintain. It contains new features such as remembering the URIs you provide for custom assets, and searching through the default assets by feature. This demo page is not quite ready for release yet, but it's getting close. Change-Id: Iad01d1fc02c3cd238d73b9b9e02dbb4301cb6f2a
33 lines
609 B
Markdown
33 lines
609 B
Markdown
# Architecture Diagrams
|
|
|
|
<img
|
|
src="../design/dataflow.gv.png"
|
|
alt="Shaka data flow diagram"
|
|
style="max-width: 100%">
|
|
|
|
<img
|
|
src="../design/ownership.gv.png"
|
|
alt="Shaka ownership diagram"
|
|
style="max-width: 100%">
|
|
|
|
<img
|
|
src="../design/cast.gv.png"
|
|
alt="Shaka cast diagram"
|
|
style="max-width: 100%;">
|
|
|
|
<img
|
|
src="../design/offline.gv.png"
|
|
alt="Shaka offline diagram"
|
|
style="max-width: 100%">
|
|
|
|
<img
|
|
src="../design/timeline.svg"
|
|
alt="PresentationTimeline diagram"
|
|
style="max-width: 100%">
|
|
|
|
<img
|
|
src="../design/newdemo.gv.png"
|
|
alt="Demo page architecture"
|
|
style="max-width: 100%">
|
|
|