Re: Media Browser will not stream any files
Detailed logging shows a failure of the ffmpeg command:
2012-12-27 01:58:11,910 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: /mnt/Video/Movies/1__9/2012 (2009).avi
2012-12-27 01:58:11,911 DEBUG [ProcessExecutor] Starting ffmpeg -i /mnt/Video/Movies/1__9/2012 (2009).avi -y -copyts -c:v flv -b:v 1000k -r 25 -g 15 -c:a libmp3lame -b:a 32k -ar 44100 -ac 2 -map 0:0 -map 0:1 -sn -f flv /mnt/Data/Serviio/transcoding-temp-1980-flv_player-MEDIUM.stf
2012-12-27 01:58:13,043 WARN [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error.
2012-12-27 01:58:13,043 DEBUG [TranscodingJobListener] Transcoding finished; successful: false
When I execute the command on the server, get the following. Note I had to put quotes around the file name when
freenas:/# ffmpeg -i '/mnt/Video/Movies/1__9/2012 (2009).avi' -y -copyts -c:v flv -b:v 1000k -r 25 -g 15 -c:a libmp3lame -b:a 32k -ar 44100 -ac 2 -map 0:0 -map 0:1 -sn -f flv /mnt/Data/Serviio/transcoding-temp-1980-flv_player-MEDIUM.stf
ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers
built on Jul 31 2012 10:03:10 with gcc 4.2.1 20070719 [FreeBSD]
configuration: --prefix=/usr/local --mandir=/usr/local/man --enable-shared --enable-gpl --enable-postproc --enable-avfilter --enable-pthreads --enable-memalign-hack --enable-runtime-cpudetect --cc=cc --extra-cflags='-I/usr/local/include/vorbis -I/usr/local/include' --extra-ldflags='-L/usr/local/lib ' --extra-libs=-pthread --disable-debug --disable-sse --disable-mmx --disable-libaacplus --disable-indev=alsa --disable-outdev=alsa --disable-libopencore-amrnb --disable-libopencore-amrwb --disable-libcelt --disable-libdirac --disable-libfaac --enable-libfreetype --enable-frei0r --disable-libgsm --disable-libmp3lame --enable-libopencv --disable-libopenjpeg --disable-librtmp --enable-libschroedinger --disable-ffplay --disable-libspeex --enable-libtheora --disable-vaapi --disable-vdpau --disable-libvo-aacenc --disable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, avi, from '/mnt/Video/Movies/1__9/2012 (2009).avi':
Duration: 02:31:23.64, start: 0.000000, bitrate: 1293 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 640x272 [PAR 1:1 DAR 40:17], 25 tbr, 25 tbn, 25 tbc
Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 32 kb/s
Unrecognized option 'c:v'
Any suggestions?