New Renderer for LG WebOS 2.0

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
smoorf
Posts: 3
Joined: Fri Dec 04, 2015 10:55 pm

New Renderer for LG WebOS 2.0

Post by smoorf »

Hi
I bought a new LG TV with WebOS 2.0.
With the original renderer I have big problems with variable bitrates and other settings.
So I checked out which settings are requierd and which are not.

This is my the solution:

#----------------------------------------------------------------------------
# Profile for LG WebOS TVs.
# See DefaultRenderer.conf for descriptions of all the available options.
#

RendererName = LG WebOS TV
RendererIcon = lg-lb6500.png

# ============================================================================
# This renderer has sent the following string/s:
#
# User-Agent: Linux/3.10.19-32.afro.4 UPnP/1.0 LGE WebOS TV LGE_DLNA_SDK/1.6.0/04.30.13 DLNADOC/1.50
# ============================================================================
#

UserAgentSearch = LGE WebOS TV
UpnpDetailsSearch = LG Electronics , LG TV
LoadingPriority = 1

#TranscodeVideo = MPEGTS-H264-AAC
#TranscodeAudio = MP3
TranscodedVideoFileSize = -1
StreamExtensions = asf,wmv,avi,divx,mp4,m4v,mov,3gp,3g2,mkv,ts,trp,tp,mts,m2ts,vob,mpg,mpeg,dat,rm,rmvb,jpeg,jpg,jpe,png,bmp,jps,mpo,mp3,wav,ogg,wma
AutoExifRotate = true
MediaInfo = true

# Supported video formats:

# Supported audio formats:

# Supported image formats:

# Supported subtitles formats:
SupportedSubtitlesFormats = TEXT
Attachments
LG-WebOS.conf
(1.86 KiB) Downloaded 663 times
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: New Renderer for LG WebOS 2.0

Post by valib »

Your setting is wrong. When you set

Code: Select all

MediaInfo = true
this owerrides the setting

Code: Select all

StreamExtensions =
and you must specify the Supported formats whose is your renderer capable to show without transcoding. Without setting Supported formats everything is trancoded. Then all is working but it is wasting the CPU power.
smoorf
Posts: 3
Joined: Fri Dec 04, 2015 10:55 pm

Re: New Renderer for LG WebOS 2.0

Post by smoorf »

I don't know what you mean. There are a lot of formats defined:

Code: Select all

StreamExtensions = asf,wmv,avi,divx,mp4,m4v,mov,3gp,3g2,mkv,ts,trp,tp,mts,m2ts,vob,mpg,mpeg,dat,rm...........
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: New Renderer for LG WebOS 2.0

Post by valib »

OK. Just simply delete the

Code: Select all

MediaInfo = true
HaNNibalHector
Posts: 1
Joined: Wed Jan 27, 2016 6:47 am

Re: New Renderer for LG WebOS 2.0

Post by HaNNibalHector »

Forgive the nubish question. I just purchased an OLED LG TV with webOS 2.0. What is the name of the app or DLNA client I can use to browse my UMS content?
loasca
Posts: 1
Joined: Tue Jan 13, 2015 4:06 am

Re: New Renderer for LG WebOS 2.0

Post by loasca »

i have LG 40UF7787 and i cant play transcoded videos on my tv, if i go to transcode folder and i play the video file from there, its ok but i dont have subs, help me please.
sorry for my english
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: New Renderer for LG WebOS 2.0

Post by ExSport »

Subs must support TV or UMS can burn them with help of transcoding engines.
If your TV supports them, check defaultrenderer.conf file how to edit your conf to support external or internal subs.
If you will find correct settings, post it here so it can be merged in new UMS version ;)
BoothBoy
Posts: 2
Joined: Mon Mar 07, 2016 3:09 am

Re: New Renderer for LG WebOS 2.0

Post by BoothBoy »

HaNNibalHector wrote:Forgive the nubish question. I just purchased an OLED LG TV with webOS 2.0. What is the name of the app or DLNA client I can use to browse my UMS content?
Use the SmartShare application that comes with WebOS.
Post Reply