ffmpegwasm / ffmpegwasm/ffmpeg.wasm
How to enable HTTPS protocol in ffmpeg.wasm?
- 主要言語
- C
- スター
- 17.8k
- フォーク
- 1.1k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In my code `await ffmpeg.run("-i", "https://videoabcxyz.com", "output.mp4")`, I got `https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled` error. I also tried to run `await ffmpeg.run("-protocols")`, it only shows HTTP protocol, not HTTPS protocol. But when I ran `ffmpeg -protocols` manually on the command line, it shows both HTTP and HTTPS. How to enable HTTPS protocol in ffmpeg.wasm?
I tried to recompile ffmpeg.wasm-core to enable HTTPS protocol based on these links (https://stackoverflow.com/questions/31514949/ffmpeg-over-https-fails and https://github.com/ffmpegwasm/ffmpeg.wasm-core) but I got error in this image

Please help me fix that error!
コントリビューションガイド
評価
この issue はまだ評価されていません。