LG LM620S

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
sapsa
Posts: 59
Joined: Wed Nov 13, 2013 8:22 am

LG LM620S

Post 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

Code: Select all

UserAgentSearch=LGE_DLNA_SDK
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?
server: C2D [email protected] 3GB RAM
network: wired 1000MB/s
render: LG 55LM620S, Samsung LE40C650, PS3
OS: Linux 13.10 64bit
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: LG LM620S

Post by DeFlanko »

http://www.lg.com/es/television/lg-42LM620s-3d

Image

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?
User avatar
Optimus_prime
Posts: 678
Joined: Fri Jun 01, 2012 6:39 pm
Location: Sydney, Australia

Re: LG LM620S

Post by Optimus_prime »

Also to find out over the network what the device supports you can do this:
1. Install Intel UPnP tools - LINK
Image
2. run Device Spy
Image
3. It should list all your UPnP device and among them your device (eg TV, console, etc)
Image
4. Expand the device's tree and find service: urn:upnp-org:serviceId:ConnectionManager:1
Image
5. Expand that and double click on GetProtocolInfo(...).
Image
6. And you need to use the the result in field Sink.
Image
Image

Or Alternatively you may find you device here via a search for it's supported features via DLNA Product Search
Last edited by DeFlanko on Thu Nov 28, 2013 8:18 am, edited 3 times in total.
Reason: Added the Link; and screenshots of what to look for... (assuming thats what to do..) :)
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: LG LM620S

Post by DeFlanko »

I hope these help :)
sapsa
Posts: 59
Joined: Wed Nov 13, 2013 8:22 am

Re: LG LM620S

Post 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.
server: C2D [email protected] 3GB RAM
network: wired 1000MB/s
render: LG 55LM620S, Samsung LE40C650, PS3
OS: Linux 13.10 64bit
sapsa
Posts: 59
Joined: Wed Nov 13, 2013 8:22 am

Re: LG LM620S

Post 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
Attachments
LG-55LM620S.png
LG-55LM620S.png (12.88 KiB) Viewed 10547 times
server: C2D [email protected] 3GB RAM
network: wired 1000MB/s
render: LG 55LM620S, Samsung LE40C650, PS3
OS: Linux 13.10 64bit
Post Reply