[FFmpeg-user] How to Disable TLS support in ffmpeg 2.x? TLS Fatal alert
raccoon
raccoon4me at gmail.com
Tue Mar 3 15:28:05 CET 2015
@Carl:
Here is what i did:
*$vps:/usr/local/src/ffmpeg-2.4.7#*make distclean
*$vps:/usr/local/src/ffmpeg-2.4.7#*./configure --prefix=/usr
--enable-libmp3lame --enable-gpl --enable-nonfree --enable-libvorbis
--enable-libfaac --enable-libxvid --enable-libgsm --enable-libtheora
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264
--enable-libspeex --disable-stripping --enable-libvpx
--enable-libschroedinger --disable-encoder=libschroedinger
--enable-version3 --enable-libopenjpeg --enable-libvo-aacenc
--disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus
--libdir=/usr/lib/i386-linux-gnu --enable-libbluray --enable-frei0r
--enable-libass --enable-libopus --enable-fontconfig --enable-libfdk-aac
--enable-libdc1394 --disable-gnutls --enable-openssl
*$vps:/usr/local/src/ffmpeg-2.4.7#*./ffplay "https:......."
ffplay version 2.4.7 Copyright (c) 2003-2015 the FFmpeg developers
built on Mar 3 2015 15:25:18 with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --prefix=/usr --enable-libmp3lame --enable-gpl
--enable-nonfree --enable-libvorbis --enable-libfaac --enable-libxvid
--enable-libgsm --enable-libtheora --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-libx264 --enable-libspeex
--disable-stripping --enable-libvpx --enable-libschroedinger
--disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg
--enable-libvo-aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc
--enable-libaacplus --libdir=/usr/lib/i386-linux-gnu --enable-libbluray
--enable-frei0r --enable-libass --enable-libopus --enable-fontconfig
--enable-libfdk-aac --enable-libdc1394 --disable-gnutls --enable-openssl
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.101 / 56. 4.101
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 1.100 / 5. 1.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_card_driver
returned error: Operation not permitted
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_concat
returned error: Operation not permitted
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer
returned error: Operation not permitted
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: Operation not
permitted
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
*[tls @ 0xb3702420] Unable to negotiate TLS/SSL session 0B f=0/0 *
https:.......: Input/output error
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
This time the error is slight different, but the result remain the same :/
Any suggestions carl?
thanks for helping me out with it :)
Regards
2015-03-03 14:54 GMT+01:00 Carl Eugen Hoyos <cehoyos at ag.or.at>:
>
> > > WARNING: library configuration mismatch
> >
> > This indicates a completely broken installation.
> >
> > Please remove --enable-shared from your
> > configure line and please test from the
> > build directory (as I always do).
>
> And run "make distclean" before recompilation.
>
> Sorry for missing this, Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
More information about the ffmpeg-user
mailing list