Hi,
I just bought a Sony BDP-S370 and updated it to the latest firmware. Using serviio on Mac OSX I was able to add the Sony profile that was posted here as item "9" and it is recognized and used. The problem is stuttering of high definition vide even though I am using a hardwired ethernet cable to the 100baseT netowrk adapter on the Sony. (My home network is gigabit ethernet).
I was trying to figure out why the stuttering and looked at your log files just in case it told me anything.
If you look at the end of your 5th log file, you will see that at some point serviio server tried to dump the entire 734 meg file in one socket all at the same time causing a content error:
2010-07-29 18:53:59,610 DEBUG [VideoDeliveryEngine] Delivering file 'so.you.think.you.can.dance.s07e18.hdtv.xvid-fqm.avi' in native format
2010-07-29 18:53:59,610 DEBUG [MediaItemDAOImpl] Getting file of media item 6277
2010-07-29 18:53:59,611 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 6277) as read
2010-07-29 18:53:59,611 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2010-07-29 18:53:59,611 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 734838986
2010-07-29 18:53:59,611 DEBUG [ResourceTransportRequestHandler] Sending file back
2010-07-29 18:53:59,611 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 0-734838985/734838986, Content-Length: 734838986, Cache-control: no-cache, Pragma: no-cache, Server: Windows 7 UPnP/1.0 Serviio 0.4.1, contentFeatures.dlna.org: DLNA.ORG_PN=AVI;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=81100000000000000000000000000000, transferMode.dlna.org: Streaming, ]
2010-07-29 18:53:59,943 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
Throughout most of the session it is using a more modest content length that the internal socket buffers can actually handle:
2010-07-29 18:53:58,305 DEBUG [VideoDeliveryEngine] Delivering item '6277' for client 'IPAddress=/10.10.0.99, Profile=Sony BDP-S370'
2010-07-29 18:53:58,305 DEBUG [VideoDeliveryEngine] Delivering file 'so.you.think.you.can.dance.s07e18.hdtv.xvid-fqm.avi' in native format
2010-07-29 18:53:58,305 DEBUG [MediaItemDAOImpl] Getting file of media item 6277
2010-07-29 18:53:58,306 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 127744
2010-07-29 18:53:58,306 DEBUG [ResourceTransportRequestHandler] Sending file back
2010-07-29 18:53:58,306 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [Content-Type: video/x-msvideo, Content-Range: bytes 734535066-734662809/734838986, Content-Length: 127744, Cache-control: no-cache, Pragma: no-cache, Server: Windows 7 UPnP/1.0 Serviio 0.4.1, contentFeatures.dlna.org: DLNA.ORG_PN=AVI;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=81100000000000000000000000000000, transferMode.dlna.org: Streaming, ]
So it appears that the serviio server is messing up the content length it tries to write to the socket.
This may be happening at other times and this may in fact be the cause of the stuttering.
I am new to the forum but I have not been able to see how to enable the DEBUG logging for my own system.
Also is the java source code available for download anyplace so that I can play around with it?
Thanks,
Kevin