-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offer hermetic copies of Shaka Packager and FFmpeg #60
Comments
We decided that the best way to address this issue is to make a separate PyPi package for the hermetic binaries ( We will be using the static builds from this repo. |
I'm open to debate on these specifics if you disagree, but here's what I would do:
|
Nice, can't disagree. |
By default, Shaka Streamer will now expect you to install a secondary package (`shaka-streamer-binaries`) containing FFmpeg and Shaka Packager binaries. There is a command line flag (`--use-system-binaries`) to use system-installed binaries instead. Related documentation is forthcoming. Issue #60
Currently, users must install Shaka Packager and FFmpeg separately and system-wide in order to use Shaka Streamer.
If permitted by their licenses, we should try to bundle binaries of Shaka Packager and FFmpeg for convenience, and offer a command-line option to choose between hermetic versions and installed system versions.
See the Installing Prerequisites here .
The text was updated successfully, but these errors were encountered: