On Wed, 10 Sep 2014 18:27:33 +0200
Florian Iragne <[email protected]> wrote:

> I think i may have found a regression or at least a difference: on my 
> laptop, avplay open the stream without any problem. On my desktop, it 
> hangs forever and i can make it works using the -probesize option (as 
> in my code).
> 
> my laptop runs a debian testing with a mix of debian and 
> debian-multimedia repositories. My desktop runs a debian testing with 
> only debian repository.
> 
> on the desktop, avplay says :
> avplay version 11_beta1-6:11~beta1-2, Copyright (c) 2003-2014 the Libav 
> developers
>   built on Aug 30 2014 15:11:43 with gcc 4.9.1 (Debian 4.9.1-9)
> 
> on the laptop:
> ffplay version 2.3.3 Copyright (c) 2003-2014 the FFmpeg developers
>   built on Aug 24 2014 07:06:31 with gcc 4.9 (Debian 4.9.1-8)
>   configuration: --prefix=/usr --extra-cflags='-g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security ' 
> --extra-ldflags='-Wl,-z,relro' --cc='ccache cc' --enable-shared 
> --enable-libmp3lame --enable-gpl --enable-nonfree --enable-libvorbis 
> --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc 
> --enable-x11grab --enable-libgsm --enable-libtheora 
> --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 
> --enable-libspeex --enable-nonfree --disable-stripping --enable-libvpx 
> --enable-libschroedinger --disable-encoder=libschroedinger 
> --enable-version3 --enable-libopenjpeg --enable-librtmp 
> --enable-avfilter --enable-libfreetype --enable-libvo-aacenc 
> --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus 
> --libdir=/usr/lib/x86_64-linux-gnu --disable-vda --enable-libbluray 
> --enable-libcdio --enable-gnutls --enable-frei0r --enable-openssl 
> --enable-libass --enable-libopus --enable-fontconfig --enable-libpulse 
> --disable-mips32r2 --disable-mipsdspr1 --disable-mipsdspr2 
> --enable-libvidstab --enable-libzvbi --enable-avresample 
> --disable-htmlpages --disable-podpages --enable-libiec61883 
> --enable-libfdk-aac --enable-vaapi --enable-libx265 --enable-libdc1394 
> --disable-altivec --disable-armv5te --disable-armv6 
> --shlibdir=/usr/lib/x86_64-linux-gnu
> 
> so i suppose that debian-multimedia is using ffmpeg instead of libav 
> (but it needs to be checked). If i install libav-tools from debian repo 
> on my laptop, it hangs, like the desktop

Keep in mind that ffmpeg and libav libav* libs are not binary
compatible, and mixing them can result in behavior ranging from "appears
to work" to silent memory corruption.
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to