[FFmpeg-trac] #3845(undetermined:new): [tls @ 0x7fb64af13f20] error:00000000:lib(0):func(0):reason(0) at the end of a WebM file through HTTPS

FFmpeg trac at avcodec.org
Mon Aug 11 12:08:51 CEST 2014


#3845: [tls @ 0x7fb64af13f20] error:00000000:lib(0):func(0):reason(0) at the end
of a WebM file through HTTPS
-------------------------------------+-------------------------------------
             Reporter:  viperfx      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  2.2.4        |  undetermined
             Keywords:  openssl,     |               Resolution:
  webm                               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by viperfx):

 Replying to [comment:3 cehoyos]:
 > Is the problem only reproducible with {{{ffplay}}} or also with
 {{{ffmpeg}}}? {{{ffplay}}} depends on an external library that is known to
 contain bugs and {{{ffplay}}} issues are generally far more difficult to
 reproduce, please only report {{{ffplay}}} problems if they are not
 reproducible with {{{ffmpeg}}}.

 Would encoding the stream to an mp3 be enough proof?
 {{{
 ffmpeg -i URL -acodec libmp3lame -q:a 2 -f mp3 - > test.mp3
 }}}
 With that command I get the following output:

 {{{
 ffmpeg -i "URL" -acodec libmp3lame -q:a 2 -f mp3 - > test.mp3
 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
   built on Aug 11 2014 10:26:03 with Apple LLVM version 5.1
 (clang-503.0.40) (based on LLVM 3.4svn)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/HEAD --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree
 --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang
 --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-
 libmp3lame --enable-libxvid --enable-ffplay --enable-libfdk-aac --enable-
 openssl
   libavutil      54.  1.100 / 54.  1.100
   libavcodec     56.  0.100 / 56.  0.100
   libavformat    56.  0.100 / 56.  0.100
   libavdevice    56.  0.100 / 56.  0.100
   libavfilter     5.  0.100 /  5.  0.100
   libavresample   2.  1.  0 /  2.  1.  0
   libswscale      3.  0.100 /  3.  0.100
   libswresample   1.  0.100 /  1.  0.100
   libpostproc    53.  0.100 / 53.  0.100
 Input #0, matroska,webm, from 'URL':
   Metadata:
     encoder         : google
   Duration: 00:04:34.56, start: 0.000000, bitrate: 130 kb/s
     Stream #0:0(eng): Audio: vorbis, 44100 Hz, stereo, fltp (default)
 Output #0, mp3, to 'pipe:':
   Metadata:
     TSSE            : Lavf56.0.100
     Stream #0:0(eng): Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp
 (default)
     Metadata:
       encoder         : Lavc56.0.100 libmp3lame
 Stream mapping:
   Stream #0:0 -> #0:0 (vorbis (native) -> mp3 (libmp3lame))
 Press [q] to stop, [?] for help
 size=    6368kB time=00:04:34.60 bitrate= 190.0kbits/s
 video:0kB audio:6368kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 0.000675%
 }}}

 It does not seem to be an issue when encoding.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3845#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list