Open
Description
Description:
It appears that the version of the library being downloaded in the script is incorrect. Specifically, in the file scripts/download-assets.js, line 10 shows the version as 0.12.10, but it seems the correct version should be 0.12.9.
ref: https://app.unpkg.com/@ffmpeg/[email protected]
Impact:
Because the script attempts to download a non-existent version (0.12.10), it results in an error rather than downloading an incorrect version.
Error Details:
The following error is thrown when attempting to download the incorrect version:
Error: TAR_BAD_ARCHIVE: Unrecognized archive format
... (omitted) ...
recoverable: false,
file: 'core-mt-0.12.10.tgz',
cwd: '/MY_PATH_TO/FFmpeg/apps/vanilla-app/public/assets/core-mt',
code: 'TAR_BAD_ARCHIVE',
tarCode: 'TAR_BAD_ARCHIVE'
Thank you for your attention to this matter.
Metadata
Metadata
Assignees
Labels
No labels