Page 1 of 1

LG Blu-ray player, BP series (32x,42x,62x, etc...)

Posted: Wed Feb 06, 2013 5:18 am
by sebos
HI all,
As I got a LG 420, I decide to create the media render conf file.
I do not know the validation processs... But I begin from the WDLive and create this one (I do not find where is the repository of the picture so, it use the WDLive picture !).

Everything is working fine, due to the fact that LG player can do nearly the same thing like the WDLive box.
Advice me how can I help ?
Regards.
Sebos
===================================================================================
#----------------------------------------------------------------------------
# Profile for LG-BP.
# See PS3.conf for a description of all possible configuration options.
#

RendererName=LG BP
RendererIcon=wdtvlive.png
# LG BP
# User-Agent: IPI/1.0 UPnP/1.0 DLNADOC/1.50
UserAgentSearch=IPI/1.0 UPnP/1.0 DLNADOC/1.50
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGPSAC3
TranscodeAudio=WAV
DefaultVBVBufSize=false
MuxH264ToMpegTS=false
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
TranscodeExtensions=flv
StreamExtensions=avi,xvid,divx,avc,mpg,mpeg,mkv,mp4,264,ts,tp,m2t,m2ts,wmv,mp3,wav,pcm,lpcm,wma,aac,flac,mka,aif,aiff,ogg,dts

# Show the duration of a DVD Title in the overview
ShowDVDTitleDuration=true
# CBR bitrate. Needed for byteseek to timeseek convertion. 0 = disabled.
CBRVideoBitrate=15000
# Number of seconds to rewind every time we do a byteseek to timeseek conversion.
# If the conversion isn't 100% accurate so a little rewind can be nice
ByteToTimeseekRewindSeconds=0

Re: LG Blu-ray player, BP series (32x,42x,62x, etc...)

Posted: Mon Mar 11, 2013 10:15 am
by SubJunk
Hi sebos, thanks a lot for this! Unfortunately it seems that the user-agent is too generic, meaning that other renderers use it too. Is there any other identifying info given?

Re: LG Blu-ray player, BP series (32x,42x,62x, etc...)

Posted: Fri Mar 15, 2013 5:53 am
by sebos
HI Subjunk, thanks for the answer, I believed nobody wanted to play with LG Blu-ray :-)

So, yes you're right... but if you look at the available renders in UMS, you will see that there is already Visio Smart TV... which use unfortunatly this generic string.

I think this string is generic enough to try to do a better renders conf file: I mean something with everything is sent without any transcoding...

This will permit to LG players (and I pretty sure, other ones) to play files with UMS.

Because, if I look at the trace sent by the LG player... I do not find anything more than (condition to reproduce: remove the VizioSmartTV.conf or rename it) :

Code: Select all

ACE 2013-03-14 18:46:26.574 [New I/O server boss #1 ([id: 0x63cea096, /192.168.0.10:5001])] Creating new pipeline
TRACE 2013-03-14 18:46:26.575 [New I/O server worker #1-4] Opened request handler on socket /192.168.0.18:42204
TRACE 2013-03-14 18:46:26.576 [New I/O server worker #1-4] Request: HTTP/1.1 : GET : description/fetch
TRACE 2013-03-14 18:46:26.576 [New I/O server worker #1-4] Received on socket: CONNECTION: Keep-Alive
TRACE 2013-03-14 18:46:26.576 [New I/O server worker #1-4] Received on socket: DATE: Thu, 14 Mar 2013 17:46:25 GMT
TRACE 2013-03-14 18:46:26.577 [New I/O server worker #1-4] Received on socket: HOST: 192.168.0.10:5001
TRACE 2013-03-14 18:46:26.577 [New I/O server worker #1-4] Received on socket: USER-AGENT: IPI/1.0 UPnP/1.0 DLNADOC/1.50
TRACE 2013-03-14 18:46:26.579 [New I/O server worker #1-4] Using default media renderer: Unknown renderer
INFO  2013-03-14 18:46:26.579 [New I/O server worker #1-4] Media renderer was not recognized. Possible identifying HTTP headers: User-Agent: IPI/1.0 UPnP/1.0 DLNADOC/1.50
TRACE 2013-03-14 18:46:26.580 [New I/O server worker #1-4] HTTP: description/fetch / 0-0
What do you think SubJunk ?

Re: LG Blu-ray player, BP series (32x,42x,62x, etc...)

Posted: Mon Jul 29, 2013 4:10 am
by Bizbear
Hello i modified your conf file with a better UserAgent find with log in Debug (just need to "delete" LGST600.conf file before) and change some parameters
So here is

Code: Select all

===================================================================================
#----------------------------------------------------------------------------
# Profile for LG-BP.
# See PS3.conf for a description of all possible configuration options.
#

RendererName=LG-BDP Series
# You must create a folder icons in the ums installation folder and put picture in.
RendererIcon=icons/LGBDP.png
# LG BP
# User-Agent: IPI/1.0 UPnP/1.0 DLNADOC/1.50
UserAgentSearch= LG-BDP Linux/2.6.35 UPnP/1.0 DLNADOC/1.50 LGE_DLNA_SDK/1.5.0
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGPSAC3
TranscodeAudio=LPCM
MediaInfo=true
DefaultVBVBufSize=false
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=true
MuxLPCMToMpeg=true
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
TranscodeExtensions=flv
StreamExtensions=avi,xvid,divx,avc,mpg,mpeg,mkv,mp4,264,ts,tp,m2t,m2ts,wmv,mp3,wav,pcm,lpcm,wma,aac,flac,mka,aif,aiff,ogg,dts

# Show the duration of a DVD Title in the overview
ShowDVDTitleDuration=true
# CBR bitrate. Needed for byteseek to timeseek convertion. 0 = disabled.
# CBRVideoBitrate=15000
# Number of seconds to rewind every time we do a byteseek to timeseek conversion.
# If the conversion isn't 100% accurate so a little rewind can be nice
# ByteToTimeseekRewindSeconds=0

Re: LG Blu-ray player, BP series (32x,42x,62x, etc...)

Posted: Mon Jul 29, 2013 9:31 am
by SpeedyQ
If a User Agent configuration of a device gets in your way, you can configure UMS to ignore it, so that it finds your correct device.
You can find this ignore property in the General Configuration tab, 3rd line from the bottom.
This way you don't have to remove unwanted .conf files.

Re: LG Blu-ray player, BP series (32x,42x,62x, etc...)

Posted: Mon Jul 29, 2013 4:31 pm
by Bizbear
Goog tip :)
My method was more barbarian XD

Re: LG Blu-ray player, BP series (32x,42x,62x, etc...)

Posted: Wed Dec 16, 2015 11:27 am
by jibbebb
I cant play and movies on my lg bh 6440 blu ray player. Why is that?