FAQ  •  Register  •  Login

lg hx952 (br player) and subtitles

<<

mikem72

Serviio newbie

Posts: 4

Joined: Thu Jan 03, 2013 7:47 pm

Post Thu Jan 03, 2013 8:02 pm

lg hx952 (br player) and subtitles

Hi,

I am trying to run Serviio from a Synology NAS to a LG HX952 BlueRay player. The video stream is wireless and is playing. (imho it takes a long time to start, but it is playing)
Furthermore I have subs included in the same directory with the correct sames name as the video file.
Still, it is not presented on screen. I cannot select it in the player menus.

The profile is selected as LG-TV / PLAYER.

I created the debug file and I can see the srt is being read.
Is there something I can do to make it work?
Perhaps some more debugging to do?

I hope we can figure out what is wrong so I can fix it. (and perhaps for others also).

Thanks!
Attachments
serviio.log
(171.67 KiB) Downloaded 452 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Jan 04, 2013 3:08 pm

Re: lg hx952 (br player) and subtitles

the srt file might be broken. There are some tools to fix them on the wiki.
<<

mikem72

Serviio newbie

Posts: 4

Joined: Thu Jan 03, 2013 7:47 pm

Post Fri Jan 04, 2013 6:27 pm

Re: lg hx952 (br player) and subtitles

Yep. Thought of that.
In the meanwhile I ran the srtwiz tool. And fixed without succes.
The file is as far as I can see exactly the same.
The movie with the corresponding srt works with xbmc 12 rc2 on a Windows pc.
Choosen profile in windows also lg tv/player. Soort this is the same as the br player.

Do you have more idea's? The first post allready includes the debug file.
Thanks.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Jan 05, 2013 1:40 pm

Re: lg hx952 (br player) and subtitles

It doesn't actually read the set file, it only calls HEAD request for it, which doesn't return any data. There are a lot of those, not sure why.
<<

mikem72

Serviio newbie

Posts: 4

Joined: Thu Jan 03, 2013 7:47 pm

Post Sat Jan 05, 2013 11:09 pm

Re: lg hx952 (br player) and subtitles

So basically it's a problem of the LG?
If I understand correctly:
1: Serviio recognizes the profile and tries to detect an SRT to be available.
2: The "HEAD" is being send to the player to tell there is a file available.
3: the player should respond with a sort of "GET" file and shows it? Or is it pushed to the player?

I tested Serviio server on windows also. It was quite fast loading (less then 7 seconds) showing an AVI on the LG. Then I noticed the profile to be on "default" so no subs, as it is not implemented.
Put the logging into DEBUG, I modified the LG to profile "LG" and rerun the loading. It took up to 45 seconds to load. Where I noticed a "DEBUG [WebServer] I/O error: Connection reset by peer: socket write error"

Anyway. Thanks for your response. I hope to figure out what's wrong for I do like the Serviio server. And I must say: I really like to use this cool system :cry:
<<

mikem72

Serviio newbie

Posts: 4

Joined: Thu Jan 03, 2013 7:47 pm

Post Sun Jan 13, 2013 7:15 pm

Re: lg hx952 (br player) and subtitles

It looks like the support for this nice tool stopped at
zip wrote:It doesn't actually read the set file, it only calls HEAD request for it, which doesn't return any data. There are a lot of those, not sure why.


I hoped that mentioning subtitles on LG were supported on all LG devices. Apparently it's not.

Too bad. I will go back to nero then... Where it is working.

:cry:
<<

fiddlehead

Serviio newbie

Posts: 6

Joined: Sun Jan 13, 2013 7:32 pm

Post Sun Jan 13, 2013 8:06 pm

Re: lg hx952 (br player) and subtitles

Hi all.

I have exactly the same issue. My configuration is:
- Serviio@Fedora
- LG BR player (BP420).

Video stream is playing very well but subtitles are not visible.

As you guys mentioned earlier there is HEAD request about subtitles in the log:

  Code:
2013-01-13 18:34:33,114 DEBUG [WebServer] Incoming connection from /192.168.1.104:41947
2013-01-13 18:34:33,115 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:33,118 DEBUG [ResourceTransportRequestHandler] HEAD /resource/9/SUBTITLE.srt HTTP/1.1, headers = [HOST: 192.168.1.103:8895,DATE: Sun, 13 Jan 2013 17:34:32 GMT,CONNECTION: Keep-Alive,USER-AGENT: IPI/1.0 UPnP/1.0 DLNADOC/1.50,range: bytes=0-]]
2013-01-13 18:34:33,119 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:33,121 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.104, Profile=LG TV / player'
2013-01-13 18:34:33,122 DEBUG [ResourceDeliveryProcessor] Request for resource 9 and type 'SUBTITLE' received
2013-01-13 18:34:33,122 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9)
2013-01-13 18:34:33,125 DEBUG [MediaItemDAOImpl] Getting file of media item 9
2013-01-13 18:34:33,127 DEBUG [SubtitlesService] Found subtitle file: /home/robert/Downloads/django.unchained.2012/django.unchained.2012.cd2.srt
2013-01-13 18:34:33,127 DEBUG [SubtitlesRetrievalStrategy] Retrieving info of Subtitles for media item with id 9
2013-01-13 18:34:33,128 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
2013-01-13 18:34:33,128 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: text/srt,Content-Length: 66449,Date: Sun, 13 Jan 2013 17:34:33 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,transferMode.dlna.org: Interactive,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-13 18:34:38,355 DEBUG [WebServer] Incoming connection from /192.168.1.104:41948
2013-01-13 18:34:38,364 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:38,366 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.104:
2013-01-13 18:34:38,366 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:38,378 DEBUG [ContentDirectory] Browse() called for renderer LG PLAYER (profile 8) with parameters: objectID = V_T^INI_68^V_9, browseFlag = BrowseMetadata, filter = res,res@resolution,res@protocolInfo,res@size,res@duration,res@bitrate,res@sampleFrequency,res@bitsPerSample,res@nrAudioChannels,res@protection,dc:creator,dc:date,upnp:genre,upnp:album,upnp:originalTrackNumber,upnp:channelNr,upnp:scheduledStartTime,upnp:scheduledEndTime,upnp:icon,upnp:albumArtURI,upnp:artist,container@childCount, startIndex = 0, count = 1, sortCriteria =
2013-01-13 18:34:38,378 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2013-01-13 18:34:38,380 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2013-01-13 18:34:38,392 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2013-01-13 18:34:38,402 DEBUG [WebServer] Incoming connection from /192.168.1.104:41949
2013-01-13 18:34:38,403 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:38,406 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.104:
2013-01-13 18:34:38,406 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:38,418 DEBUG [ContentDirectory] Browse() called for renderer LG PLAYER (profile 8) with parameters: objectID = V_T^INI_68^V_9, browseFlag = BrowseMetadata, filter = res,res@resolution,res@protocolInfo,res@size,res@duration,res@bitrate,res@sampleFrequency,res@bitsPerSample,res@nrAudioChannels,res@protection,dc:creator,dc:date,upnp:genre,upnp:album,upnp:originalTrackNumber,upnp:channelNr,upnp:scheduledStartTime,upnp:scheduledEndTime,upnp:icon,upnp:albumArtURI,upnp:artist,container@childCount, startIndex = 0, count = 1, sortCriteria =
2013-01-13 18:34:38,419 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2013-01-13 18:34:38,420 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2013-01-13 18:34:38,431 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message


But after it I see GET request which points to the video file:

  Code:
2013-01-13 18:34:38,450 DEBUG [WebServer] Incoming connection from /192.168.1.104:41950
2013-01-13 18:34:38,451 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:38,454 DEBUG [ResourceTransportRequestHandler] GET /resource/9/MEDIA_ITEM/AVI-0/ORIGINAL HTTP/1.1, headers = [HOST: 192.168.1.103:8895,DATE: Sun, 13 Jan 2013 17:34:37 GMT,CONNECTION: Keep-Alive,USER-AGENT: IPI/1.0 UPnP/1.0 DLNADOC/1.50,transferMode.dlna.org: Streaming,RANGE: bytes=0-731740159]]
2013-01-13 18:34:38,455 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.104
2013-01-13 18:34:38,457 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.104, Profile=LG TV / player'
2013-01-13 18:34:38,458 DEBUG [ResourceDeliveryProcessor] Request for resource 9 and type 'MEDIA_ITEM' received
2013-01-13 18:34:38,459 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9 (local)
2013-01-13 18:34:38,459 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9)
2013-01-13 18:34:38,463 DEBUG [VideoDAOImpl] Reading a Video (id = 9)
2013-01-13 18:34:38,466 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9, format AVI and profile LG TV / player
2013-01-13 18:34:38,466 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9 (local)
2013-01-13 18:34:38,467 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9)
2013-01-13 18:34:38,468 DEBUG [VideoDAOImpl] Reading a Video (id = 9)
2013-01-13 18:34:38,471 DEBUG [VideoDeliveryEngine] Delivering item '9' for client 'IPAddress=/192.168.1.104, Profile=LG TV / player'
2013-01-13 18:34:38,471 DEBUG [VideoDeliveryEngine] Delivering file 'django.unchained.2012.cd2.mkv' in native format
2013-01-13 18:34:38,471 DEBUG [MediaItemDAOImpl] Getting file of media item 9
2013-01-13 18:34:38,473 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 9) as read
2013-01-13 18:34:38,481 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2013-01-13 18:34:38,482 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 731740160
2013-01-13 18:34:38,482 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-01-13 18:34:38,482 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mp4,Content-Length: 731740160,Date: Sun, 13 Jan 2013 17:34:38 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,Content-Range: bytes 0-731740159/731740160,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-13 18:34:38,570 DEBUG [WebServer] I/O error: Connection reset



This forum contains a lot of posts about subtitles problems on LG players. I'm wondering is there any model of LG player which works fine with Serviio?
If not then maybe information about external subtitles support for LG BR players should be removed from main Serviio site.

I hope that there will be a day when LG will provide software which will give us a possibility of working with Serviio.

Thanks.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 15, 2013 6:10 pm

Re: lg hx952 (br player) and subtitles

If you could compare packets (Wireshark) when playing the same video in Serviio and Nero, we should find the difference.

If you do, run the test with just 1 file in your library, so that it's less confusing.
<<

fiddlehead

Serviio newbie

Posts: 6

Joined: Sun Jan 13, 2013 7:32 pm

Post Wed Jan 16, 2013 8:23 am

Re: lg hx952 (br player) and subtitles

@zip What kind of packages would You like to capture by Wireshark?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Jan 16, 2013 1:03 pm

Re: lg hx952 (br player) and subtitles

Http traffic between your Serviio/Nero host and the player. When you browse to the file and start playing. Then stop, so that the capture doesn't include the movie bytes (due to size)
<<

fiddlehead

Serviio newbie

Posts: 6

Joined: Sun Jan 13, 2013 7:32 pm

Post Wed Jan 16, 2013 7:27 pm

Re: lg hx952 (br player) and subtitles

Hi again.

In attachement pcap from LG->Serviio session.
LG player IP: 192.168.1.10
Applied capture filter: udp port 1900.

Could You confirm that this capture is ok.
If so, then I will prepare also session for LG-Nero.

Thanks
fidd
Attachments
lg2serviio.pcapng.gz
(2 KiB) Downloaded 513 times
<<

fiddlehead

Serviio newbie

Posts: 6

Joined: Sun Jan 13, 2013 7:32 pm

Post Wed Jan 16, 2013 9:13 pm

Re: lg hx952 (br player) and subtitles

<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jan 17, 2013 4:42 pm

Re: lg hx952 (br player) and subtitles

fiddlehead wrote:Seems that it will be better.

http://dl.dropbox.com/u/66399178/lg2ser ... .pcapng.gz

Yes, this looks good.
<<

fiddlehead

Serviio newbie

Posts: 6

Joined: Sun Jan 13, 2013 7:32 pm

Post Fri Jan 18, 2013 7:55 pm

Re: lg hx952 (br player) and subtitles

Hi

Both media servers on Windows7.
- ServioPro v1.1 evaluation license
- NeroMediaHome 4.5.8.0 trial

Subtitles file format .srt

http://dl.dropbox.com/u/66399178/lg2nero.pcapng.gz
http://dl.dropbox.com/u/66399178/lg2serviio.pcapng.gz

Nero plays movie immediately (with subtitles), Serviio starts to play the same movie after few moments without subtitles.

Cheers
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 22, 2013 12:59 pm

Re: lg hx952 (br player) and subtitles

Thanks, I'll have a look.
<<

fiddlehead

Serviio newbie

Posts: 6

Joined: Sun Jan 13, 2013 7:32 pm

Post Sun Apr 07, 2013 5:09 pm

Re: lg hx952 (br player) and subtitles

Hi,


any updtate for this topic?

fidd
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Apr 09, 2013 4:50 pm

Re: lg hx952 (br player) and subtitles

I think I had a look, not sure if I found anything (it's a while now). Do you still have the same problem with 1.2.1?

Return to LG

Who is online

Users browsing this forum: No registered users and 11 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.