[HELP] WD TV PLAY - need assistance - NO DTS

Hey guy,
i need your help by the configuration of my transcoding.
can somebody modify this profile and add that all DTS Audio lines are transcorded in to AC-3 please
my attampt is not working:
and yes i have no idea what i am doing! i think this problem is pretty easy to solve!
but please help me guys!
Greetings and thanks in advance
ps. sorry for bad englisch!
i need your help by the configuration of my transcoding.
can somebody modify this profile and add that all DTS Audio lines are transcorded in to AC-3 please

- Code:
<Transcoding>
<Video targetContainer="mpeg">
<Matches container="wtv" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="flv" /> <!-- this is used by online content, assuming WDTV cannot play local flv either -->
<Matches container="matroska" vCodec="vp8" />
<Matches container="rm" />
</Video>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="mp4" />
<Matches container="asf" /> <!-- for mms:// -->
</Video>
</OnlineTranscoding>
my attampt is not working:
- Code:
<Transcoding>
<Video targetContainer="mpeg">
<Matches container="*" aCodec="dca" />
<Matches container="wtv" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="*" aCodec="dca" />
<Matches container="flv" />
<Matches container="matroska" vCodec="vp8" aCodec="dca" />
<Matches container="rm" />
</Video>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="*" aCodec="dca" />
<Matches container="mp4" />
<Matches container="asf" /> <!-- for mms:// -->
</Video>
</OnlineTranscoding>
and yes i have no idea what i am doing! i think this problem is pretty easy to solve!
but please help me guys!
Greetings and thanks in advance
ps. sorry for bad englisch!