ffmpeg.wasm icon indicating copy to clipboard operation
ffmpeg.wasm copied to clipboard

https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.

Open asdeq20062 opened this issue 3 years ago • 4 comments

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.

asdeq20062 avatar Jun 17 '21 07:06 asdeq20062

I have the seme question. any solution?

jhon-hst avatar Jun 28 '21 00:06 jhon-hst

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?

viettel-solutions avatar Oct 11 '21 11:10 viettel-solutions

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? image

KazuyaFCB avatar Jan 12 '22 02:01 KazuyaFCB

@KazuyaFCB did u manage to compile?

dimagoltsman avatar May 29 '22 15:05 dimagoltsman