Package Details: serviio 2.3-2

Git Clone URL: https://aur.archlinux.org/serviio.git (read-only, click to copy)
Package Base: serviio
Description: Free DLNA media server
Upstream URL: http://www.serviio.org/
Licenses: custom
Submitter: cebru
Maintainer: yigits
Last Packager: yigits
Votes: 62
Popularity: 0.000000
First Submitted: 2011-04-09 16:25 (UTC)
Last Updated: 2022-10-23 20:38 (UTC)

Dependencies (2)

Required by (1)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

dront78 commented on 2015-03-07 11:11 (UTC)

pls remove gksu dependence also modified startup to jre support, since no jdk.sh in oracle java8 #!/bin/sh if [ $UID -eq 0 ] then if [[ -f /etc/profile.d/jdk.sh ]]; then . /etc/profile.d/jdk.sh elif [[ -f /etc/profile.d/jre.sh ]]; then . /etc/profile.d/jre.sh fi export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH SERVIIO_HOME="/usr/share/java/serviio" CP="$SERVIIO_HOME/lib/*:$SERVIIO_HOME/config" JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dderby.system.home=$SERVIIO_HOME/library -Dserviio.home=$SERVIIO_HOME" java -Xmx384M $JAVA_OPTS -classpath $CP org.serviio.MediaServer "$@" else echo "Must be run as root." fi

nplatis commented on 2015-03-06 20:12 (UTC)

The dependency on 'jre8-openjdk-headless' could be replaced by the more generic 'java-runtime-headless=8'.

axel commented on 2015-03-06 19:40 (UTC)

Ok I have found a solution. I added in /usr/bin/serviio at the end of JAVA_OPTS the location of ffmpeg -Dffmpeg.location=/usr/bin/ffmpeg

axel commented on 2015-03-06 18:58 (UTC)

Version 1.5.1 doesn't scan my files. I checked /var/log/serviio/serviio.log and it is full with java exceptions and messages like those: ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "lib\ffmpeg.exe": error=2, No such file or directory MetadataExtractionCoordinator] Skipping processing metadata for an unsupported file (*.mp4). Message: Unknown video file type.

lesebas commented on 2015-02-25 20:26 (UTC)

Updated, enjoy.

mortzu commented on 2015-02-25 09:53 (UTC)

Please take over

lesebas commented on 2015-02-12 21:40 (UTC)

@mortzu, please update.