FAQ  •  Register  •  Login

LG 60PM670T & DTS MKV

<<

AleksandrOrlov

Serviio newbie

Posts: 4

Joined: Mon Mar 18, 2013 3:01 pm

Post Mon Mar 18, 2013 3:12 pm

LG 60PM670T & DTS MKV

Hi,

I have done some searching through the forums but cannot find a definitive answer.

I have the above 2012 model, my Serviio server picks up my TV under the general profile, can you tell me if the specific LG TV profile allows for DTS soundtracks to be played back in another format as i know the TV itself will not play DTS audio.

I would test myself but am away from home and wont be back till the weekend

Thanks in advance
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Mar 18, 2013 3:31 pm

Re: LG 60PM670T & DTS MKV

try uncommenting the transcoding section in the LG profile
<<

AleksandrOrlov

Serviio newbie

Posts: 4

Joined: Mon Mar 18, 2013 3:01 pm

Post Mon Mar 18, 2013 6:26 pm

Re: LG 60PM670T & DTS MKV

Sorry, can you elaborate on that......not very techie minded
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Mar 18, 2013 7:16 pm

Re: LG 60PM670T & DTS MKV

Replace the LG profile in profiles.xml (see Support on serviio.org) with this profile:

  Code:
<Profile id="8" name="LG TV / player" extendsProfileId="1">
      <Detection>
         <HttpHeaders>
            <friendlyName.dlna.org>LG.*</friendlyName.dlna.org>
         </HttpHeaders>
      </Detection>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
      </MediaFormatProfiles>      
      <Transcoding>
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="matroska" aCodec="dca" />
         </Video>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
            <Matches container="flv" />
               <Matches container="asf" vCodec="wmv2"/>
               <Matches container="rm" />
         </Video>
      </Transcoding>
      <Subtitles>
         <SoftSubs mime-type="text/srt" />         
      </Subtitles>   
   </Profile>

Return to LG

Who is online

Users browsing this forum: No registered users and 6 guests

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