ffmpegwasm / ffmpegwasm/ffmpeg.wasm
fetchFile not work and error is "Error: File could not be read! Code=0"
Offen
- Vorherrschende Sprache
- C
- Sterne
- 17.8k
- Forks
- 1.1k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.