#3845: [tls @ 0x7fb64af13f20] error:00000000:lib(0):func(0):reason(0) at the end of a WebM file through HTTPS ---------------------------------------+---------------------------------- Reporter: viperfx | Type: defect Status: new | Priority: normal Component: undetermined | Version: 2.2.4 Keywords: openssl, webm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------------+---------------------------------- Summary of the bug: Near the end of a WebM file that is opened through HTTPS connection an error occurs with the following: '''[tls @ 0x7fb64af13f20] error:00000000:lib(0):func(0):reason(0)'''
How to reproduce: (You must follow these steps to obtain the HTTPS link to reproduce the error) {{{ Obtain the youtube audio stream link using youtube-dl (https://github.com/rg3/youtube-dl) % youtube-dl -f 171 -g YOUTUBE_URL where YOUTUBE_URL is the url of any youtube video. The youtube-dl command will print out a long URL string that you can input to FFmpeg or ffplay to notice the issue, it will be an HTTPS URL. % ffmpeg -i "STREAM_URL" or % ffplay "STREAM_URL" Towards the end of the playback you should get the TLS error. My FFmpeg info: ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers built on Aug 9 2014 10:03:55 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/2.2.1 --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 52. 66.100 / 52. 66.100 libavcodec 55. 52.102 / 55. 52.102 libavformat 55. 33.100 / 55. 33.100 libavdevice 55. 10.100 / 55. 10.100 libavfilter 4. 2.100 / 4. 2.100 libavresample 1. 2. 0 / 1. 2. 0 libswscale 2. 5.102 / 2. 5.102 libswresample 0. 18.100 / 0. 18.100 libpostproc 52. 3.100 / 52. 3.100 Output of a typical audio stream: Input #0, matroska,webm, from 'URL': Metadata: encoder : google Duration: 00:04:00.62, start: 0.000000, bitrate: 108 kb/s Stream #0:0(eng): Audio: vorbis, 44100 Hz, stereo, fltp (default) }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/3845> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://avcodec.org/mailman/listinfo/ffmpeg-trac