Serviio on Debian
i just installed Serviio on a fresh / clean Debian Squeeze and encountered some issues
First. Is it normal that the serviio-console does not work with the current, stable default-jre package from the official debian repo?
Secound. i can't get transcoding to work. i didn't change the profile.xml file but followed the advice that the ffmpeg version from the debian repo is to old to work with serviio propperly. so i built the latest version from source
- Code:
./configure --enable-version3 --enable-postproc --enable-avfilter --enable-libdc1394 --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-runtime-cpudetect --enable-vaapi --disable-vdpau --enable-memalign-hack --enable-pthreads --enable-bzlib --enable-zlib --enable-shared --enable-static --disable-debug --enable-gpl
is what i used for ffmpeg.
according to my point of view, ffmpeg works correctly by itself, but serviio doesn't transcode.
When i install serviio on my windows system and add the same files from the debian system to it's shared folder, everything (even transcoding) works fine. so i guess even the files and my TV is alright.
Any ideas what i can do to get transcoding to work?