File plays on iphone app but not through transcoding

First, the serviio is my favorite application !!!
Problem:
The *.mov with h.264 and aac plays perfectly on iphone with airplayer & nplayer app (both through their quicktime plugin)
I want to limit the bandwidth with transcoding, but it does not play with the quicktime plugin now.
<Profile id="55" name="iOS" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac" maxVBitrate="1000" aBitrate="128">
<Matches container="*"/>
</Video>
<Audio targetContainer="mp3" aBitrate="64">
<Matches container="*"/>
</Audio>
</Transcoding>
</Profile>
Problem:
The *.mov with h.264 and aac plays perfectly on iphone with airplayer & nplayer app (both through their quicktime plugin)
I want to limit the bandwidth with transcoding, but it does not play with the quicktime plugin now.
<Profile id="55" name="iOS" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac" maxVBitrate="1000" aBitrate="128">
<Matches container="*"/>
</Video>
<Audio targetContainer="mp3" aBitrate="64">
<Matches container="*"/>
</Audio>
</Transcoding>
</Profile>