Anyone using a Raspberry Pi (version 1 or 2) with Raspbian and LMS will
want a more recent version of ffmpeg as the currently available ffmpeg
(v0.8.16-1+rpi1) is pretty old and - more importantly - doesn't die.

Easiest solution:

1. Download the tar file on this page:
http://fattylewis.com/latest-ffmpeg-compiled-for-rasbian
2. Extract it, and copy arm/bin/ffmpeg to /usr/bin/ffmpeg

This should result in the following ffmpeg version being installed on
your Pi, and it works perfectly with BBC iPlayer and the latest
streams:

Code:
--------------------
    
  ffmpeg version N-60774-gc427b2b
  built on Feb 20 2014 16:29:13 with gcc 4.7.1 (crosstool-NG 1.15.2) 20120402 
(prerelease)
  configuration: --enable-cross-compile 
--cross-prefix=/opt/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-
 --arch=armel --target-os=linux --prefix=/home/jon/arm --enable-gpl 
--enable-libx264 --enable-nonfree --extra-cflags=-I/home/jon/arm/include 
--extra-ldflags=-L/home/jon/arm/lib --extra-libs=-ldl
  libavutil      52. 65.100 / 52. 65.100
  libavcodec     55. 52.102 / 55. 52.102
  libavformat    55. 33.100 / 55. 33.100
  libavdevice    55. 10.100 / 55. 10.100
  libavfilter     4.  1.103 /  4.  1.103
  libswscale      2.  5.101 /  2.  5.101
  libswresample   0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
  
--------------------


------------------------------------------------------------------------
Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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

Reply via email to