Page 1 of 1

Pause and Stop does not work while Transcoding

PostPosted: Tue Jan 01, 2013 12:54 pm
by tomtom76
I have created a profile for my ADB 3800 (see below)

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 :) (but only a few files are played withoud transcoding)

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>

Re: Pause and Stop does not work while Transcoding

PostPosted: Tue Jan 01, 2013 2:23 pm
by zip
Try transcoding to mpegts instead of mpeg.

Re: Pause and Stop does not work while Transcoding

PostPosted: Wed Jan 02, 2013 4:30 pm
by tomtom76
thank you for the quick response.

it did not change anything - do you have any other idea?

Re: Pause and Stop does not work while Transcoding

PostPosted: Wed Jan 02, 2013 8:42 pm
by zip
No, the player probably doesn't support time based seek which is available during transcoding.

Re: Pause and Stop does not work while Transcoding

PostPosted: Sun Jan 06, 2013 3:22 pm
by tomtom76
is there a way to finetune something for transcoding?
the adb 3800 is so idiotic that there is the need to transcode all before streaming.