ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Connection refused
Đang mở
- Ngôn ngữ chính
- C
- Star
- 17.8k
- Fork
- 1.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.