ffmpegwasm / ffmpegwasm/ffmpeg.wasm
fetchFile not work and error is "Error: File could not be read! Code=0"
Aperta
- Lingua principale
- C
- Stelle
- 17.8k
- Fork
- 1.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.