FAQ  •  Register  •  Login

Playing Video on Panasonic DMP BDT220?????

<<

KrisDech

Serviio newbie

Posts: 15

Joined: Sun Dec 02, 2012 11:16 pm

Post Wed Apr 17, 2013 3:57 pm

Re: Playing Video on Panasonic DMP BDT220?????

Kerryn wrote:I still have to work out how to put this into a profile now.


Would be happy to know if you find something. I did not spend more time on the sink info after getting to know that the SPEC for these formats is not public: viewtopic.php?f=4&t=8251&p=57798#p57798
<<

mplourde

Serviio newbie

Posts: 1

Joined: Tue Apr 23, 2013 12:21 am

Post Tue Apr 23, 2013 12:36 am

Re: Playing Video on Panasonic DMP BDT220?????

Buttons on remote don't mean the functionality is supported for DLNA. Also Panasonic being huge corporation doesn't mean their QA is any good. DLNA itself states min specs devices must adhere to and it's possible this model only implements those.

You could however post detailed log of playing the file and trying to press pause/ffwd, to see if there is any incoming request from the player to Serviio.


Hi,
I had activated DEBUG function in log to reproduce ffwd operation with Panasonic BDT220. Logs shows that serviio receive request of fast forwarding and try to serve the request but a write error occur:
  Code:
2013-04-22 20:29:37,343 DEBUG [WebServer] Incoming connection from /192.168.212.212:1045
2013-04-22 20:29:37,343 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:37,343 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=0.000-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:37,343 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:37,343 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:37,343 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:37,343 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:37,343 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:37,343 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:37,343 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:37,343 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:37,343 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:37,343 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:37,343 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:37,343 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:37,343 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:37,343 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:37,343 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:37,343 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:37,343 DEBUG [AbstractTranscodingDeliveryEngine] No other client uses transcoding job of file 'transcoding-temp-9711-BDT220V1.1-ORIGINAL.stf', will stop the job
2013-04-22 20:29:37,343 DEBUG [AbstractTranscodingDeliveryEngine] Stopping previous transcoding job of file 'transcoding-temp-9711-BDT220V1.1-ORIGINAL.stf'
2013-04-22 20:29:37,593 DEBUG [TranscodingJobListener] Deleted temp file 'C:\WINDOWS\TEMP\Serviio\transcoding-temp-9711-BDT220V1.1-ORIGINAL.stf': true
2013-04-22 20:29:37,593 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:37,593 DEBUG [MediaItemDAOImpl] Getting file of media item 9703
2013-04-22 20:29:37,593 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: F:\FILM\Omerta Le Dernier des Hommes d'honneur S3\EP1.avi
2013-04-22 20:29:37,593 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -threads auto -i F:\FILM\Omerta Le Dernier des Hommes d'honneur S3\EP1.avi -y -copyts -c:v mpeg2video -qscale:v 1 -r 24000/1001 -g 15 -c:a ac3 -b:a 160k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts C:\WINDOWS\TEMP\Serviio\transcoding-temp-9703-BDT220V1.1-ORIGINAL.stf
2013-04-22 20:29:38,593 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:38,593 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:38,593 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:38,593 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:38,593 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 9703) as read
2013-04-22 20:29:38,609 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2013-04-22 20:29:38,609 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:38,609 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:38,609 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:38,609 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:38 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=0-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:29:39,062 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:29:39,093 DEBUG [WebServer] Incoming connection from /192.168.212.212:1046
2013-04-22 20:29:39,093 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:39,093 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=0.000-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:39,093 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:39,093 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:39,093 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:39,093 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:39,093 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:39,093 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:39,093 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:39,093 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:39,093 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:39,093 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:39,093 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:39,093 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:39,093 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:39,093 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 9703) as read
2013-04-22 20:29:39,109 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2013-04-22 20:29:39,109 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:39,109 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:39,109 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:39,109 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:39 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=0-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:29:45,125 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2013-04-22 20:29:45,125 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2013-04-22 20:29:51,281 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:29:51,296 DEBUG [WebServer] Incoming connection from /192.168.212.212:1047
2013-04-22 20:29:51,296 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:51,312 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=10.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:51,312 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:51,312 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:51,312 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:51,312 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:51,312 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:51,312 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:51,312 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:51,312 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:51,312 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:51,312 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:51,312 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:51,312 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:51,312 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:51,312 DEBUG [ResourceDeliveryProcessor] Delivering bytes 1921024 - 50000000000 from transcoded file, based on time range 10 - 2728
2013-04-22 20:29:51,312 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:51,312 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:51,312 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:51,312 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:51 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=10-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:29:52,343 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:29:52,390 DEBUG [WebServer] Incoming connection from /192.168.212.212:3491
2013-04-22 20:29:52,390 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:52,390 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=12.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:52,390 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:52,390 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:52,390 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:52,390 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:52,390 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:52,390 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:52,390 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:52,390 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:52,390 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:52,390 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:52,390 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:52,390 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:52,390 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:52,390 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:52,390 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:52,390 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:52,390 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:52,390 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:52,406 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:52,406 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:52,406 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:52,406 DEBUG [ResourceDeliveryProcessor] Delivering bytes 2356224 - 50000000000 from transcoded file, based on time range 12 - 2728
2013-04-22 20:29:52,406 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:52,406 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:52,406 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:52,406 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:52 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=12-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:29:53,968 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:29:53,968 DEBUG [WebServer] Incoming connection from /192.168.212.212:3492
2013-04-22 20:29:53,968 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:53,968 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=14.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:53,968 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:53,968 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:53,984 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:53,984 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:53,984 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:53,984 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:53,984 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:53,984 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:53,984 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:53,984 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:53,984 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:53,984 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:53,984 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:53,984 DEBUG [ResourceDeliveryProcessor] Delivering bytes 2771968 - 50000000000 from transcoded file, based on time range 14 - 2728
2013-04-22 20:29:53,984 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:53,984 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:53,984 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:53,984 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:53 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=14-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:29:55,484 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:29:55,500 DEBUG [WebServer] Incoming connection from /192.168.212.212:3493
2013-04-22 20:29:55,500 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:55,500 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=16.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:55,500 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:55,500 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:55,500 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:55,500 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:55,500 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:55,500 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:55,500 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:55,500 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:55,500 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:55,500 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:55,500 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:55,500 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:55,500 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:55,500 DEBUG [ResourceDeliveryProcessor] Delivering bytes 3187712 - 50000000000 from transcoded file, based on time range 16 - 2728
2013-04-22 20:29:55,500 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:55,500 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:55,500 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:55,500 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:55 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=16-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:29:57,328 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:29:57,328 DEBUG [WebServer] Incoming connection from /192.168.212.212:3494
2013-04-22 20:29:57,328 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:57,328 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=18.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:57,328 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:57,328 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:57,328 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:57,328 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:57,328 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:57,328 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:57,328 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:57,328 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:57,328 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:57,328 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:57,328 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:57,328 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:57,328 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:57,328 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:57,343 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:57,343 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:57,343 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:57,343 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:57,343 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:57,343 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:57,343 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:57,343 DEBUG [ResourceDeliveryProcessor] Delivering bytes 3580928 - 50000000000 from transcoded file, based on time range 18 - 2728
2013-04-22 20:29:57,343 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:57,343 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:57,343 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:57,343 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:57 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=18-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:29:58,953 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:29:58,953 DEBUG [WebServer] Incoming connection from /192.168.212.212:3495
2013-04-22 20:29:58,953 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:58,953 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=20.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:29:58,953 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:29:58,953 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:58,953 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:29:58,953 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:58,953 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:58,953 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:29:58,953 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:58,953 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:29:58,953 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:29:58,953 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:29:58,953 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:29:58,953 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:29:58,953 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:29:58,953 DEBUG [ResourceDeliveryProcessor] Delivering bytes 3974144 - 50000000000 from transcoded file, based on time range 20 - 2728
2013-04-22 20:29:58,953 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:29:58,953 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:29:58,953 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:29:58,953 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:29:58 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=20-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:30:00,546 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:30:00,546 DEBUG [WebServer] Incoming connection from /192.168.212.212:3496
2013-04-22 20:30:00,546 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:30:00,546 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=22.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:30:00,546 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:30:00,546 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:30:00,546 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:30:00,546 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:30:00,546 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:30:00,562 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:30:00,562 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:30:00,562 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:30:00,562 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:30:00,562 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:30:00,562 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:30:00,562 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:30:00,562 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:30:00,562 DEBUG [ResourceDeliveryProcessor] Delivering bytes 4561920 - 50000000000 from transcoded file, based on time range 22 - 2728
2013-04-22 20:30:00,562 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:30:00,562 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:30:00,562 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:30:00,562 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:30:00 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=22-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:30:02,093 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2013-04-22 20:30:02,093 DEBUG [WebServer] Incoming connection from /192.168.212.212:3497
2013-04-22 20:30:02,093 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:30:02,093 DEBUG [ResourceTransportRequestHandler] GET /resource/9703/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=24.077-,HOST: 192.168.212.245:8895,transferMode.dlna.org: Streaming,getcontentFeatures.dlna.org: 1]]
2013-04-22 20:30:02,093 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.212.212
2013-04-22 20:30:02,093 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:30:02,093 DEBUG [ResourceDeliveryProcessor] Request for resource 9703 and type 'MEDIA_ITEM' received
2013-04-22 20:30:02,093 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:30:02,093 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:30:02,093 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:30:02,093 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 9703, format MPEG_TS_SD_NA_ISO and profile Panasonic - BDT220 V1.1
2013-04-22 20:30:02,109 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file EP1.avi
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:30:02,109 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 9703 (local)
2013-04-22 20:30:02,109 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 9703)
2013-04-22 20:30:02,109 DEBUG [VideoDAOImpl] Reading a Video (id = 9703)
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Delivering item '9703' for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Delivering file 'EP1.avi' using transcoding
2013-04-22 20:30:02,109 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.212.212, Profile=Panasonic - BDT220 V1.1'
2013-04-22 20:30:02,109 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_EU_ISO
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_NA_ISO
2013-04-22 20:30:02,109 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file EP1.avi: MPEG_TS_SD_KO_ISO
2013-04-22 20:30:02,109 DEBUG [ResourceDeliveryProcessor] Delivering bytes 5174272 - 50000000000 from transcoded file, based on time range 24 - 2728
2013-04-22 20:30:02,109 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2013-04-22 20:30:02,109 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-04-22 20:30:02,109 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2013-04-22 20:30:02,109 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Date: Tue, 23 Apr 2013 00:30:02 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,TimeSeekRange.dlna.org: npt=24-2728/2728,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-04-22 20:30:02,187 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error

Seems like the webserver is unable to get write access to the socket previously opened. Hope it will help to improve the serviio server.
Regards,
Michael
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Apr 23, 2013 4:55 pm

Re: Playing Video on Panasonic DMP BDT220?????

It means the device closed the socket / connection.
<<

leecs1980

Serviio newbie

Posts: 9

Joined: Wed Mar 13, 2013 8:08 pm

Post Sat May 18, 2013 12:21 pm

Re: Playing Video on Panasonic DMP BDT220?????

Having just checked back here after a few weeks, I'm pleased to find that someone has done what I needed to do.

Is there any way for keeping the socket open and getting the Blu-Ray Player to Pause, FF and Rew video files?
<<

KrisDech

Serviio newbie

Posts: 15

Joined: Sun Dec 02, 2012 11:16 pm

Post Wed May 22, 2013 7:15 pm

Re: Playing Video on Panasonic DMP BDT220?????

leecs1980 wrote:Is there any way for keeping the socket open and getting the Blu-Ray Player to Pause, FF and Rew video files?


Try to convince Panasonic Support to provide a new firmware for the player :roll:
<<

leecs1980

Serviio newbie

Posts: 9

Joined: Wed Mar 13, 2013 8:08 pm

Post Wed May 22, 2013 10:04 pm

Re: Playing Video on Panasonic DMP BDT220?????

I've actually found that these functions do work on the DLNA Player. This has been proved by using a different Media Server (PS3 Media Server). They work perfectly well. This would suggest that the fault lies with Serviio itself and/or the config.

With this in mind, I doubt that Panasonic will issue a firmware update for it.
<<

BRMSlash

Serviio newbie

Posts: 2

Joined: Thu May 23, 2013 1:32 pm

Post Thu May 23, 2013 1:46 pm

Re: Playing Video on Panasonic DMP BDT220?????

Thanks for the 1.1 profile. It works perfect on my DMR-PWT520. I can now stream flac, mp4, mkv & avi without issue. I assume this profile will work on any of the latest Panasonic players. I would recommend this being officially added to the next version of Serviio!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu May 23, 2013 2:26 pm

Re: Playing Video on Panasonic DMP BDT220?????

Can you post the profile here?
<<

leecs1980

Serviio newbie

Posts: 9

Joined: Wed Mar 13, 2013 8:08 pm

Post Thu May 23, 2013 2:38 pm

Re: Playing Video on Panasonic DMP BDT220?????

Do you mean the profile mentioned in this post?

KrisDech wrote:I have done some further testing and optimizing. This is the new profile I am using. It prevents the transcoding of supported vCodecs (mpeg2video, h264) to be transcoded. Saving CPU time

  Code:
<Profile id="BDT220V1.1" name="Panasonic - BDT220 V1.1" extendsProfileId="1">
<Detection>
  <UPnPSearch>
    <FriendlyName>DMP-BDT220/221</FriendlyName>
    <Manufacturer>Panasonic</Manufacturer>
</UPnPSearch>
</Detection>
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_EU,MPEG_TS_SD_NA,MPEG_TS_SD_KO">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_EU,MPEG_TS_SD_NA,MPEG_TS_SD_KO">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<Video targetContainer="mpegts">
<Matches container="*" vCodec="mpeg2video" aCodec="ac3"/>
<Matches container="*" vCodec="h264" aCodec="ac3"/>
</Video>
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="*" vCodec="mpeg2video"/>
<Matches container="*" vCodec="h264"/>
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="*"/>
</Video>
</Transcoding>
</Profile>    


You can try it out. If you encounter problems you can still use the first profile posted in this thread (where I assume now the <MediaFormatProfiles> section can be removed, but I am reluctant to test this because it worked so far (never change a running config :-))

Further optimization of the BTD220 would need detailed knowledge of the DLNA spezification which is not publicly available:
viewtopic.php?t=8251

because from uPnP services you can find out which DLNA formats BTD220 supports directly:

  Code:
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_LPCM_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_AC3_X_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_AC3_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_AC3,
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_24_AC3_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_LPCM_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3_X_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3,
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_50_AC3_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_AC3_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_EU_ISO,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_LPCM_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3_X_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3,
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_60_AC3_ISO,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA_T,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_NA,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_NA_ISO,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_NTSC,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_LRG,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_MED,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM,
http-get:*:audio/L16:DLNA.ORG_PN=LPCM,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3,
http-get:*:video/vnd.dlna.mpeg-tts:*,
http-get:*:video/mpeg:*,http-get:*:video/mp4:*,
http-get:*:video/quicktime:*,
http-get:*:image/jpeg:*,
http-get:*:audio/flac:*,
http-get:*:audio/x-flac:*


but without detailes what AVC_TS_HD_60_LPCM_T, ... exactly means in terms of vCodec, aCodes, Resolution, ... you are down to try and error analysis within the configuration. So for now I will stick with my BDT220 V1.1 profil and will only update it if I encounter any new problems (meaning unplayable files).
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu May 23, 2013 2:48 pm

Re: Playing Video on Panasonic DMP BDT220?????

BRMSlash wrote:Thanks for the 1.1 profile. It works perfect on my DMR-PWT520. I can now stream flac, mp4, mkv & avi without issue. I assume this profile will work on any of the latest Panasonic players. I would recommend this being officially added to the next version of Serviio!


I mean this one, is it the same?
<<

KrisDech

Serviio newbie

Posts: 15

Joined: Sun Dec 02, 2012 11:16 pm

Post Fri May 24, 2013 10:19 pm

Re: Playing Video on Panasonic DMP BDT220?????

KrisDech wrote:
  Code:
<Profile id="BDT220V1.1" name="Panasonic - BDT220 V1.1" extendsProfileId="1">
<Detection>
  <UPnPSearch>
    <FriendlyName>DMP-BDT220/221</FriendlyName>
    <Manufacturer>Panasonic</Manufacturer>
</UPnPSearch>
</Detection>
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_EU,MPEG_TS_SD_NA,MPEG_TS_SD_KO">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_EU,MPEG_TS_SD_NA,MPEG_TS_SD_KO">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<Video targetContainer="mpegts">
<Matches container="*" vCodec="mpeg2video" aCodec="ac3"/>
<Matches container="*" vCodec="h264" aCodec="ac3"/>
</Video>
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="*" vCodec="mpeg2video"/>
<Matches container="*" vCodec="h264"/>
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="*"/>
</Video>
</Transcoding>
</Profile>    



I think is is save to assume he is talking about this profile above because it mentiones V1.1 in ProfileId and Name:
  Code:
<Profile id="BDT220V1.1" name="Panasonic - BDT220 V1.1" extendsProfileId="1">
<<

BRMSlash

Serviio newbie

Posts: 2

Joined: Thu May 23, 2013 1:32 pm

Post Sat May 25, 2013 12:41 am

Re: Playing Video on Panasonic DMP BDT220?????

Yes, I was referring to the above code. Thanks.
<<

tplowe

Serviio newbie

Posts: 1

Joined: Thu Sep 26, 2013 5:22 pm

Post Thu Sep 26, 2013 5:25 pm

Re: Playing Video on Panasonic DMP BDT220?????

I got this profile to work, but the image is at the top of the screen, instead of centered top to bottom. Anyone know how to fix that?
<<

KrisDech

Serviio newbie

Posts: 15

Joined: Sun Dec 02, 2012 11:16 pm

Post Sat Dec 07, 2013 1:55 pm

Re: Playing Video on Panasonic DMP BDT220?????

In Serviio 1.3.1. the profil version 1.1 from this thread is available as "Panasonic BD Player". Thx!

So you can select it in the server console w/o having to modify config/profiles.xml.
Previous

Return to Panasonic

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.