FAQ  •  Register  •  Login

50PFL3807 Transcoding

<<

martialartsguy

Streaming enthusiast

Posts: 20

Joined: Fri Dec 21, 2012 3:43 pm

Post Fri Dec 21, 2012 4:06 pm

50PFL3807 Transcoding

Hi there,

Trying to get transcoding working for my Philips through Serviio. It will only play .mpeg files, and I have a mix of .avi, .mkv, etc. I'd like to be able to not only play, but pause, FF & REW files.

The Philips is DLNA ready, but I can't get the default profile to transcode anything.
<<

martialartsguy

Streaming enthusiast

Posts: 20

Joined: Fri Dec 21, 2012 3:43 pm

Post Fri Dec 21, 2012 4:09 pm

Re: 50PFL3807 Transcoding

serviio.log
(15.85 KiB) Downloaded 529 times


Attached is debug file.
<<

martialartsguy

Streaming enthusiast

Posts: 20

Joined: Fri Dec 21, 2012 3:43 pm

Post Fri Dec 21, 2012 5:39 pm

Re: 50PFL3807 Transcoding

With my current code, I can play, FF & Rewind any of my files, but cannot pause the video:

  Code:
<Profile id="20" name="Philips" extendsProfileId="1">
      <Detection>
         <UPnPSearch>
            <FriendlyName>.*PHILIPS.*</FriendlyName>
         </UPnPSearch>
      </Detection>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/avi" name="">AVI</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" maxVBitrate="12000">
            <Matches container="matroska" />
            <Matches container="mp4" />
            <Matches container="avi" />
            <Matches container="asf" />
            <Matches container="ogg" />
            <Matches container="flv" />
            <!-- if audio different to ac3, must be transcoded -->
            <Matches container="mpeg" aCodec="aac" />
            <Matches container="mpeg" aCodec="mp3" />
            <Matches container="mpeg" aCodec="dca" />
         </Video>
      </Transcoding>
      <OnlineTranscoding>
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
            <Matches container="mp4" />
            <Matches container="flv" />
         </Video>
         <Audio targetContainer="lpcm">
            <Matches container="mp3"/>
            <Matches container="flv"/>
            <Matches container="asf"/>
         </Audio>
      </OnlineTranscoding>
   </Profile>

Return to Philips

Who is online

Users browsing this forum: No registered users and 5 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.