Help with Transcoding AC3
But when i have local files with AC3 the file does not decode. I put the code it but i am doing something wrong. So Help me thanks
<Profile id="31" name="Jadoo Media Player" extendsProfileId="1">
<Detection>
<UPnPSearch>
<ModelName>Jadoo</ModelName>
</UPnPSearch>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="aac" aBitrate="320" forceInheritance="true">
<Matches container="*" />
</Video>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpegts" targetACodec="aac" aBitrate="384">
<Matches container="mp4"/>
<Matches container="flv" vCodec="h264"/>
<Matches container="applehttp" vCodec="h264"/>
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="aac" aBitrate="384" forceInheritance="true">
<Matches container="rtp"/>
<Matches container="rtsp"/>
<Matches container="applehttp"/>
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="aac" aBitrate="384">
<Matches container="asf"/> <!-- to support mms:// streams -->
<Matches container="flv"/>
</Video>
<Audio targetContainer="mp3" aBitrate="384" forceInheritance="true">
<Matches container="flv"/>
<Matches container="asf"/>
</Audio>
</OnlineTranscoding>
</Profile>
what am i doing wrong?