FAQ  •  Register  •  Login

Transcoding to LG LS460Y

<<

orensh

Serviio newbie

Posts: 1

Joined: Sat Jan 26, 2013 5:53 pm

Post Sat Jan 26, 2013 6:19 pm

Transcoding to LG LS460Y

hey, i have an mkv file with DTS sound that my TV doesn't support, all trys to make te trancoding to work failed
this are the supported formats
  Code:

http-get:*:audio/l16;rate=44100;channels=1:DLNA.ORG_PN=LPCM,
http-get:*:audio/l16;rate=44100;channels=2:DLNA.ORG_PN=LPCM,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_MED,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_LRG,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_NTSC,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA_T,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_NA_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_KO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_KO_T,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_KO_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_T,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_EU_ISO,
http-get:*:audio/mpegurl:*,http-get:*:audio/mp3:*,
http-get:*:audio/mpeg:*,http-get:*:audio/mpeg3:*,
http-get:*:video/x-ms-wmv:*,
http-get:*:video/x-ms-asf:*,
http-get:*:video/x-ms-avi:*,
http-get:*:video/mpeg:*,
http-get:*:video/avi:*,
http-get:*:video/mp4:*,
http-get:*:video/x-matroska:*,
http-get:*:video/3gpp:*,
http-get:*:video/x-msvideo:*



i have tried these profiles

  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>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <!-- Transcoding doesn't seem to work and some files can be played natively: -->
      <Transcoding>
         <!-- Remux AC3/DCA in MKV to MP3 -->
         <Video targetContainer="mpegts" targetACodec="mp3">
            <Matches container="matroska" aCodec="ac3" />
            <Matches container="matroska" aCodec="dca" />
         </Video>
      </Transcoding>
   </Profile>

  Code:

<Profile id="23" name="LG TV 2011" extendsProfileId="1">
      <Detection>
         <UPnPSearch>
            <FriendlyName>.*LW550.*</FriendlyName>
            <Manufacturer>LG Electronics</Manufacturer>
         </UPnPSearch>
      </Detection>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <Transcoding>         
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="matroska" aCodec="dca" />
         </Video>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="flv" />
            <Matches container="ogg" />
            <Matches container="avi" vCodec="dvvideo" />
            <!-- digital camera video formats -->
            <Matches container="avi" vCodec="mjpeg" />
            <Matches container="mp4" vCodec="mjpeg" />
         </Video>         
         <Audio targetContainer="lpcm">
            <Matches container="mp4" />
            <Matches container="flac" />
            <Matches container="ogg" />
         </Audio>         
      </Transcoding>
   </Profile>


any ideas?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17213

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jan 28, 2013 1:18 pm

Re: Transcoding to LG LS460Y

LG (especially older models) have problems playing transcoded files via Serviio.
<<

j0rd4n

Serviio newbie

Posts: 6

Joined: Sun Mar 03, 2013 8:42 pm

Post Sun Mar 03, 2013 8:58 pm

Re: Transcoding to LG LS460Y

i have the same problem but only on servioo 1.2
on servioo 1.1 it works fine with your posted profile (<Profile id="8" name="LG TV / player" extendsProfileId="1">)

Return to LG

Who is online

Users browsing this forum: No registered users and 3 guests

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