Difference between revisions of "Mediatomb"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 29: | Line 29: | ||
MediaTomb enables users to stream digital media to UPnP compatible devices. The project is not maintained anymore and an active fork is available : [http://gerbera.io/ Gerbera]. | MediaTomb enables users to stream digital media to UPnP compatible devices. The project is not maintained anymore and an active fork is available : [http://gerbera.io/ Gerbera]. | ||
+ | |||
+ | Other alternatives without contrib to consider: | ||
+ | * minidlna (rpm available on Lux all and Nux Dextop for centos 6) | ||
+ | * pith | ||
+ | * ushare (rpm available on Nux for centos 7) | ||
+ | * gerbera (rpm available on Rosa linux) | ||
+ | * fuppes | ||
=== Installation === | === Installation === |
Revision as of 20:59, 20 April 2018
mediatomb logo | |
Maintainer | Unnilennium |
---|---|
Url | https://sourceforge.net/projects/mediatomb/ |
Category | |
Tags | DLNA, UPNP, video, music, file share |
Maintainer
Version
Description
MediaTomb enables users to stream digital media to UPnP compatible devices. The project is not maintained anymore and an active fork is available : Gerbera.
Other alternatives without contrib to consider:
- minidlna (rpm available on Lux all and Nux Dextop for centos 6)
- pith
- ushare (rpm available on Nux for centos 7)
- gerbera (rpm available on Rosa linux)
- fuppes
Installation
yum --enablerepo=smecontribs install smeserver-mediatomb signal-event conf-mediatomb config set UnsavedChanges no
Configuration
you can list the available configuration with the followinf command :
config show mediatomb
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
DBtype | mysql | sqlite,mysql | DB type |
DbName | mediatomb | string | for mysql db |
DbPassword | GENERATED | string | for mysql db |
DbUser | mediatomb | string | for mysql db |
UIuser | mediatomb | string | username for the web interface |
UIpass | GENERATED | string | password to log to UI as $UIuser |
ServerName | mediatomb | string | server name as displayed by mediatomb DLNA server |
UUID | GENERATED | UUID type string | unique Id of the DLNA server |
TCPPort | 50500 | ||
UIstatus | yes | no,yes | enable or disable web interface |
UItooltips | yes | no,yes | tooltips for web interface |
UIaccounts | yes | no,yes | need an account to access web interface |
serverdir | mediatomb | path without heading / | default server root dir is mediatomb for /mediatomb |
access | private | private, public | by default restricted to LAN |
status | enabled | enabled,disabled | enable or disable service |
Uninstall
yum remove smeserver-mediatomb mediatomb
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-mediatomb component or use this link
Below is an overview of the current issues for this contrib:
ID | Product | Version | Status | Summary (2 tasks) ⇒ |
---|---|---|---|---|
10719 | SME Contribs | 9.2 | CONFIRMED | migrate to gerbera |
10712 | SME Contribs | 9.2 | CONFIRMED | NFR: do not display full path |
Changelog
Only released version in smecontrib are listed here.