ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Connection refused
未关闭
- 主要语言
- C
- 星标
- 17.8k
- 派生
- 1.1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
In my code: `await ffmpeg.run("-i","http://someurl","output.mp4")`, I got error in this image. But when running manually in terminal: `ffmpeg -i "http://someurl" output.mp4`, I run successfully. I use `ffmpeg.run()` instead of `fetchFile()` method because `ffmpeg.run()` method can pass command to download the segment of video, for example last 10 seconds of video, but `fetchFile()` method downloads full video. How to fix `Connection refused` error.

贡献指南
评估
这个 Issue 还没有评估数据。