FAQ  •  Register  •  Login

[SOLVED] no subtitle, lg ld840

<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Sep 27, 2011 9:51 am

Re: no subtitle, lg ld840 (solved)

Ok, so basically the MediaFormatProfile change did not solve it, right?

I hate these player when they depend on an extension to work properly. :evil:
<<

xpto09

Streaming enthusiast

Posts: 25

Joined: Wed Sep 21, 2011 9:14 pm

Post Sat Oct 01, 2011 1:50 pm

Re: no subtitle, lg ld840 (solved)

Everything works.

However, the line

  Code:
<MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>


must be placed in

  Code:
<Profile id="1" name="Generic DLNA profile">



Now, there is a better way to solve this.

Details in

http://forum.serviio.org/viewtopic.php?f=12&t=3449

Edited: another solution
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Oct 09, 2011 4:43 pm

Re: [SOLVED] no subtitle, lg ld840

so will this profile work with subtitles when browsing anf category (e.g. movies, series .. not just folders)?

  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>         
         <Video targetContainer="mpegts" targetACodec="mp3">
            <Matches container="matroska" aCodec="ac3" />
         </Video>
      </Transcoding>
   </Profile>


Also can other LG owners confirm this will not break AVI playback???
Previous

Return to LG

Who is online

Users browsing this forum: No registered users and 11 guests

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