Older Roku/Chaneru not transcoding...

I have an early release Roku box running Chaneru. I am able to successfully browse Serviio and play some of my older movies with 2 channel stereo properly. When I attempt to play anything newer that I only have 5.1 audio, I am able to see the video but no audio. I have checked my renderer profile screen and I know that it is being detected as a Chaneru and is using the Chaneru profile.
I have modified my profile.xml file and went down to the Roku/Chaneru section and made adjustments. Still, when attempting to watch a video from that device, it will not re-transcode the video on the fly. I am sure I am missing something simple...
Here is my Roku/Chaneru section from my profile.xml file.
My source file is MPEG-4 AVC/MPEG AAC Audio running 5.1.
Any and all help/suggestions are greatly appreciated!!
I am running Serviio PRO 1.3.1 if that helps.
Ken
I have modified my profile.xml file and went down to the Roku/Chaneru section and made adjustments. Still, when attempting to watch a video from that device, it will not re-transcode the video on the fly. I am sure I am missing something simple...

Here is my Roku/Chaneru section from my profile.xml file.
- Code:
<Profile id="roku" name="Chaneru" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>(.*ROKU.*)|(.*CHANERU.*)</User-Agent>
</HttpHeaders>
</Detection>
<DeviceDescription>
<ModelName>Chaneru for Serviio</ModelName>
<Manufacturer>Chaneru Inc</Manufacturer>
</DeviceDescription>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
<MediaFormatProfile mime-type="video/mp4">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<!-- You may have to limit video rate if Roku rebuffers <Video targetContainer="applehttp" targetVCodec="h264" maxVBitrate="2000" targetACodec="aac"> -->
<Video targetContainer="applehttp" targetVCodec="h264" maxVBitrate="2000" forceStereo="true" targetACodec="aac" forceVTranscoding="true">
<Matches container="asf" />
<Matches container="mpegvideo" />
<Matches container="mpeg" />
<Matches container="mpegts" />
<Matches container="matroska" />
<Matches container="avi" />
<Matches container="flv" />
<Matches container="wtv" />
<Matches container="ogg" />
<Matches container="3gp" />
<Matches container="rtp" />
<Matches container="rtsp" />
<Matches container="rm" />
</Video>
<Audio targetContainer="mp3">
<Matches container="*" />
<!-- Convert everything to mp3 -->
</Audio>
</Transcoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
</Profile>
My source file is MPEG-4 AVC/MPEG AAC Audio running 5.1.
Any and all help/suggestions are greatly appreciated!!
I am running Serviio PRO 1.3.1 if that helps.
Ken