Page 1 of 1

FLAC on LG BD 390?

PostPosted: Sat Apr 05, 2014 11:31 pm
by PRobinson1976
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.

Re: FLAC on LG BD 390?

PostPosted: Fri Apr 11, 2014 11:10 pm
by zip
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>