Transcoding question

Hi,
I'm quite new to this forum, to Serviio, but not new to computer stuff at all
My question is a distinct one and I hope you can help me with it.
I have a Denon 1713 AVR running on my network, Serviio is running on my Ubuntu PC. Sharing music and videos over the LAN is working fine. Now I'ld like to configure Serviio to transcode a video (.mp4) file for the Denon receiver to help him playing the audio part only. In case of a concert I've downloaded from Youtube, this may be helpful, because sometimes the visual elements aren#t that important.
I found the config file "profiles.xml" and the description on how to edit the XML to manage it, but this isn't suppose to work. As far as I understand this, the .mp4 should be transcoded into lpcm, as .mp3 is doing either.
Do you have any idea what's wrong with this setting? The Denon still refuses to play the video file.
Thanks for your help in advance,
Chris
I'm quite new to this forum, to Serviio, but not new to computer stuff at all

My question is a distinct one and I hope you can help me with it.
I have a Denon 1713 AVR running on my network, Serviio is running on my Ubuntu PC. Sharing music and videos over the LAN is working fine. Now I'ld like to configure Serviio to transcode a video (.mp4) file for the Denon receiver to help him playing the audio part only. In case of a concert I've downloaded from Youtube, this may be helpful, because sometimes the visual elements aren#t that important.
I found the config file "profiles.xml" and the description on how to edit the XML to manage it, but this isn't suppose to work. As far as I understand this, the .mp4 should be transcoded into lpcm, as .mp3 is doing either.
- Code:
<Profile id="22" name="Denon AVR" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>Denon:\[AVR:.*</FriendlyName>
<Manufacturer>Denon</Manufacturer>
</UPnPSearch>
</Detection>
<Transcoding>
<Audio targetContainer="lpcm">
<Matches container="mp3" />
<Matches container="mp4" />
<Matches container="ogg" />
</Audio>
</Transcoding>
</Profile>
Do you have any idea what's wrong with this setting? The Denon still refuses to play the video file.
Thanks for your help in advance,
Chris