Page 1 of 1
LG LM620S
Posted: Thu Nov 28, 2013 4:54 am
by sapsa
The Default Windows version of UMS show this tv as: LG Smart TV Upgrader (LGST600.conf)
The Default Linux version of UMS show this tv as: 42LA644V (LG-42LA644V.conf)
LG-42LA644V.conf
Code: Select all
UserAgentSearch=LGE_DLNA_SDK
UserAgentAdditionalHeaderSearch=42LA644V
LGST600.conf
My TV aint 42LA644V but it looks like that version 3.+ on linux dont check the "additionalHeader" Just use the first file from renders/
This can be fix using "ignored_renderers" in conf, but this should work similar to windows version.
Is there any way to check what codes my TV support (its not on page/manual, only containers like avi/mkv)
Or is there a folders with variouse formats of video/audio so i can plug them on USB to tv and check file by file?
Re: LG LM620S
Posted: Thu Nov 28, 2013 6:01 am
by DeFlanko
http://www.lg.com/es/television/lg-42LM620s-3d
Looks if those formats can be played from the usb then I'm sure they can be streamed to it.
Case in point for the LG-42LA644V.CONF:
Code: Select all
StreamExtensions=asf,wmv,avi,divx,mp4,m4v,mov,3gp,3g2,mkv,ts,trp,tp,mts,m2ts,vob,mpg,mpeg,mp3,jpg,jpeg,jpe,jps,mpo
you could technically use that CONF to stream to it. what happens when you try?
Re: LG LM620S
Posted: Thu Nov 28, 2013 7:31 am
by Optimus_prime
Also to find out over the network what the device supports you can do this:
1. Install Intel UPnP tools -
LINK

2. run
Device Spy

3. It should list all your UPnP device and among them your device (eg TV, console, etc)

4. Expand the device's tree and find service:
urn:upnp-org:serviceId:ConnectionManager:1

5. Expand that and double click on
GetProtocolInfo(...).

6. And you need to use the
the result in field Sink.
Or Alternatively you may find you device here via a search for it's supported features via
DLNA Product Search
Re: LG LM620S
Posted: Thu Nov 28, 2013 8:31 am
by DeFlanko
I hope these help

Re: LG LM620S
Posted: Mon Dec 02, 2013 2:13 am
by sapsa
at page those are cointainers only and not codes - some files just dont work when using the la644v.conf, but after chainging to lgst600 those files work ok.
For example: some files plays video but not audio, other dont play at all.
I will check that spy thing!
edit: about the link to dlna, it gave me a poor info because only which mpeg are supported, there isin't any info about outer containers/codes on that dlna page. The spying app gave more alot more info - will update my render conf.
Re: LG LM620S
Posted: Sun Dec 08, 2013 10:23 am
by sapsa
Best I could get
Code: Select all
#----------------------------------------------------------------------------
# Profile for LG *LM620S/ZE
# See PS3.conf for a description of all possible configuration options.
#
#----------------------------------------------------------------------------
# RENDERER RECOGNITION
#----------------------------------------------------------------------------
RendererName=LG 55LM620S-ZE
RendererIcon=LG-55LM620S.png
#full string: Linux/2.6.35 UPnP/1.0 DLNADOC/1.50 INTEL_NMPR/2.0 LGE_DLNA_SDK/1.6.0
UserAgentSearch=LGE_DLNA_SDK
#UserAgentAdditionalHeader=Linux/2.6.35
#UserAgentAdditionalHeaderSearch=Linux/2.6.35
#----------------------------------------------------------------------------
# BASIC CAPABILITIES
#----------------------------------------------------------------------------
Video=true
Audio=true
Image=true
#----------------------------------------------------------------------------
# DLNA SETTINGS
#----------------------------------------------------------------------------
SeekByTime=true
DLNALocalizationRequired=false
#----------------------------------------------------------------------------
# MEDIAINFO
#----------------------------------------------------------------------------
MediaInfo=true
CreateDLNATreeFaster=false
#----------------------------------------------------------------------------
# TRANSCODING AND MUXING CAPABILITIES
#----------------------------------------------------------------------------
TranscodeVideo = MPEGPSAC3
#był WAV
TranscodeAudio=LPCM
DefaultVBVBufSize=false
#ignored by setting mediainfo = true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=true
MuxLPCMToMpeg=true
MaxVideoWidth=1920
MaxVideoHeight=1080
MaxVideoBitrateMbps=0
MimeTypesChanges=video/avi=video/x-divx
TranscodeExtensions=
StreamExtensions=
#not ignored
H264Level41Limited=true
TranscodeAudioTo441kHz=true
TranscodeFastStart=true
TranscodedVideoFileSize=0
TranscodedVideoAudioSampleRate=48000
ForceJPGThumbnails=false
ShowAudioMetadata=true
ShowSubMetadata=true
DLNAOrgPN=true
#----------------------------------------------------------------------------
# IMAGES
#----------------------------------------------------------------------------
AutoExifRotate=true
#----------------------------------------------------------------------------
# SUPPORTED MEDIA FORMATS
#----------------------------------------------------------------------------
# Supported video formats:
Supported = f:mpeg|mpegps|mpegts|mkv v:mpeg1|mpeg2|mp4|h264 a:lpcm|mpa|wav|acc|ac3 m:video/mpeg
Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|wav|acc|ac3 m:video/x-divx qpel:no gmc:0
Supported = f:mp4 v:mp4|h264 a:mp3|lpcm|mpa|wav|acc|ac3 m:video/mp4
Supported = f:wmv v:wmv|vc1 a:wma m:video/x-ms-wmv n:2
Supported = f:asf v:wmv|vc1 a:wma m:video/x-ms-asf n:2
# Supported audio formats:
Supported = f:wav n:6 m:audio/wav a:dts|lpcm s:44100
Supported = f:wav n:2 m:audio/wav s:44100
Supported = f:aac n:2 m:audio/x-m4a a:(?!alac).+
Supported = f:mp3 n:2 m:audio/mpeg
Supported = f:wma n:2 m:audio/x-ms-wma
# Supported image formats:
Supported = f:jpg m:image/jpeg