[FFmpeg-user] FFmpeg TLS : Protocol not found

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Sep 2 16:30:24 EEST 2016


Hi!

2016-09-02 3:01 GMT+02:00 Yu Ang Tan <yuang86 at gmail.com>:
> I am trying to stream a video securely, and this is what I have tried:
>
>     $ ffmpeg -i out.webm -f format
> tls://127.0.0.1:8554?listen&cert=test.crt&key=test.key

If you want to use the tls protocol on Linux, configure with
either "--enable-gnutls" or "--enable-openssl".
(On Windows and OSX, tls should be enabled by default.)

Carl Eugen


More information about the ffmpeg-user mailing list