JackOfAll wrote: 
> Ralphy, just FYI, I was testing those Linn "format test" ALAC files last
> week, after someone reported having difficulty with them with my Fedora
> squeezelite binary....
> 
> Using ffmpeg 3.0.3, didn't play at all...
> 
> With ffmpeg 3.1.1, they played at the wrong sample rate, but as you
> found, using ffmpeg 3.1.3, they played OK.

hi @JackOfAll & @Ralphy

How would you recommend one installs the right ffmpeg - the 'only'
pre-req that squeezelite has is libavcodec-dev (which pulls the right
stuff in as well).

On Ubuntu 16.04 that pulls 2.8.6 version.
On Debian/Jessie i think it is the same. Just tried fresh install 

when i do 'apt-cache show libavcodec-dev' it shows 2 different versions
(one of them being 3.1.3 ) as installable but i think it installs older
(2.8.6):
> 
> zh@odroidc2:~$ apt-cache show libavcodec-dev
> Package: libavcodec-dev
> Source: ffmpeg
> Version: 7:3.1.3-1~bpo8+1
> Installed-Size: 14361
> Maintainer: Debian Multimedia Maintainers
> <pkg-multimedia-maintain...@lists.alioth.debian.org>
> Architecture: arm64
> Depends: libavcodec57 (= 7:3.1.3-1~bpo8+1) | libavcodec-extra57 (=
> 7:3.1.3-1~bpo8+1), libavutil-dev (= 7:3.1.3-1~bpo8+1), libswresample-dev
> (= 7:3.1.3-1~bpo8+1)
> Description-en: FFmpeg library with de/encoders for audio/video codecs -
> development files
> FFmpeg is the leading multimedia framework, able to decode, encode,
> transcode,
> mux, demux, stream, filter and play pretty much anything that humans
> and
> machines have created. It supports the most obscure ancient formats up
> to the
> cutting edge.
> .
> This library provides a generic encoding/decoding framework and
> contains multiple decoders and encoders for audio, video and subtitle
> streams,
> and several bitstream filters.
> .
> The shared architecture provides various services ranging from bit
> stream I/O
> to DSP optimizations, and makes it suitable for implementing robust and
> fast
> codecs as well as for experimentation.
> .
> This package contains the development files.
> Description-md5: 2a62521830e42037d8140eba51f0355c
> Multi-Arch: same
> Homepage: https://ffmpeg.org/
> Section: libdevel
> Priority: optional
> Filename: pool/main/f/ffmpeg/libavcodec-dev_3.1.3-1~bpo8+1_arm64.deb
> Size: 4287944
> MD5sum: 4d61eb5e839297a410849a95986f9d34
> SHA1: c5cc195800f8794af107c68b5c94990ac0fdc88a
> SHA256:
> 7516698d98aa5b547dbbc75c45400c099632e241f61844dd44a1252675b1574e
> 
> Package: libavcodec-dev
> Source: libav
> Version: 6:11.7-1~deb8u1
> Installed-Size: 9426
> Maintainer: Debian Multimedia Maintainers
> <pkg-multimedia-maintain...@lists.alioth.debian.org>
> Architecture: arm64
> Depends: libavcodec56 (<= 6:11.7-99) | libavcodec-extra-56 (<=
> 6:11.7-99), libavcodec56 (>= 6:11.7-1~deb8u1) | libavcodec-extra-56 (>=
> 6:11.7-1~deb8u1), libavutil-dev (= 6:11.7-1~deb8u1), libavresample-dev
> (= 6:11.7-1~deb8u1)
> Suggests: libdc1394-22-dev, libgsm1-dev, libogg-dev, libraw1394-dev,
> libschroedinger-dev, libspeex-dev, libtheora-dev (>> 0.0.0.alpha4),
> libvorbis-dev, libx11-dev, libxext-dev, zlib1g-dev
> Description-en: Development files for libavcodec
> Libav is a complete, cross-platform solution to decode, encode,
> record,
> convert and stream audio and video.
> .
> This is the codec library from Libav. It supports most existing
> encoding formats (MPEG, DivX, MPEG4, AC3, DV...).
> .
> This package contains the header files and static libraries needed to
> compile applications or shared objects that use libavcodec.
> Description-md5: dbbfe8ba88ea77a86c51d6548a08bbe4
> Homepage: http://libav.org/
> Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
> works-with::video
> Section: libdevel
> Priority: optional
> Filename: pool/main/liba/libav/libavcodec-dev_11.7-1~deb8u1_arm64.deb
> Size: 3219062
> MD5sum: 4da05d22d2c60987c8a2755539daaadc
> SHA1: b01ce4e1c43dc5ff3af03a3b17eb26c28306cbd1
> SHA256: e4dbab21e518e105a83bb1520948f9ccd94b56c4948dc10af948fa6b4fb76be7

When i do install with 
> apt-get install libavcodec-dev

what does end up being install is libavcodec56 which is older version
and not libavcodec57 which is newer.

How would i install 'newer' 3.1.3 based libavcodec that squeezelite
needs in above scenario ? 

thank you !


------------------------------------------------------------------------
gahabana's Profile: http://forums.slimdevices.com/member.php?userid=62064
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to