Hello All,
I'm an very happy owner of a Synology NAS 1511+ (Intel Atom D525 Dualcore (2C/4T) 1.8GHz x86 Processor) and, honestly, I don't use Serviio.
So why do I post here ?
I use to have it installed on my NAS but since I don't really need to stream any video I removed it BUT I'm still using the ffmpeg to transcode my flac (and others) with Subsonic.
I copied ffmpeg from an older version and it work perfectly except for video ;o(
I tried to download couple of ffmpeg version over Internet to try solving my issue and I found yome version who does the job but take a long time to start stream (for video AND music).
My previous version was working instantly for music...
In order to be more precise, you will find the ffmpeg -version below of my original and perfectly working version (for music only) :
- Code:
Size of ffmpeg : 9775656
ffmpeg version 0.9-Serviio, Copyright (c) 2000-2011 the FFmpeg developers
built on Dec 19 2011 01:25:07 with gcc 4.2.0
configuration: --arch=x86_64 --enable-ssse3 --cross-prefix=x86_64-linux-gnu- --target-os=linux --prefix=/usr/local/x86_64-linux-gnu --extra-cflags=-I/usr/local/x86_64-linux-gnu/include --extra-ldflags=-L/tmp/lib --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-pthreads --enable-libmp3lame --enable-librtmp --pkg-config=pkg-config --extra-version=Serviio
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 42. 0 / 53. 42. 0
libavformat 53. 24. 0 / 53. 24. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0
ffmpeg 0.9-Serviio
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 42. 0 / 53. 42. 0
libavformat 53. 24. 0 / 53. 24. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0
Now, the same of a working one but who takes too much time to start and not really usable :
- Code:
Size of ffmpeg : 20537544
ffmpeg version N-37838-gea9a670
built on Mar 27 2013 22:04:43 with gcc 4.7 (Debian 4.7.2-5)
configuration: --extra-cflags=-I../static/include --extra-ldflags='-L../static/lib -static' --enable-gpl --enable-version3 --enable-static --disable-shared --disable-debug --enable-runtime-cpudetect --disable-x11grab --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver
libavutil 52. 22.101 / 52. 22.101
libavcodec 55. 2.100 / 55. 2.100
libavformat 55. 0.100 / 55. 0.100
libavdevice 55. 0.100 / 55. 0.100
libavfilter 3. 48.105 / 3. 48.105
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
The actual ffmpeg provided on the last Serviio package for Synology is not usable for me.
I guess something is missing but since I'm not a good Linux user, I might missed something.
Here is the actual Serviio located on my NAS :
- Code:
Size of fmmpeg : 168952
ffmpeg version 1.1.1-compiled_by_patters_for_Serviio Copyright (c) 2000-2013 the FFmpeg developers
built on Mar 29 2013 15:36:32 with gcc 4.2.1 (GCC)
configuration: --arch=x86 --enable-ssse3 --enable-cross-compile --cross-prefix=/usr/local/i686-linux-gnu/bin/i686-linux-gnu- --target-os=linux --prefix=/usr/local/i686-linux-gnu --enable-shared --disable-static --enable-pic --disable-ffplay --disable-ffserver --disable-debug --enable-pthreads --enable-libmp3lame --enable-librtmp --enable-libass --pkg-config=pkg-config --extra-version=compiled_by_patters_for_Serviio
libavutil 52. 13.100 / 52. 13.100
libavcodec 54. 86.100 / 54. 86.100
libavformat 54. 59.106 / 54. 59.106
libavdevice 54. 3.102 / 54. 3.102
libavfilter 3. 32.100 / 3. 32.100
libswscale 2. 1.103 / 2. 1.103
libswresample 0. 17.102 / 0. 17.102
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
This one does not work (music or video) for Subsonic.
I tried to cross-compile a version for the NAS from this site
http://pcloadletter.co.uk/2012/10/12/ffmpeg-shared-libs-for-synology/ but it's not working.
My attempts were not successful and looks like the scripts are not working for Intel but I cannot confirm that since my knowledge of compilation is poor.
I tired posting for some help but without any answer.
I anyone can provide me an hint or maybe a compiled version ?
Last note: Why do I use Subsonic ?
I'm an owner of an iPhone and the is a great application available to access my music library : iSub ([url]isubapp.com/[/url]).
This tool is able to display videos too (since Subsonic server version 4.7) and I would like to add my concerts too (and others movies) ;o)
Thanks in advance for you understanding and support.
MoBO