beta wrote:Hope this helps:
According to protocolInfo, if you select generic profile on serviio console, you should see :
MP3, AAC_ISO_320
for WMA, you have to change mime-type:
<MediaFormatProfiles>
<MediaFormatProfile mime-type="audio/x-ms-wma" name="WMABASE">WMA_BASE</MediaFormatProfile>
</MediaFormatProfiles>
All other have to be transcoded:
<Transcoding>
<Audio targetContainer="mp3">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="lpcm" />
<!--<Matches container="adts" /> -->
<!--<Matches container="mp4" /> -->
<!--<Matches container="asf" /> -->
</Audio>
</Transcoding>
With INTEL Upnp tool, could you provide device description xml file ? (need modelname and other...)