New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Mediatomb on Bubba Server

Got problems with Bubba? Then this forum is for you.
Locked
mickotoolw
Posts: 2
Joined: 07 Sep 2009, 18:08

Mediatomb on Bubba Server

Post by mickotoolw »

Good evening folks,

I'm having an issue with MediaTomb on my Bubba|Server. I've got 2 Philips WAK3300 media renderers that have a DHCP address and can be pinged from the Bubba server so I know that they are communication on some level. When I restart MediaTomb and try to connect these media renderers to the MediaTomb server they cannot connect. I can use my laptop to view the web interface on http://192.x.x.x:49152 and I can see all my files.
Below is my config.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://mediatomb.cc/0.10.0/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="h
ttp://mediatomb.cc/0.10.0/config http://mediatomb.cc/0.10.0/config.xsd">
  <server>
    <ui enabled="yes">
      <accounts enabled="no" session-timeout="30"/>
    </ui>
    <name>Bubba</name>
    <manufacturerURL>http://www.excito.com/</manufacturerURL>
    <udn>uuid:b885f0d3-e47c-4072-8e73-ef0613ccaeec</udn>
    <home>/var/db</home>
    <webroot>/usr/share/mediatomb/web</webroot>
    <storage driver="sqlite3">
      <database-file>sqlite3.db</database-file>
    </storage>
    <protocolInfo extend="yes"/>
  </server>
  <import hidden-files="no">
    <scripting script-charset="UTF-8">
      <common-script>/usr/share/mediatomb/js/common.js</common-script>
      <playlist-script>/usr/share/mediatomb/js/playlists.js</playlist-script>
      <virtual-layout type="builtin">
        <import-script>/usr/share/mediatomb/js/import.js</import-script>
      </virtual-layout>
    </scripting>
    <mappings>
      <extension-mimetype ignore-unknown="no">
        <map from="mp3" to="audio/mpeg"/>
        <map from="ogg" to="application/ogg"/>
        <map from="asf" to="video/x-ms-asf"/>
        <map from="asx" to="video/x-ms-asf"/>
        <map from="wma" to="audio/x-ms-wma"/>
<map from="wax" to="audio/x-ms-wax"/>
        <map from="wmv" to="video/x-ms-wmv"/>
        <map from="wvx" to="video/x-ms-wvx"/>
        <map from="wm" to="video/x-ms-wm"/>
        <map from="wmx" to="video/x-ms-wmx"/>
        <map from="m3u" to="audio/x-mpegurl"/>
        <map from="pls" to="audio/x-scpls"/>
      </extension-mimetype>
      <mimetype-upnpclass>
        <map from="audio/*" to="object.item.audioItem.musicTrack"/>
        <map from="application/ogg" to="object.item.audioItem.musicTrack"/>
        <map from="video/*" to="object.item.videoItem"/>
        <map from="image/*" to="object.item.imageItem"/>
      </mimetype-upnpclass>
      <mimetype-contenttype>
        <treat mimetype="audio/mpeg" as="mp3"/>
        <treat mimetype="application/ogg" as="ogg"/>
        <treat mimetype="audio/x-flac" as="flac"/>
        <treat mimetype="image/jpeg" as="jpg"/>
        <treat mimetype="audio/x-mpegurl" as="playlist"/>
        <treat mimetype="audio/x-scpls" as="playlist"/>
      </mimetype-contenttype>
    </mappings>
    <library-options>
      <libexif>
        <auxdata>
          <add tag="EXIF_TAG_MODEL"/>
        </auxdata>
      </libexif>
    </library-options>
    <autoscan>
      <directory location="/var/samba/public/video" mode="timed" interval="7200" level="basic" recursive="yes" hidden-files="
no"/>
      <directory location="/var/samba/public/music" mode="timed" interval="7200" level="basic" recursive="yes" hidden-files="
no"/>
      <directory location="/var/samba/public/pictures" mode="timed" interval="7200" level="basic" recursive="yes" hidden-file
s="no"/>
    </autoscan>
  </import>
</config>


When I type MediaTomb into a shell as root I get the following ...

Code: Select all

bubba:/etc/mediatomb# mediatomb

MediaTomb UPnP Server version 0.10.0 - http://mediatomb.cc/

===============================================================================
Copyright 2005-2007 Gena Batsyan, Sergey Bostandzhyan, Leonhard Wimmer.
MediaTomb is free software, covered by the GNU General Public License version 2

2009-09-07 22:16:27    INFO: Loading configuration from: /root/.mediatomb/config.xml
2009-09-07 22:16:27    INFO: Checking configuration...
2009-09-07 22:16:27    INFO: Config: option not found: /server/servedir using default value:
2009-09-07 22:16:27    INFO: Config: option not found: /server/ui/attribute::poll-when-idle using default value: no
2009-09-07 22:16:27    INFO: Config: option not found: /server/ui/attribute::poll-interval using default value: 2
2009-09-07 22:16:27    INFO: Config: option not found: /server/ui/items-per-page/attribute::default using default value: 25
2009-09-07 22:16:27    INFO: Config: option not found: /import/filesystem-charset using default value: ANSI_X3.4-1968
2009-09-07 22:16:27    INFO: Setting filesystem import charset to ANSI_X3.4-1968
2009-09-07 22:16:27    INFO: Config: option not found: /import/metadata-charset using default value: ANSI_X3.4-1968
2009-09-07 22:16:27    INFO: Setting metadata import charset to ANSI_X3.4-1968
2009-09-07 22:16:27    INFO: Config: option not found: /import/playlist-charset using default value: ANSI_X3.4-1968
2009-09-07 22:16:27    INFO: Setting playlist charset to ANSI_X3.4-1968
2009-09-07 22:16:27    INFO: Config: option not found: /server/protocolInfo/attribute::extend using default value: no
2009-09-07 22:16:27    INFO: Config: option not found: /server/pc-directory/attribute::upnp-hide using default value: no
2009-09-07 22:16:27    INFO: Config: option not found: /server/retries-on-timeout using default value: 0
2009-09-07 22:16:27    INFO: Config: option not found: /server/interface using default value:
2009-09-07 22:16:27    INFO: Config: option not found: /server/ip using default value:
2009-09-07 22:16:27    INFO: Config: option not found: /server/bookmark using default value: mediatomb.html
2009-09-07 22:16:27    INFO: Config: option not found: /server/modelName using default value: MediaTomb
2009-09-07 22:16:27    INFO: Config: option not found: /server/modelDescription using default value: Free UPnP AV MediaServer, GNU GPL
2009-09-07 22:16:27    INFO: Config: option not found: /server/modelNumber using default value: 0.10.0
2009-09-07 22:16:27    INFO: Config: option not found: /server/serialNumber using default value: 1
2009-09-07 22:16:27    INFO: Config: option not found: /server/manufacturerURL using default value: http://mediatomb.cc/
2009-09-07 22:16:27    INFO: Config: option not found: /server/presentationURL using default value:
2009-09-07 22:16:27    INFO: Config: option not found: /server/presentationURL/attribute::append-to using default value: none
2009-09-07 22:16:27    INFO: Config: option not found: /server/upnp-string-limit using default value: -1
2009-09-07 22:16:27    INFO: Config: option not found: /import/scripting/playlist-script/attribute::create-link using default value: yes
2009-09-07 22:16:27    INFO: Config: option not found: /server/port using default value: 0
2009-09-07 22:16:27    INFO: Config: option not found: /server/alive using default value: 180
2009-09-07 22:16:27    INFO: Config: option not found: /import/autoscan using default value:
2009-09-07 22:16:27    INFO: Config: option not found: /import/magic-file using default value:
2009-09-07 22:16:27    INFO: Configuration check succeeded.
2009-09-07 22:16:27    INFO: Initialized port: 49152
2009-09-07 22:16:27    INFO: Server bound to: 192.168.1.15
2009-09-07 22:16:28    INFO: MediaTomb Web UI can be reached by following this link:
2009-09-07 22:16:28    INFO: http://192.168.1.15:49152/
Has anyone got any information as to why none of my uPnP devices can pick up Mediatomb on Bubba?

Thanks a lot folks, any help at all would be hugely appreciated.

Mick
mickotoolw
Posts: 2
Joined: 07 Sep 2009, 18:08

Re: Mediatomb on Bubba Server

Post by mickotoolw »

I have this sorted now. It turns out that the Cisco router that I was using didn't support uPnP even though it was switched on as an option in the routers interface. I added a Linksys router and everything is working fine.
Locked