-
Notifications
You must be signed in to change notification settings - Fork 10
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
Script downloading x86 build of ffmpeg on arm64 #25
Comments
This needs to be discussed @JPVenson , since the Server tells the Script which binary to download. However at the moment, CPU architecture is not taken into Account in either Client, Nor Server Side. - We need to agree on a new way of Platform Matching, to Support different CPU architectures. This will result in the described behaviour on ALL supported Platforms. |
ARM is currently not supported. This is planned for the server to provide the correct binaries but not yet implemented. |
Let us know when and how this is implemented on Server side. |
Also happens on macos |
We don't have any platform matching in place. The only matching that we are doing at the moment is for the Platform name. After that we just use the first binary that the server provides. So that issue will happen on every platform where the server sends the x86 binary first. |
Checklist
develop
) - old Versions aren't supportedpython /pyTAB/hwi.py
worksDescription
The script downloads a x86 build of ffmpeg when run on a linux arm64 system
Steps to Reproduce
Expected Behavior
It should download a arm64 build of ffmpeg
Actual Behavior
It downloads a x86 build of ffmpeg
Environment (important!)
Screenshots/Videos
If applicable, add screenshots or videos to help illustrate the problem.
Additional Context
Include any other relevant information about the issue.
Possible Solution
(Optional) Suggest a fix or the cause of the bug.
The text was updated successfully, but these errors were encountered: