FAQ  •  Register  •  Login

FLAC on LG BD 390?

<<

PRobinson1976

Serviio newbie

Posts: 1

Joined: Sat Apr 05, 2014 2:36 pm

Post Sat Apr 05, 2014 11:31 pm

FLAC on LG BD 390?

I hope somebody can help me out here.

I am trying hard to get Serviio to transcode FLAC for my LG BD 390.

I know it works because I already had Tversity and there I could transcode FLAC to MP3 and the LG BD 390 accepted that.

Before someone asks "Why not stick to Tversity?" ... Ihave the feeling that Serviio is overall more stable and better in streaming movies.

I found this profile but it doesn't work. What would a correct profile look like (with video transcodimg and all because I assume that I have somewhere a bug in the profile).

<Profile id="8" name="LG BD player" extendsProfileId="1">
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="mp3">
<Matches container="matroska" aCodec="ac3" />
</Video>
<Audio targetContainer="lpcm">
<Matches container="asf" />
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
</Audio>
</Transcoding>
</Profile>

Would be cool if someone here knew what I'm doing wrong and there has to be something wrong because I already know that LG accepts transcoded FLAC.

Thanks in advance.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Apr 11, 2014 11:10 pm

Re: FLAC on LG BD 390?

try to update the LG profile to this:

  Code:
<Profile id="8" name="LG TV / player" extendsProfileId="1">
      <Detection>
         <HttpHeaders>
            <friendlyName.dlna.org>LG.*</friendlyName.dlna.org>
         </HttpHeaders>
      </Detection>
      <!-- ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.LGProtocolHandler</ResourceTransportProtocolHandler -->
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
      </MediaFormatProfiles>      
      <Transcoding>
                  <Audio targetContainer="mp3">
                    <Matches container="flac" />
                  </Audio>
      </Transcoding>
      <HardSubsTranscoding>
        <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />
      </HardSubsTranscoding>
      <Subtitles>
         <SoftSubs mime-type="text/srt" />         
      </Subtitles>   
   </Profile>

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 43 guests

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