[FFmpeg-trac] #5915(ffmpeg:new): ffmpeg compiled with openssl on https hls stream fails but works if compiled with gnutls

FFmpeg trac at avcodec.org
Fri Oct 28 14:52:52 EEST 2016


#5915: ffmpeg compiled with openssl on https hls stream fails but works if
compiled with gnutls
-------------------------------------+-------------------------------------
             Reporter:  marantz      |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:  ffmpeg       |                  Version:
             Keywords:  ssl,         |  unspecified
  openssl                            |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 How to reproduce:

 compile with --enable-openssl and run the following command

 ffmpeg -i https://valizadeh.se/sassatv/index.m3u8 output.mkv

 and it will fail with ffmpeg[45A153A0]: [tls]
 error:00000000:lib(0):func(0):reason(0)

 using --enable-gnutls and it will work.

 Tested on ubuntu compiling against 1.0.2g-1ubuntu4.5

 Same problem happens on libreelec using libressl 2.3.8 as well.

 ffmpeg version N-82143-gbf14393 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 20160609

 is the version I used to test on ubuntu with.

 Note that other programs such as curl and wget which is built with openssl
 works fine on this site, it has nothing special.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5915>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list