[FFmpeg-user] youtube live stream

Moritz Barsnick barsnick at gmx.net
Thu Oct 1 00:18:33 CEST 2015


On Wed, Sep 30, 2015 at 21:36:07 +0000, Eng.Hany Ahmed wrote:
> ffmpeg version N-63893-gc69defd Copyright (c) 2000-2014 the FFmpeg developers
> 
>   built on Jul 16 2014 05:38:01 with gcc 4.6 (Debian 4.6.3-1)
>   configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx

a) This version is quite old, please use a newer one. Build latest git
   if you can.
b) It wasn't built with openssl or gnutls, so https:// URLs won't work.
   (Reflected by the output of "ffmpeg -protocol" containing "http",
    but not "https". Try it.)
   Use e.g. "--enable-gnutls" when building. You would need the package
   libgnutls-dev for that to work.

Moritz


More information about the ffmpeg-user mailing list