Krisbee wrote: 
> Installed Triode's SOA on my Rpi B+/Hifiberrydigi+ combo earlier today
> and ffmpeg is not in the default install. A "pacman -S ffmpeg" brings in
> this arch arm linux version:
> 
> > 
Code:
--------------------
  >   > 
  > [root@soa-rpi ~]# ffmpeg -version
  > ffmpeg version 2.5.4 Copyright (c) 2000-2015 the FFmpeg developers
  > built on Feb 14 2015 00:02:07 with gcc 4.9.2 (GCC) 20141224 (prerelease)
  > configuration: --prefix=/usr --disable-debug --disable-static 
--disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig 
--enable-gnutls --enable-gpl --enable-libass --enable-libbluray 
--enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmodplug 
--enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb 
--enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp 
--enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 
--enable-libxvid --enable-runtime-cpudetect --enable-shared --enable-swresample 
--enable-vdpau --enable-version3 --enable-x11grab
  > libavutil      54. 15.100 / 54. 15.100
  > libavcodec     56. 13.100 / 56. 13.100
  > libavformat    56. 15.102 / 56. 15.102
  > libavdevice    56.  3.100 / 56.  3.100
  > libavfilter     5.  2.103 /  5.  2.103
  > libavresample   2.  1.  0 /  2.  1.  0
  > libswscale      3.  1.101 /  3.  1.101
  > libswresample   1.  1.100 /  1.  1.100
  > libpostproc    53.  3.100 / 53.  3.100
  > 
--------------------
> > 
> 
> All OK with the PlayHLS puglin. 
> 
> LMS info:
> 
> > 
Code:
--------------------
  >   > 
  > Logitech Media Server Version: 7.9.0 - TRUNK @ UNKNOWN
  > Hostname: soa-rpi
  > Server IP Address: 
  > Server HTTP Port Number: 9000
  > Operating system: Linux - EN - iso-8859-1
  > Platform Architecture: armv6l-linux
  > Perl Version: 5.20.2 - armv6l-linux-thread-multi
  > Audio::Scan: 0.95
  > Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
  > Total Players Recognized: 2
  > 
--------------------
> > 
> 
> It's aleady been said ffmepg seems to be a hammer to crack a nut, it
> certainly drags in a lot of dependencies:
> 
> > 
Code:
--------------------
  >   > 
  > [root@soa-rpi etc]# pacman -Qi ffmpeg
  > Name           : ffmpeg
  > Version        : 1:2.5.4-1
  > Description    : Complete and free Internet live audio and video 
broadcasting solution
  > Architecture   : armv6h
  > URL            : http://ffmpeg.org/
  > Licences       : GPL
  > Groups         : None
  > Provides       : None
  > Depends On     : alsa-lib  bzip2  fontconfig  gnutls  gsm  lame  libass  
libvdpau  libbluray  libmodplug  libpulse  libtheora  libva  libvorbis  libvpx
  > opencore-amr  openjpeg  opus  rtmpdump  schroedinger  sdl  speex  v4l-utils 
 libx264  xvidcore  zlib  x265  fribidi
  > Optional Deps  : None
  > Required By    : None
  > Optional For   : None
  > Conflicts With : None
  > Replaces       : None
  > Installed Size :  18.62 MiB
  > Packager       : Arch Linux ARM Build System <[email protected]>
  > Build Date     : Sat 14 Feb 2015 07:03:31 GMT
  > Install Date   : Tue 17 Feb 2015 13:33:50 GMT
  > Install Reason : Explicitly installed
  > Install Script : No
  > Validated By   : SHA256 Sum
  > 
--------------------
> > 
> 
> This version is running on my PC:
> 
> > 
Code:
--------------------
  >   > 
  > root@mybox:/# apt-cache policy ffmpeg
  > ffmpeg:
  > Installed: 7:2.5.3-1
  > Candidate: 7:2.5.3-1
  > Version table:
  > *** 7:2.5.3-1 0
  > 500 http://http.debian.net/debian/ unstable/main amd64 Packages
  > 100 /var/lib/dpkg/status
  > root@mybox:/# ffmpeg -version
  > ffmpeg version 2.5.3-1 Copyright (c) 2000-2015 the FFmpeg developers
  > built on Jan 10 2015 10:36:54 with gcc 4.9.2 (Debian 4.9.2-9)
  > configuration: --prefix=/usr --extra-version=1 --build-suffix=-ffmpeg 
--toolchain=hardened --extra-cflags= --extra-cxxflags= 
--libdir=/usr/lib/x86_64-linux-gnu --shlibdir=/usr/lib/x86_64-linux-gnu 
--incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared 
--disable-stripping --enable-avresample --enable-avisynth --enable-ladspa 
--enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca 
--enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype 
--enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug 
--enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse 
--enable-libschroedinger --enable-libshine --enable-libspeex --enable-libssh 
--enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libwavpack 
--enable-libwebp --enable-libxvid --enable-opengl --enable-x11grab 
--enable-libdc1394 --enable-libiec61883 --enable-libzvbi --enable-libzmq 
--enable-frei0r --enable-libvpx --enable-libx264 --enabl
 e-libsoxr --enable-gnutls --enable-openal --enable-libopencv --enable-librtmp 
--enable-libx265
  > libavutil      54. 15.100 / 54. 15.100
  > libavcodec     56. 13.100 / 56. 13.100
  > libavformat    56. 15.102 / 56. 15.102
  > libavdevice    56.  3.100 / 56.  3.100
  > libavfilter     5.  2.103 /  5.  2.103
  > libavresample   2.  1.  0 /  2.  1.  0
  > libswscale      3.  1.101 /  3.  1.101
  > libswresample   1.  1.100 /  1.  1.100
  > libpostproc    53.  3.100 / 53.  3.100
  > 
--------------------
> > 
> 
> Debian 8 users should be OK with latest libav-tools.

Hi Krisbee

My pi seems to have settled down now but I'm going to keep an eye on the
cpu load and behaviour. But in the event that i choose to load a new
version of ffmpeg can you give a quick guide on how you installed your
version? If you know how to clear another install of ffmpeg that would
be great :-)


------------------------------------------------------------------------
Giza2020's Profile: http://forums.slimdevices.com/member.php?userid=36318
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to