Pause and Stop does not work while Transcoding
All my Videos are played now.
But my Player does not display the total video time and does not regonize PAUSE or STOP - so the Video runs until it ends.
Without Transcoding it works perfectly

I turned on debug logging and attached the logfile.
it would be really great if somebody could support me - to work this out.
Profile for ADB 3800
- Code:
<Profile id="99" name="A1 TV Box ADB3800" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*UPnP/1.0 DLNADOC/1.50 upnpcp/2.0.*</User-Agent>
</HttpHeaders>
<UPnPSearch>
<FriendlyName></FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="mp2" maxVBitrate="8192" forceStereo="true" DAR="16:9">
<Matches container="matroska" />
<Matches container="mp4" />
<Matches container="asf" />
<Matches container="avi" />
<Matches container="ogg" />
<Matches container="flv" />
<Matches container="3gp" />
<Matches container="rm" />
</Video>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="mp2" maxVBitrate="8192" forceStereo="true">
<Matches container="*" />
</Video>
</OnlineTranscoding>
</Profile>