Hi
I got a Sony bdp -s470 and sound quality is not bad. It can play a lot of formats through DLNA, even though I had to tweak Mediatomb for Sony to see it, (Sony Bravia patch and some custom header),
unfortunately it just can't play .wav files, I thought they were not supported but strangely it can play wav by DLNA through Windows media player server, so Mediatomb maybe is offering wav files differently,
When I use: map from="wav" to="audio/x-wav and
<treat mimetype="audio/x- wav" as="pcm"/>, it can't even see wav files, but when I edit
: map from="wav" to="audio/wav"/> and <treat mimetype="audio/wav" as="pcm"/>, it sees wav files and try to play them but it says file corrupt or not supprted file,
any tip on this?
I'm using mediatomb 0.12.1-4, complied for Dlink DNS323
The same happens with Minidlna, with which .wav files are not supported,
this is my xml file..
<?xml version="1.0" encoding="UTF-8"?>
<manufacturerURL>redsonic.com</manufacturerURL><modelNumber>105</modelNumber>
-->
<!-- Uncomment the line below if you have a Telegent TG100 --><!-- <upnp-string-limit>101</upnp-string-limit>--><extended-runtime-options><ffmpegthumbnailerenabled="no"><thumbnail-size>128</thumbnail-size><seek-percentage>5</seek-percentage><filmstrip-overlay>yes</filmstrip-overlay><workaround-bugs>no</workaround-bugs><image-quality>8</image-quality></ffmpegthumbnailer><mark-played-itemsenabled="no"suppress-cds-updates="yes"><stringmode="prepend">*</string><mark><content>video</content></mark></mark-played-items><lastfmenabled="no"><username>lastfmuser</username><password>lastfmpass</password></lastfm></extended-runtime-options>
Hi
I got a Sony bdp -s470 and sound quality is not bad. It can play a lot of formats through DLNA, even though I had to tweak Mediatomb for Sony to see it, (Sony Bravia patch and some custom header),
unfortunately it just can't play .wav files, I thought they were not supported but strangely it can play wav by DLNA through Windows media player server, so Mediatomb maybe is offering wav files differently,
When I use: map from="wav" to="audio/x-wav and
<treat mimetype="audio/x- wav" as="pcm"/>, it can't even see wav files, but when I edit
: map from="wav" to="audio/wav"/> and <treat mimetype="audio/wav" as="pcm"/>, it sees wav files and try to play them but it says file corrupt or not supprted file,
any tip on this?
I'm using mediatomb 0.12.1-4, complied for Dlink DNS323
The same happens with Minidlna, with which .wav files are not supported,
<config version="2" xmlns="http://mediatomb.cc/config/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mediatomb.cc/config/2 <a href=" http:="" mediatomb.cc="" config="" 2.xsd"="">http://mediatomb.cc/config/2.xsd">
<server>
<ui enabled="yes" show-tooltips="yes">
<accounts enabled="no" session-timeout="30">
<account user="mediatomb" password="mediatomb"/>
</accounts>
</ui>
<name>MediaTomb</name>
<udn>uuid:f0e4967d-0beb-4040-9a83-43c474099208</udn>
<home>/ffp/var/mediatomb</home>
<webroot>/ffp/share/mediatomb/web</webroot>
<storage>
<sqlite3 enabled="yes">
<database-file>mediatomb.db</database-file>
</sqlite3>
<mysql enabled="no">
<host>localhost</host>
<username>mediatomb</username>
<database>mediatomb</database>
</mysql>
</storage>
<protocolInfo extend="yes"/>
<!--
<custom-http-headers>
<add header="transferMode.dlna.org: Streaming"/>
<add header="contentFeatures.dlna.org: DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000"/>
<add header="X-User-Agent: redsonic"/>
</custom-http-headers>
</server>
<import hidden-files="no">
<scripting script-charset="UTF-8">
<common-script>/ffp/share/mediatomb/js/common.js</common-script>
<playlist-script>/ffp/share/mediatomb/js/playlists.js</playlist-script>
<virtual-layout type="builtin">
<import-script>/ffp/share/mediatomb/js/import.js</import-script>
</virtual-layout>
</scripting>
<mappings>
<extension-mimetype ignore-unknown="no">
Last edit: sonci 2017-02-13