Am 25.10.25 um 15:48 schrieb Richard Bartczak via ffmpeg-user:
The error indication :
"https or dtls protocol not found, recompile FFmpeg with openssl, gnutls
or securetransport enabled.
[in#0 @ 0x5cc92601c7c0] Error opening input: Protocol not found"
I did compile ffmpeg with the following configuration (https://
github.com/yash1994/Build-FFmpeg-with-libvmaf?tab=readme-ov-file) :
./configure --enable-gpl --enable-libx264 --enable-libx265 --enable-
nonfree --enable-libvmaf --enable-version3
the error indicates you are missing encryptzion support
first this has nothing to do with the subject
second it tells you recompile with openssl or two other variants
your configure don't contain "--enable-openssl"
./configure --help says:
--enable-openssl enable openssl, needed for https support
--enable-gnutls enable gnutls, needed for https support
maybe it's default on but you simply missing the devel-packages
_______________________________________________
ffmpeg-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]