This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Multimedia > serviio (1.7.1.1)

Serviio DNLA Server is a free media server. It allows you to stream 
your media files (music, video or images) to renderer devices (e.g. a
TV set, Bluray player, games console or mobile phone) on your connected
home network.

There is also a paid for Pro edition which further enhances the
possibilities of sharing content in your connected household. If you
don't buy a Pro edition licence, Serviio automatically will turn to
Free version after 14 days. This SlackBuild provides no Pro edition
licence.

Serviio works with many devices from your connected home (TV,
Playstation 3, XBox 360, smart phones, tablets, etc.). It supports
profiles for particular devices so that it can be tuned to maximise the
device's potential and/or minimize lack of media format playback
support (via transcoding).

Serviio needs a serviio user and a serviio group with GID=337 and
UID=337 to work properly. Run these commands:

groupadd -g 337 serviio
useradd -d /opt/serviio -g 337 -u 337 -U serviio

This SlackBuild also provides a /etc/rc.d/rc.serviio file. If you want
to start Serviio at boot time, add these lines to /etc/rc.d/rc.local:

# start Serviio DNLA Server:
if [ -x /etc/rc.d/rc.serviio] ; then
/etc/rc.d/rc.serviio start
fi

Also, add to rc.local_shutdown

# stop Serviio DNLA Server
if [ -x /etc/rc.d/rc.serviio] ; then
/etc/rc.d/rc.serviio start
fi

This requires: jdk

Maintained by: Luís Fernando Carvalho Cavalheiro
Keywords: serviio,dnla,media server
ChangeLog: serviio

Homepage:
http://serviio.org/

Source Downloads:
serviio-1.7.1.1-linux.tar.gz (783009f30002510111d7698ce20f2846)

Download SlackBuild:
serviio.tar.gz
serviio.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
rc.serviio
serviio.SlackBuild
serviio.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds