ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Connection refused

オープン
#304 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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.
![image](https://user-images.githubusercontent.com/37976868/149972785-6bf73ee7-5ac3-4d89-8ac5-a7c473e44345.png)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。