Menu

Cant get .wav files to play, by Sony BDP..

sonci
2017-02-13
2017-02-13
  • sonci

    sonci - 2017-02-13
     
  • sonci

    sonci - 2017-02-13

    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"?>
    

    <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 &lt;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>

    <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>
      <ffmpegthumbnailer enabled="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-items enabled="no" suppress-cds-updates="yes">
        <string mode="prepend">*</string>
        <mark>
          <content>video</content>
        </mark>
      </mark-played-items>
      <lastfm enabled="no">
        <username>lastfmuser</username>
        <password>lastfmpass</password>
      </lastfm>
    </extended-runtime-options>
    

    </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">

























    -->


    </extension-mimetype>
    <mimetype-upnpclass>



    </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-ms-wma" as="wma"/>
    <treat mimetype="audio/wav" as="pcm"/>
    <treat mimetype="audio/L16" as="pcm"/>
    <treat mimetype="video/divx" as="avi"/>
    <treat mimetype="video/x-msvideo" as="avi"/>
    <treat mimetype="video/x-ms-wmv" as="wmv"/>
    <treat mimetype="video/mp4" as="mp4"/>
    <treat mimetype="audio/mp4" as="mp4"/>
    <treat mimetype="application/x-iso9660" as="dvd"/>
    <treat mimetype="application/x-iso9660-image" as="dvd"/>
    </mimetype-contenttype>
    </mappings>
    <online-content>
    <YouTube enabled="no" refresh="28800" update-at-start="no" purge-after="604800" racy-content="exclude" format="mp4" hd="no">
    <favorites user="mediatomb"/>
    <standardfeed feed="most_viewed" time-range="today"/>
    <playlists user="mediatomb"/>
    <uploads user="mediatomb"/>
    <standardfeed feed="recently_featured" time-range="today"/>
    </YouTube>
    </online-content>
    </import>
    <transcoding enabled="no">
    <mimetype-profile-mappings>
    <transcode mimetype="video/x-flv" using="vlcmpeg"/>
    <transcode mimetype="application/ogg" using="vlcmpeg"/>
    <transcode mimetype="application/ogg" using="oggflac2raw"/>
    <transcode mimetype="audio/x-flac" using="oggflac2raw"/>
    </mimetype-profile-mappings>
    <profiles>
    <profile name="oggflac2raw" enabled="no" type="external">
    <mimetype>audio/L16</mimetype>
    <accept-url>no</accept-url>
    <first-resource>yes</first-resource>
    <accept-ogg-theora>no</accept-ogg-theora>
    <agent command="ogg123" arguments="-d raw -o byteorder:big -f %out %in"/>
    <buffer size="1048576" chunk-size="131072" fill-size="262144"/>
    </profile>
    <profile name="vlcmpeg" enabled="no" type="external">
    <mimetype>video/mpeg</mimetype>
    <accept-url>yes</accept-url>
    <first-resource>yes</first-resource>
    <accept-ogg-theora>yes</accept-ogg-theora>
    <agent command="vlc" arguments="-I dummy %in --sout #transcode{venc=ffmpeg,vcodec=mp2v,vb=4096,fps=25,aenc=ffmpeg,acodec=mpga,ab=192,samplerate=44100,channels=2}:standard{access=file,mux=ps,dst=%out} vlc:quit"/>
    <buffer size="14400000" chunk-size="512000" fill-size="120000"/>
    </profile>
    </profiles>
    </transcoding>
    </config>

     

    Last edit: sonci 2017-02-13

Log in to post a comment.