ffmpeg.wasm
ffmpeg.wasm copied to clipboard
https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.
if I put the https m3u8 link into ffmpeg.run, it will show the error msg
https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.
Does it not support https m3u8 link now?
Here is my code:
await ffmpeg.run('-header', 'User-Agent: ' + navigator.userAgent, '-i', m3u8Name, '-c', 'copy', mp4Name);
m3u8Name = "https://xxx.xxx/xxx/xxx.m3u8"
something like that.
I have the seme question. any solution?
I have same problem. I tried to recompile openssl by emscripten, but when running ./configure with options --enable-openssl, I received error: Openssl not found. Have any idea?
I tried to recompile ffmpeg.wasm-core by using Docker based on this link (https://github.com/ffmpegwasm/ffmpeg.wasm-core) but I got error in this image. Have any solution?
@KazuyaFCB did u manage to compile?