Page 1 of 2

LG BD660 -> Can't get the SRT working

PostPosted: Sun Jul 24, 2011 4:07 pm
by cvdmolen
Hello,

I own a LG BD660 but I can't get the (off course same file name as the movie except the .srt) subs to work. Have read a lot on this blog, but can't find my solution. Little help would be appreciated :)

Re: LG BD660 -> Can't get the SRT working

PostPosted: Sun Jul 24, 2011 5:04 pm
by Cerberus
cvdmolen wrote:Hello,

I own a LG BD660 but I can't get the (off course same file name as the movie except the .srt) subs to work. Have read a lot on this blog, but can't find my solution. Little help would be appreciated :)


does the LG support srt external subtitles over DLNA ?

Re: LG BD660 -> Can't get the SRT working

PostPosted: Sun Jul 24, 2011 5:23 pm
by cvdmolen
Qoute from the Dutch manual:

DLNA, PC Ondertitel (<- Subtitle):
SubRip (.srt / .txt)
SAMI (.smi)
Substation Alpha (.ssa/.txt)
MicroDVD (.sub / .txt)
SubViewer 1.0 (.sub)
SubViewer 2.0 (.sub / .txt)
TMPlayer (.txt)
DVD Subtitle System (.txt)

I think it should work, the DIVX player in win7 plays the .srt without any problems.....

Re: LG BD660 -> Can't get the SRT working

PostPosted: Sun Jul 24, 2011 6:07 pm
by Cerberus
cvdmolen wrote:Qoute from the Dutch manual:

DLNA, PC Ondertitel (<- Subtitle):
SubRip (.srt / .txt)
SAMI (.smi)
Substation Alpha (.ssa/.txt)
MicroDVD (.sub / .txt)
SubViewer 1.0 (.sub)
SubViewer 2.0 (.sub / .txt)
TMPlayer (.txt)
DVD Subtitle System (.txt)

I think it should work, the DIVX player in win7 plays the .srt without any problems.....


ok in the Profile.xml file add this line to the profile for your device.

  Code:
<SubtitlesMimeType>text/srt</SubtitlesMimeType>


before this line

  Code:
</MediaFormatProfiles>

Re: LG BD660 -> Can't get the SRT working

PostPosted: Sun Jul 24, 2011 8:45 pm
by cvdmolen
Little question, as you can see the line you suggested
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
is already in the LG profile:

<Profile id="8" name="LG BD player" extendsProfileId="1">

<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="mp3">
<Matches container="matroska" aCodec="ac3" />
</Video>
</Transcoding>
</Profile>

But the
</MediaFormatProfiles>
is not. Any suggestions where I put that line in the .xml profile? Thank you for the quick reply btw!

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Jul 25, 2011 12:48 am
by Cerberus
cvdmolen wrote:Little question, as you can see the line you suggested
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
is already in the LG profile:

<Profile id="8" name="LG BD player" extendsProfileId="1">

<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="mp3">
<Matches container="matroska" aCodec="ac3" />
</Video>
</Transcoding>
</Profile>

But the
</MediaFormatProfiles>
is not. Any suggestions where I put that line in the .xml profile? Thank you for the quick reply btw!


the second line wont be required then it isnt for some profiles :) then if the SRT file is formated correctly and the device does deffinately support them then they shoudl just work.

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Jul 25, 2011 6:51 am
by Illico
Could you try with this line like Panasonic profile?
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PanasonicDLNAMessageBuilder</ContentDirectoryMessageBuilder>

You could check the "srt" file with that tool for beginning : SRTWiz

Check the encoding used (UTF-8, CP1250), Serviio sends the file byte for byte, so exactly as you encode it. Not sure it your TV supports the required encoding / characters.

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Jul 25, 2011 5:12 pm
by cvdmolen
the second line wont be required then it isnt for some profiles then if the SRT file is formated correctly and the device does deffinately support them then they shoudl just work


I wish..... But it does not :(

Could you try with this line like Panasonic profile?
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PanasonicDLNAMessageBuilder</ContentDirectoryMessageBuilder>


Nope does not work

You could check the "srt" file with that tool for beginning : SRTWiz


Checked it and does not work either..... Nice program btw :) Verry easy to use.

Check the encoding used (UTF-8, CP1250), Serviio sends the file byte for byte, so exactly as you encode it. Not sure it your TV supports the required encoding / characters.


The BD660 is not a tv but a Blu Ray player, but can you maybe explain me how to check this on a srt? I could not find a decent way to check this out.

Thank you already for the time spent so far, hopefully we can get it to work :)

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Jul 25, 2011 6:24 pm
by Illico
cvdmolen wrote:
You could check the "srt" file with that tool for beginning : SRTWiz

Checked it and does not work either..... Nice program btw :) Verry easy to use.

So your SRT file is corrupted ? or corrected srt file doesn't work too?

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Jul 25, 2011 6:34 pm
by Illico
cvdmolen wrote:
Check the encoding used (UTF-8, CP1250), Serviio sends the file byte for byte, so exactly as you encode it. Not sure it your TV supports the required encoding / characters.

...can you maybe explain me how to check this on a srt? I could not find a decent way to check this out.


http://en.wikipedia.org/wiki/Character_encoding

With txt editor tool like Notepad++

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Jul 25, 2011 8:18 pm
by cvdmolen
So your SRT file is corrupted ? or corrected srt file doesn't work too?

Nope I just liked the simple non interface of the program, SRT was not corrected or corrupted in any way.....

With txt editor tool like Notepad++

Tnx, I did check it with Notepad++++ and convert it to:

ansi1250.jpg
ansi 1250
ansi1250.jpg (135.29 KiB) Viewed 33319 times


But still not working.... H E L P : )

Re: LG BD660 -> Can't get the SRT working

PostPosted: Tue Jul 26, 2011 8:40 pm
by cvdmolen
In addition of the previous post I attach the expanded log here also:

expanded log.txt
expanded log
(100.59 KiB) Downloaded 1015 times


To the experts, can it be possible that my network setup is not correct? I have the cabled modem -> cable -> router -> splits to the BD660 player & wireless router configured as switch -> cable -> pc

So the DHCP is only comming from the router, and the wireless router acts as a 'switch' or can the problem not be solved here because the video is working / serviio is connecting to the BD player......

Re: LG BD660 -> Can't get the SRT working

PostPosted: Fri Jul 29, 2011 5:36 am
by zip
looking at the log, Serviio finds the subtitle file, it serves it, the player asks for information about it (HEAD request) but then never asks for its contents. Not sure why.

Did you get it working with any other server? I think Nero is the default for the LG devices.

Re: LG BD660 -> Can't get the SRT working

PostPosted: Tue Aug 09, 2011 9:15 pm
by cvdmolen
Hello Zip,

(late reply, holday times -> not so much time to test the program :)

I re-installed Nero mediahome 4 and for some reason it playes the subs now. I was looking for another server because Nero did not at the first time I installed it... I tested it with several series and movies and Nero mediahome works now.

I even tested them together next to each other and if I play a file on the Nero server, the subs works. If I play the same file on Serviio (correct UTF-8 srt) the subs are not shown. Maybe you have some tips.

The network setup is different now: cabled modem -> router -> splits to the BD 660 and a 'dumb' switch -> which connects to the pc and wireless router also configured as a switch. So that cannot be a problem anymore I think.....

Re: LG BD660 -> Can't get the SRT working

PostPosted: Sun Aug 21, 2011 6:27 am
by swkim01
Hello,

I have similar problem with my LG BD570 player.

At first, I tested some subtitle files on the player through the software "Nero MediaHome 4".
A normal ASCII srt subtitle is OK, but any Korean (UTF-8) srt file is not working!
However, All Korean (UTF-8) "smi" files work! That format is popular in korea.

Then, I tested those files through the serviio server. All Korean subtitle files were not working.
I checked them by a upnp browser, which is "cling workbench" from http://www.teleal.org/projects/cling.
The url of the srt subtitles are O.K. and their content are downloadable via http get protocol!
Thus, I suspect the LG BD player can not show the UTF-8 srt subtitle.

Finaly, I tried to add the following line in the profile file.
<SubtitlesMimeType>text/smi</SubtitlesMimeType>
But this is not working! Is there any method to use 'smi' file for serviio? Please help me.

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Aug 22, 2011 10:34 am
by zip
swkim01 wrote:Is there any method to use 'smi' file for serviio? Please help me.

Only srt supported atm.

Re: LG BD660 -> Can't get the SRT working

PostPosted: Thu Oct 06, 2011 1:18 am
by swkim01
I wrote
swkim01 wrote:Hello,

I have similar problem with my LG BD570 player.
...
Then, I tested those files through the serviio server. All Korean subtitle files were not working.
I checked them by a upnp browser, which is "cling workbench" from http://www.teleal.org/projects/cling.
The url of the srt subtitles are O.K. and their content are downloadable via http get protocol!
Thus, I suspect the LG BD player can not show the UTF-8 srt subtitle.

Finaly, I tried to add the following line in the profile file.
<SubtitlesMimeType>text/smi</SubtitlesMimeType>
But this is not working! Is there any method to use 'smi' file for serviio? Please help me.


I am sorry I misunderstood totally!
The korean srt subtitles had no problem to play on the bluray player.

The problem is that the player could not show any srt subtitle only during "transcoding".
I tested transcoding several mkv and wmv files with diffrent codecs and same subtitle file.
When serviio provides direct a/v streaming(avi files), the subtitle is ok.
But in all transcoding cases a/v streaming is ok but no subtitle.
I don't know why.
My configuration is as follows:

<Profile id="21" name="LG BD player" extendsProfileId="1">
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<Video targetContainer="mpegts">
<Matches container="matroska" aCodec="ac3" />
</Video>
<Video targetContainer="mpegts" targetACodec="mp3" targetVCodec="mpeg2video">
<Matches container="asf" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" forceVTranscoding="true">
<Matches container="flv"/>
</Video>
</Transcoding>
</Profile>

Re: LG BD660 -> Can't get the SRT working

PostPosted: Fri Aug 24, 2012 7:02 pm
by mgarcia
And What about .sub/idx subtitles? Can they be played? Device LGBB906SBW. Thanks.

Re: LG BD660 -> Can't get the SRT working

PostPosted: Mon Sep 10, 2012 10:58 pm
by zip
mgarcia wrote:And What about .sub/idx subtitles? Can they be played? Device LGBB906SBW. Thanks.

Not now.

Re: LG BD660 -> Can't get the SRT working

PostPosted: Tue Apr 30, 2013 11:08 am
by jamees
I'm not sure if this is easy to manage via Configuration Metadata, although it seems that LG Is sending only HEAD requests for the SRT File, and as a result TvMobili is returning Headers only (the way it's supposed to be)

I Had a look into the Way that Nero Home (SRT's work with Nero) Is doing that, and it seems that Nero is returning the Entire Object instead.