Browsing folders slow on Philips pfl8404

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
jamen80
Posts: 2
Joined: Sat Jan 04, 2014 1:27 am

Browsing folders slow on Philips pfl8404

Post by jamen80 »

Hi,

After having tried several media servers (Plex, Serviio, Tversity) I was finally able to playback properly my mp4 videos on my Philips TV by using UMS! Thanks for that!

However I encountered another issue: folders browsing on my TV is slow (in the best case) and for some folders it doesn't work at all. When I browsed some specific folders I lost the connetion with my UMS server and the only way to restore it was restarting UMS (I mean close and reopen the application).

I'm using the conf file located on http://www.ps3mediaserver.org/forum/vie ... 491#p73951 (PhilipsPFLxxx4 1.0.zip). My TV was immediately recognized.

My media files are stored on a NAS and UMS is installed on Windows XP.

I have found several threads talking about slow browsing folders but no one talks about the disconnection problem:

viewtopic.php?f=9&t=1505&p=9022&hilit=s ... sing#p9022 (possible solution?)
viewtopic.php?f=11&t=1502&p=9008&hilit= ... sing#p9008
viewtopic.php?f=9&t=1157&p=8929&hilit=b ... lder#p6910
viewtopic.php?f=9&t=618&p=3354&hilit=sl ... tory#p3341


I will try to collect debug log at trace level (as soon as I can) but in the meantime... anyone who has any suggestions?
jamen80
Posts: 2
Joined: Sat Jan 04, 2014 1:27 am

Re: Browsing folders slow on Philips pfl8404

Post by jamen80 »

I have attached the log file.

Noticed the following error:

Code: Select all

01-05 12:10:46  Error adding child: "KBPS All-classical"
java.lang.NullPointerException: null
	at net.pms.dlna.DLNAResource.addChild(DLNAResource.java:703) ~[ums.jar:3.3.0]
	at net.pms.dlna.RootFolder.addWebFolder(RootFolder.java:345) [ums.jar:3.3.0]
	at net.pms.dlna.RootFolder.discoverChildren(RootFolder.java:147) [ums.jar:3.3.0]
	at net.pms.configuration.RendererConfiguration.getRootFolder(RendererConfiguration.java:287) [ums.jar:3.3.0]
	at net.pms.PMS.getRootFolder(PMS.java:129) [ums.jar:3.3.0]
	at net.pms.network.RequestV2.answer(RequestV2.java:640) [ums.jar:3.3.0]
	at net.pms.network.RequestHandlerV2.writeResponse(RequestHandlerV2.java:295) [ums.jar:3.3.0]
	at net.pms.network.RequestHandlerV2.messageReceived(RequestHandlerV2.java:253) [ums.jar:3.3.0]
	at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791) [ums.jar:3.3.0]
	at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:142) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791) [ums.jar:3.3.0]
	at org.jboss.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:145) [ums.jar:3.3.0]
	at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791) [ums.jar:3.3.0]
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296) [ums.jar:3.3.0]
	at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:459) [ums.jar:3.3.0]
	at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:536) [ums.jar:3.3.0]
	at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:435) [ums.jar:3.3.0]
	at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) [ums.jar:3.3.0]
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559) [ums.jar:3.3.0]
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268) [ums.jar:3.3.0]
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255) [ums.jar:3.3.0]
	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88) [ums.jar:3.3.0]
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109) [ums.jar:3.3.0]
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312) [ums.jar:3.3.0]
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90) [ums.jar:3.3.0]
	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) [ums.jar:3.3.0]
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) [ums.jar:3.3.0]
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) [ums.jar:3.3.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.7.0_45]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.7.0_45]
	at java.lang.Thread.run(Unknown Source) [na:1.7.0_45]


I also cannot understand why I get the following messages:

Code: Select all

01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:10:49  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:11:10  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0001.MP4 could not be parsed. It will be hidden
01-05 12:11:10  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0011.MP4 could not be parsed. It will be hidden
01-05 12:11:10  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0012.MP4 could not be parsed. It will be hidden
01-05 12:11:45  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0023.MP4 could not be parsed. It will be hidden
01-05 12:12:04  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0030.MP4 could not be parsed. It will be hidden
01-05 12:12:04  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0031.MP4 could not be parsed. It will be hidden
01-05 12:12:04  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0032.MP4 could not be parsed. It will be hidden
01-05 12:12:04  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0033.MP4 could not be parsed. It will be hidden
01-05 12:12:05  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0034.MP4 could not be parsed. It will be hidden
01-05 12:12:37  No IP filter specified, access granted to /192.168.1.110
01-05 12:12:59  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0037.MP4 could not be parsed. It will be hidden
01-05 12:13:22  Sending BYEBYE...
01-05 12:13:22  Stopping server on host 192.168.1.110 and port 5001...
01-05 12:14:18  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0044.MP4 could not be parsed. It will be hidden
01-05 12:15:01  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0055.MP4 could not be parsed. It will be hidden
01-05 12:15:01  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0056.MP4 could not be parsed. It will be hidden
01-05 12:15:01  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0057.MP4 could not be parsed. It will be hidden
01-05 12:15:03  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0062.MP4 could not be parsed. It will be hidden
01-05 12:16:02  The file \\Nas\Videos\telecamera\12.11.11\100SANYO\SANY0068.MP4 could not be parsed. It will be hidden

Any help is appreciated. Thanks!!
Attachments
ums_dbg.zip
(36.92 KiB) Downloaded 278 times
Post Reply