ffmpegwasm / ffmpegwasm/ffmpeg.wasm

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

Abierto
#219 4 comentarios 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
C
Estrellas
17.8k
Forks
1.1k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.