Page 1 of 1

Help with Transcoding AC3

PostPosted: Sun Nov 04, 2012 3:51 am
by dilvala
I have been using one of the profile for Jadoo tv and has been working great.

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?

Re: Help with Transcoding AC3

PostPosted: Sun Nov 04, 2012 9:34 am
by Illico
targetACodec="aac" is not supported yet, try targetACodec="ac3"

Re: Help with Transcoding AC3

PostPosted: Sun Nov 04, 2012 9:35 am
by Illico

Re: Help with Transcoding AC3

PostPosted: Sun Nov 04, 2012 12:21 pm
by zip
Illico wrote:targetACodec="aac" is not supported yet, try targetACodec="ac3"

It should be. It was only not working for audio files.