-
Notifications
You must be signed in to change notification settings - Fork 14
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
add static ffmpeg #711
add static ffmpeg #711
Conversation
iameli-streams
commented
Oct 19, 2023
•
edited
Loading
edited
- Adds the ability for the downloader to download "raw" binaries (plz look @hjpotter92)
- Adds a statically-linked ffmpeg version 6 (plz look @mjh1)
aa7937a
to
9bf6d55
Compare
darwin-amd64: ffmpeg-darwin-x64 | ||
darwin-arm64: ffmpeg-darwin-arm64 | ||
outputPath: ffmpeg | ||
skipManifestUpdate: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please could you add ffprobe in too so they're on the same version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I guess we can remove installing ffmpeg from apt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
creating a cyclic loop: iameli-streams#2 :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just merged, that PR, will merge this one when CI passes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering whether the CI test failures are because of removing the ffmpeg apt install 😕
Tried to prove that with iameli-streams#3
@iameli @hjpotter92
In the end this was done with https://github.com/livepeer/catalyst/pull/721/files |