FAQ  •  Register  •  Login

RMVB Support on LG TV

<<

Asclus

Serviio newbie

Posts: 4

Joined: Thu Jan 02, 2014 8:48 pm

Post Thu Jan 02, 2014 9:18 pm

RMVB Support on LG TV

Hi, first of all sorry for english.

I use serviio on my samsung led/plasma without any problems.

i buy a Tv LG 50ph4700 (2012 i think) plasma smart 3d and try to play my movies mkv/mp4/rmvb
installed the serviio 1.4.0

the problem are:
when i set to LG TV / PLAYER i can play all mkv and mp4/avi without problems with external subtitles working very well ,No rmvb/rm work in this mode, no thumbs for rmvb files are show on navigation on tv.
when i set to Samsung Tv Player (E/F) the serviio transcode the files rmvb well and i can see perfectly on tv BUT my mkv/avi dont show external subtitles only one movie show mkv emblended subtitle

i have tryed Philips / Others Samsung profiles, i try to edit profile to make serviio transcode the rmvb for my LG but no work.

Can anyone help me ?

Base URL http://192.168.1.220:1216/
Device icon None
Device URN urn:schemas-upnp-org:device:MediaRenderer:1
Embedded devices 0
Expiration timeout 1800
Friendly name [TV][LG]50PH4700-SD
Has presentation False
Interface to host 192.168.1.130
Manufacturer LG Electronics.
Manufacturer URL http://www.lge.com
Model description LG NetCast 4.0 DMRplus
Model name LG TV
Model number 4.0
Presentation URL
Product code
Proprietary type
Remote endpoint 192.168.1.220:1216
Serial number
Services 3
Standard type MediaRenderer
Unique device name e43002b5-2957-2002-c75d-205eaca83a41
Version 1.0
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jan 06, 2014 8:39 am

Re: RMVB Support on LG TV

If I remember correctly, transcoding is commented out in the LG profile. Uncomment it and add rmvb matched, as per the Samsung profile.
<<

Asclus

Serviio newbie

Posts: 4

Joined: Thu Jan 02, 2014 8:48 pm

Post Tue Jan 07, 2014 4:37 pm

Re: RMVB Support on LG TV

I try to change any line in this profile but it don´t work ,
i try to add subtitle of lg tv to samsung profiles but don´t work too

The part of LG TV are, if you can help me showing where i need to change.

Thanks.

<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 doesn't seem to work and some files can be played natively:
viewtopic.php?f=12&t=3914#p26273
<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" />
<Matches container="wtv" />
</Video>
</Transcoding>-->
<HardSubsTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />
</HardSubsTranscoding>
<Subtitles>
<SoftSubs mime-type="text/srt" />
</Subtitles>
</Profile>
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Tue Jan 07, 2014 11:53 pm

Re: RMVB Support on LG TV

I suggest using Notepad++ to remove the comments (Notepad++ colour codes xml files, making it easier to see where comments are). Try:
  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 doesn't seem to work and some files can be played natively:
   http://forum.serviio.org/viewtopic.php?f=12&t=3914#p26273 -->
   <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" />
              <Matches container="wtv" />
      </Video>
   </Transcoding>
   <HardSubsTranscoding>
     <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />
   </HardSubsTranscoding>
   <Subtitles>
      <SoftSubs mime-type="text/srt" />         
   </Subtitles>   
</Profile>
I haven't removed the comments on the <ResourceTransportProtocolHandler> - you may need to at some stage.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

Asclus

Serviio newbie

Posts: 4

Joined: Thu Jan 02, 2014 8:48 pm

Post Mon Mar 17, 2014 8:28 pm

Re: RMVB Support on LG TV

DenyALL

I used the Notepad ++ and try to pasta the info that you copy here, after this the server start and stop in few seconds.

i try to copy the transcode part of profile of samsung but the same problem apear.

You have any other ideas ?
<<

Asclus

Serviio newbie

Posts: 4

Joined: Thu Jan 02, 2014 8:48 pm

Post Mon Mar 17, 2014 8:42 pm

Re: RMVB Support on LG TV

Asclus wrote:DenyALL

I used the Notepad ++ and try to pasta the info that you copy here, after this the server start and stop in few seconds.

i try to copy the transcode part of profile of samsung but the same problem apear.

You have any other ideas ?


Sorry Sorry really sorry, i tryed it today and work IT ARE WORKING FINE
my mistake, i have tryed in january but havent correct.

Thanks alot friend.
<<

Getupsign

User avatar

Serviio newbie

Posts: 1

Joined: Mon Oct 24, 2016 7:26 am

Post Mon Oct 24, 2016 7:34 am

Re: RMVB Support on LG TV

Sometimes, you may encounter playback issue referring to video or audio codec.
I'm afraid you have to transcode rmvb to mp4, avi, mkv or other pop formats encoded by H.264/AAC.
Some freeware and online conversion service are recommended.

Return to LG

Who is online

Users browsing this forum: No registered users and 4 guests

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