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
2k stars 510 forks source link

build: Fix pssh-box.py targets, installation, and docs #1279

Closed joeyparrish closed 1 year ago

joeyparrish commented 1 year ago

pssh-box.py needs Python protos, which we were not building. It also needs to have those protos installed properly.

This fixes generation of Python proto interfaces and fixes the install targets to put those protos where they are needed. This also updates the documentation to match.