shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
1.9k stars 496 forks source link

Shaka packager design in document #1388

Closed Jason239 closed 1 month ago

Jason239 commented 2 months ago

Now I can't see the architecture diagram in the Shaka packager documentation, is there anywhere else I can see it? https://shaka-project.github.io/shaka-packager/html/design.html#architecture-diagram

cosmin commented 2 months ago

@joeyparrish do you know how the documentation is being generated? It doesn't seem to be picking up the embedded graphviz elements.

cosmin commented 2 months ago

here is what it ought to look like if the graphviz was parsed correctly, based on the embeded graphviz in docs/source/design.rst

Screenshot 2024-04-24 at 5 23 16 PM Screenshot 2024-04-24 at 5 22 37 PM Screenshot 2024-04-24 at 5 22 55 PM

joeyparrish commented 1 month ago

It's possible we broke something in the overhaul of the build system. Maybe there was some plugin or config for doxygen or sphinx that no longer works.