Thank you Shabuboy.
I have been trying to modify Mediatomb's config file but, so far, I have been unsuccessful.
I could follow the instructions of adding mimetype for subtitles because I found the line. But afterwards, I did not know where to add the other lines. Not to mention the last step. I tried to put one behind of the other but, when I tried to open the xml file, the browser reported the following error message: "End tag 'config' does not match the start tag 'mimetype-profile-mappings".
From reading other posts regarding this matter, I believe that I should have transcoding enabled. I do not see such a line in my config file.
I googled for instructions to edit a config file but I did not find a clear explanation.
I attach my config file, just in case you can find missing lines.
<?xml version="1.0" encoding="UTF-8" ?>
- <config version="1" xmlns="http://mediatomb.cc/config/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/1 http://mediatomb.cc/config/1.xsd">
- <server>
- <ui enabled="yes">
- <accounts enabled="no" session-timeout="30">
<account user="mediatomb" password="mediatomb" />
</accounts>
</ui>
<name>MediaTomb</name>
<udn>uuid:ee9ffd15-eddd-43cd-948b-2fb19fe5aa92</udn>
<home>/ffp/var/mediatomb</home>
<webroot>/ffp/share/mediatomb/web</webroot>
- <storage>
- <sqlite3 enabled="yes">
<database-file>mediatomb.db</database-file>
</sqlite3>
</storage>
<protocolInfo extend="no" />
- <!-- For PS3 support change to "yes"
-->
- <!--
Uncomment the lines below to get rid of jerky avi playback on the
DSM320 or to enable subtitles support on the DSM units
-->
- <!--
<custom-http-headers>
<add header="X-User-Agent: redsonic"/>
</custom-http-headers>
<manufacturerURL>redsonic.com</manufacturerURL>
<modelNumber>105</modelNumber>
-->
- <!-- Uncomment the line below if you have a Telegent TG100
-->
- <!--
<upnp-string-limit>101</upnp-string-limit>
-->
</server>
- <import hidden-files="no">
- <scripting script-charset="UTF-8">
<virtual-layout type="builtin" />
</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" />
<map from="flv" to="video/x-flv" />
- <!-- Uncomment the line below for PS3 divx support
-->
- <!-- <map from="avi" to="video/divx"/>
-->
- <!-- Uncomment the line below for D-Link DSM / ZyXEL DMA-1000
-->
- <!-- <map from="avi" to="video/avi"/>
-->
</extension-mimetype>
- <mimetype-upnpclass>
<map from="audio/*" 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" />
<treat mimetype="audio/x-wav" as="pcm" />
<treat mimetype="audio/L16" as="pcm" />
<treat mimetype="video/x-msvideo" as="avi" />
</mimetype-contenttype>
</mappings>
</import>
</config>