ffmpegwasm / ffmpegwasm/ffmpeg.wasm
fetchFile not work and error is "Error: File could not be read! Code=0"
Ouverte
- Langage dominant
- C
- Étoiles
- 17.8k
- Forks
- 1.1k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**Describe the bug**
There have a error when I use it to parse more than 2GB video files, and files under 2GB in size work is ok!
**Additional context**
I see that reporting errors is in this line:
```
await ffmpeg.FS('writeFile', '1.mp4', await fetchFile(fileParam));
```
The error is "Error: File could not be read! Code=0"
Maybe is a problem is the 'fetchFile' module.
Please give me a feasible solution, thanks
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.