Tue Apr 03, 2012 1:15 pm by csholmq
I reverted back to the default call on ffmpeg directly and I'm still having issues. So something I did is still hanging in there.
This is a successful play of BBC News
- Code:
2012-04-03 14:38:08,594 DEBUG [WebServer] Incoming connection from /192.168.1.251:38778
2012-04-03 14:38:08,595 DEBUG [ResourceTransportRequestHandler] HEAD /resource/1000000000050001/MEDIA_ITEM/AVC_TS_MP_SD_AC3_ISO*0 HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,Host: 192.168.1.2:8895]]
2012-04-03 14:38:08,596 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 14:38:08,597 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 14:38:08,598 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000050001 and type 'MEDIA_ITEM' received
2012-04-03 14:38:08,598 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000050001 (online)
2012-04-03 14:38:08,598 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 14:38:08,599 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 14:38:08,601 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000050001, format AVC_TS_MP_SD_AC3_ISO and profile Samsung TV / player (C/D-series)
2012-04-03 14:38:08,601 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1
2012-04-03 14:38:08,601 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1: AVC_TS_MP_SD_AC3_ISO
2012-04-03 14:38:08,602 DEBUG [ResourceTransportRequestHandler] Sending HEAD response back
2012-04-03 14:38:08,602 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Content-Length: 50000000000,Date: Tue, 03 Apr 2012 12:38:08 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_MP_SD_AC3_ISO;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=8D500000000000000000000000000000,transferMode.dlna.org: Streaming]]
2012-04-03 14:38:08,625 DEBUG [WebServer] Incoming connection from /192.168.1.251:45422
2012-04-03 14:38:08,625 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000050001/MEDIA_ITEM/AVC_TS_MP_SD_AC3_ISO*0 HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Streaming,getMediaInfo.sec: 1,Host: 192.168.1.2:8895]]
2012-04-03 14:38:08,626 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 14:38:08,627 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 14:38:08,628 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000050001 and type 'MEDIA_ITEM' received
2012-04-03 14:38:08,628 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000050001 (online)
2012-04-03 14:38:08,628 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 14:38:08,630 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 14:38:08,631 DEBUG [VideoDeliveryEngine] Delivering item '1000000000050001' for client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 14:38:08,631 DEBUG [VideoDeliveryEngine] Delivering file 'rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1' using transcoding
2012-04-03 14:38:08,632 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 14:38:08,632 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1
2012-04-03 14:38:08,633 DEBUG [ProcessExecutor] Starting /root/.serviio/opt/bin/ffmpeg -i rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1 -y -async 1 -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts pipe:
2012-04-03 14:38:11,174 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1: AVC_TS_MP_SD_AC3_ISO
2012-04-03 14:38:11,175 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 50000000000
2012-04-03 14:38:11,176 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 14:38:11,176 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Content-Length: 50000000000,Date: Tue, 03 Apr 2012 12:38:11 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_MP_SD_AC3_ISO;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=8D500000000000000000000000000000,transferMode.dlna.org: Streaming,MediaInfo.sec: SEC_Duration=18000000;]]
2012-04-03 14:38:15,364 DEBUG [WebServer] Incoming connection from /192.168.1.251:45459
2012-04-03 14:38:15,365 DEBUG [ResourceTransportRequestHandler] HEAD /resource/1000000000050001/MEDIA_ITEM/AVC_TS_MP_SD_AC3_ISO*0 HTTP/1.0, headers = [getCaptionInfo.sec: 1]]
2012-04-03 14:38:15,366 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 14:38:15,367 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 14:38:15,368 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000050001 and type 'MEDIA_ITEM' received
2012-04-03 14:38:15,368 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000050001 (online)
2012-04-03 14:38:15,368 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 14:38:15,369 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 14:38:15,371 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000050001, format AVC_TS_MP_SD_AC3_ISO and profile Samsung TV / player (C/D-series)
2012-04-03 14:38:15,371 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1
2012-04-03 14:38:15,371 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://media7.lsops.net/live/bbcnews_en_high.sdp swfUrl=http://beta.cdn.livestation.com/player/5.7/player.swf swfVfy=0 live=1: AVC_TS_MP_SD_AC3_ISO
2012-04-03 14:38:15,372 DEBUG [ResourceTransportRequestHandler] Sending HEAD response back
2012-04-03 14:38:15,372 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Content-Length: 50000000000,Date: Tue, 03 Apr 2012 12:38:15 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2012-04-03 14:38:16,135 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.2, timeout = 0
2012-04-03 14:38:16,137 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 83403509-60a4-3ac0-bae1-94340baf2344
2012-04-03 14:38:18,114 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:25
2012-04-03 14:38:18,934 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-04-03 14:38:18,934 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-04-03 14:38:18,937 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-04-03 14:38:18,986 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2012-04-03 14:38:19,072 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 14:38:19,123 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 4)
2012-04-03 14:38:19,205 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
This is an unsuccessful play of Comedy Central HD
- Code:
2012-04-03 15:10:42,055 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-04-03 15:10:42,055 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-04-03 15:10:42,058 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-04-03 15:10:42,067 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2012-04-03 15:10:42,134 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:10:42,173 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 4)
2012-04-03 15:10:42,213 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 15:10:55,174 DEBUG [WebServer] Incoming connection from /192.168.1.251:50379
2012-04-03 15:10:55,175 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2012-04-03 15:11:01,065 DEBUG [WebServer] Incoming connection from /192.168.1.251:56456
2012-04-03 15:11:01,066 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#X_GetFeatureList"' from 192.168.1.251:
2012-04-03 15:11:01,067 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:01,094 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:01,106 DEBUG [WebServer] Incoming connection from /192.168.1.251:37051
2012-04-03 15:11:01,107 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#X_GetFeatureList"' from 192.168.1.251:
2012-04-03 15:11:01,107 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:01,143 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:01,148 DEBUG [WebServer] Incoming connection from /192.168.1.251:55570
2012-04-03 15:11:01,149 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#X_GetFeatureList"' from 192.168.1.251:
2012-04-03 15:11:01,149 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:01,189 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:01,210 DEBUG [WebServer] Incoming connection from /192.168.1.251:33123
2012-04-03 15:11:01,210 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.251:
2012-04-03 15:11:01,211 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:01,247 DEBUG [ContentDirectory] Browse() called for renderer UE40D6200 (profile 7) with parameters: objectID = V, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 1, sortCriteria =
2012-04-03 15:11:01,250 DEBUG [RepositoryDAOImpl] Retrieving list of Repositories for VIDEO (from=0, count=1)
2012-04-03 15:11:01,254 DEBUG [FolderDAOImpl] Getting number of VIDEO sub-folders and media items in folder 'root'
2012-04-03 15:11:01,269 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for VIDEO
2012-04-03 15:11:01,320 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:01,336 DEBUG [WebServer] Incoming connection from /192.168.1.251:53495
2012-04-03 15:11:01,337 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.251:
2012-04-03 15:11:01,337 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:01,363 DEBUG [ContentDirectory] Browse() called for renderer UE40D6200 (profile 7) with parameters: objectID = V, browseFlag = BrowseDirectChildren, filter = @id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx, sec:dcmInfo, sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator, startIndex = 0, count = 30, sortCriteria =
2012-04-03 15:11:01,396 DEBUG [RepositoryDAOImpl] Retrieving list of Repositories for VIDEO (from=0, count=30)
2012-04-03 15:11:01,400 DEBUG [FolderDAOImpl] Getting number of VIDEO sub-folders and media items in folder 'root'
2012-04-03 15:11:01,415 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for VIDEO
2012-04-03 15:11:01,423 DEBUG [VideoDAOImpl] Retrieving number of 10 last added videos
2012-04-03 15:11:01,423 DEBUG [VideoDAOImpl] Retrieving number of videos of type 0
2012-04-03 15:11:01,670 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-04-03 15:11:01,678 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [LIVE_STREAM] OnlineRepositories for VIDEO
2012-04-03 15:11:01,746 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:04,465 DEBUG [WebServer] Incoming connection from /192.168.1.251:56880
2012-04-03 15:11:04,466 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.251:
2012-04-03 15:11:04,467 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:04,505 DEBUG [ContentDirectory] Browse() called for renderer UE40D6200 (profile 7) with parameters: objectID = V_OF, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 1, sortCriteria =
2012-04-03 15:11:04,506 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-04-03 15:11:04,510 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-04-03 15:11:04,515 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-04-03 15:11:04,527 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-04-03 15:11:04,533 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [LIVE_STREAM] OnlineRepositories for VIDEO
2012-04-03 15:11:04,578 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:04,585 DEBUG [WebServer] Incoming connection from /192.168.1.251:49413
2012-04-03 15:11:04,586 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.251:
2012-04-03 15:11:04,587 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:04,612 DEBUG [ContentDirectory] Browse() called for renderer UE40D6200 (profile 7) with parameters: objectID = V_OF, browseFlag = BrowseDirectChildren, filter = @id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx, sec:dcmInfo, sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator, startIndex = 0, count = 30, sortCriteria =
2012-04-03 15:11:04,612 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-04-03 15:11:04,626 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-04-03 15:11:04,631 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-04-03 15:11:04,634 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2012-04-03 15:11:04,666 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:04,669 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 4)
2012-04-03 15:11:04,673 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 15:11:04,686 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [LIVE_STREAM] OnlineRepositories for VIDEO
2012-04-03 15:11:04,688 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [FEED, WEB_RESOURCE] OnlineRepositories for VIDEO
2012-04-03 15:11:04,692 DEBUG [OnlineRepositoryDAOImpl] Retrieving list of [LIVE_STREAM] OnlineRepositories for VIDEO
2012-04-03 15:11:04,742 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:06,779 DEBUG [WebServer] Incoming connection from /192.168.1.251:57889
2012-04-03 15:11:06,780 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.251:
2012-04-03 15:11:06,781 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:06,808 DEBUG [ContentDirectory] Browse() called for renderer UE40D6200 (profile 7) with parameters: objectID = V_OF^FOL_FD3, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 1, sortCriteria =
2012-04-03 15:11:06,808 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:06,811 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030001 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,815 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s6.webport.tv/live/z050001.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,817 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:06,862 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:06,875 DEBUG [WebServer] Incoming connection from /192.168.1.251:47514
2012-04-03 15:11:06,876 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.251:
2012-04-03 15:11:06,876 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:06,911 DEBUG [ContentDirectory] Browse() called for renderer UE40D6200 (profile 7) with parameters: objectID = V_OF^FOL_FD3, browseFlag = BrowseDirectChildren, filter = @id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx, sec:dcmInfo, sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator, startIndex = 0, count = 30, sortCriteria =
2012-04-03 15:11:06,912 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:06,915 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030001 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,926 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s6.webport.tv/live/z050001.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,928 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030003 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,929 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s6.webport.tv/live/z020503.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,931 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030005 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,932 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s7.webport.tv/live/z020101.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,934 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030008 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,934 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s7.webport.tv/live/z050003.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,947 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030009 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,948 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://fms2.tikilive.com:1935/view/25503_222/ pageURL=http://myiplayer.com/channeliframes/hgtv.html playpath=stream25503 swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,950 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030010 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,950 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s7.webport.tv/live/z010001.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,953 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030011 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,953 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s7.webport.tv/live/z050203.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,966 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030012 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,966 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s7.webport.tv/live/z050204.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:06,969 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030014 and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:06,969 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://93.114.44.21:1936/live/ swfUrl=http://veohcast.tv/veohcast.tv.swf pageurl=http://www.veohcast.tv playpath=eventtv swfVfy=0 live=1: AVC_TS_MP_SD_AC3_ISO
2012-04-03 15:11:06,970 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,190 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-04-03 15:11:07,293 DEBUG [WebServer] Incoming connection from /192.168.1.251:50383
2012-04-03 15:11:07,293 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030001/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,294 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,315 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,316 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030001 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,316 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,317 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,320 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030001
2012-04-03 15:11:07,321 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2582
2012-04-03 15:11:07,321 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,321 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 2582,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,343 DEBUG [WebServer] Incoming connection from /192.168.1.251:50384
2012-04-03 15:11:07,344 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030003/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,344 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,356 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,356 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030003 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,357 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,358 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,361 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030003
2012-04-03 15:11:07,361 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 1950
2012-04-03 15:11:07,362 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,362 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 1950,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,375 DEBUG [WebServer] Incoming connection from /192.168.1.251:50385
2012-04-03 15:11:07,376 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030005/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,376 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,378 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,378 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030005 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,379 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,380 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,383 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030005
2012-04-03 15:11:07,384 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2043
2012-04-03 15:11:07,384 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,385 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 2043,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,404 DEBUG [WebServer] Incoming connection from /192.168.1.251:50386
2012-04-03 15:11:07,404 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030008/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,405 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,417 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,417 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030008 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,417 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,418 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,422 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030008
2012-04-03 15:11:07,422 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2088
2012-04-03 15:11:07,422 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,423 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 2088,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,436 DEBUG [WebServer] Incoming connection from /192.168.1.251:50387
2012-04-03 15:11:07,436 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030009/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,437 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,438 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,438 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030009 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,439 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,440 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,443 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030009
2012-04-03 15:11:07,443 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 5602
2012-04-03 15:11:07,444 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,444 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 5602,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,476 DEBUG [WebServer] Incoming connection from /192.168.1.251:50388
2012-04-03 15:11:07,477 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030010/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,478 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,479 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,479 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030010 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,480 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,481 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,484 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030010
2012-04-03 15:11:07,484 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2004
2012-04-03 15:11:07,485 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,495 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 2004,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,505 DEBUG [WebServer] Incoming connection from /192.168.1.251:50389
2012-04-03 15:11:07,506 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030011/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,506 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,508 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,508 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030011 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,508 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,509 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,513 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030011
2012-04-03 15:11:07,513 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2583
2012-04-03 15:11:07,514 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,514 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 2583,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,525 DEBUG [WebServer] Incoming connection from /192.168.1.251:50390
2012-04-03 15:11:07,526 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030012/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,526 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,528 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,528 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030012 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,529 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,530 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,533 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030012
2012-04-03 15:11:07,533 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 1775
2012-04-03 15:11:07,533 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,534 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 1775,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,546 DEBUG [WebServer] Incoming connection from /192.168.1.251:50391
2012-04-03 15:11:07,546 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030014/COVER_IMAGE HTTP/1.0, headers = [HOST: 192.168.1.2:8895,ACCEPT-LANGUAGE: en-us,getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:07,547 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:07,548 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:07,548 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030014 and type 'COVER_IMAGE' received
2012-04-03 15:11:07,549 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,550 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:07,553 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1000000000030014
2012-04-03 15:11:07,553 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 4195
2012-04-03 15:11:07,554 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:07,554 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 4195,Date: Tue, 03 Apr 2012 13:11:07 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive]]
2012-04-03 15:11:10,630 DEBUG [WebServer] Incoming connection from /192.168.1.251:47202
2012-04-03 15:11:10,631 DEBUG [ResourceTransportRequestHandler] HEAD /resource/1000000000030003/MEDIA_ITEM/AVC_TS_MP_HD_AC3_ISO*0 HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,Host: 192.168.1.2:8895]]
2012-04-03 15:11:10,631 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:10,632 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:10,633 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030003 and type 'MEDIA_ITEM' received
2012-04-03 15:11:10,633 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000030003 (online)
2012-04-03 15:11:10,634 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:10,635 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:10,646 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030003, format AVC_TS_MP_HD_AC3_ISO and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:10,646 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file rtmp://s6.webport.tv/live/z020503.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1
2012-04-03 15:11:10,647 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s6.webport.tv/live/z020503.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:10,647 DEBUG [ResourceTransportRequestHandler] Sending HEAD response back
2012-04-03 15:11:10,647 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Content-Length: 50000000000,Date: Tue, 03 Apr 2012 13:11:10 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_MP_HD_AC3_ISO;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=8D500000000000000000000000000000,transferMode.dlna.org: Streaming]]
2012-04-03 15:11:10,666 DEBUG [WebServer] Incoming connection from /192.168.1.251:45177
2012-04-03 15:11:10,666 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030003/MEDIA_ITEM/AVC_TS_MP_HD_AC3_ISO*0 HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Streaming,getMediaInfo.sec: 1,Host: 192.168.1.2:8895]]
2012-04-03 15:11:10,667 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:10,668 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:10,675 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030003 and type 'MEDIA_ITEM' received
2012-04-03 15:11:10,676 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000030003 (online)
2012-04-03 15:11:10,676 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:10,677 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:10,678 DEBUG [VideoDeliveryEngine] Delivering item '1000000000030003' for client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:10,679 DEBUG [VideoDeliveryEngine] Delivering file 'rtmp://s6.webport.tv/live/z020503.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1' using transcoding
2012-04-03 15:11:10,679 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:10,679 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: rtmp://s6.webport.tv/live/z020503.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1
2012-04-03 15:11:10,690 DEBUG [ProcessExecutor] Starting /root/.serviio/opt/bin/ffmpeg -i rtmp://s6.webport.tv/live/z020503.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1 -y -async 1 -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts pipe:
2012-04-03 15:11:23,393 WARN [ProcessExecutor] Process /root/.serviio/opt/bin/ffmpeg has a return code of 1! This is a possible error.
2012-04-03 15:11:23,393 DEBUG [TranscodingJobListener] Transcoding finished; successful: false
2012-04-03 15:11:37,705 DEBUG [StreamBasedTranscodingDeliveryStrategy] Transcoded stream is empty, connection may have been lost
2012-04-03 15:11:37,705 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s6.webport.tv/live/z020503.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:37,706 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 50000000000
2012-04-03 15:11:37,707 DEBUG [ResourceTransportRequestHandler] Sending file back
2012-04-03 15:11:37,707 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Content-Length: 50000000000,Date: Tue, 03 Apr 2012 13:11:37 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_MP_HD_AC3_ISO;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=8D500000000000000000000000000000,transferMode.dlna.org: Streaming,MediaInfo.sec: SEC_Duration=18000000;]]
2012-04-03 15:11:40,076 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.2, timeout = 0
2012-04-03 15:11:40,078 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 83403509-60a4-3ac0-bae1-94340baf2344
2012-04-03 15:11:41,957 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target uuid:83403509-60a4-3ac0-bae1-94340baf2344 from address /192.168.1.251:1025
2012-04-03 15:11:41,958 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.1.251:1025
2012-04-03 15:11:42,055 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:19
2012-04-03 15:11:42,260 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target uuid:83403509-60a4-3ac0-bae1-94340baf2344 from address /192.168.1.251:1025
2012-04-03 15:11:42,261 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.1.251:1025
2012-04-03 15:11:42,295 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-04-03 15:11:42,295 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
2012-04-03 15:11:42,298 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 1)
2012-04-03 15:11:42,317 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2012-04-03 15:11:42,373 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:42,421 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 4)
2012-04-03 15:11:42,464 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 5)
2012-04-03 15:11:42,563 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target uuid:83403509-60a4-3ac0-bae1-94340baf2344 from address /192.168.1.251:1025
2012-04-03 15:11:42,564 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.1.251:1025
2012-04-03 15:11:45,065 DEBUG [WebServer] Incoming connection from /192.168.1.251:54104
2012-04-03 15:11:45,066 DEBUG [ResourceTransportRequestHandler] HEAD /resource/1000000000030005/MEDIA_ITEM/AVC_TS_MP_HD_AC3_ISO*0 HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,Host: 192.168.1.2:8895]]
2012-04-03 15:11:45,067 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:45,068 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:45,069 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030005 and type 'MEDIA_ITEM' received
2012-04-03 15:11:45,069 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000030005 (online)
2012-04-03 15:11:45,069 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:45,070 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:45,072 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1000000000030005, format AVC_TS_MP_HD_AC3_ISO and profile Samsung TV / player (C/D-series)
2012-04-03 15:11:45,072 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file rtmp://s7.webport.tv/live/z020101.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1
2012-04-03 15:11:45,072 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file rtmp://s7.webport.tv/live/z020101.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1: AVC_TS_MP_HD_AC3_ISO
2012-04-03 15:11:45,073 DEBUG [ResourceTransportRequestHandler] Sending HEAD response back
2012-04-03 15:11:45,073 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Content-Length: 50000000000,Date: Tue, 03 Apr 2012 13:11:45 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/0.6.2,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_MP_HD_AC3_ISO;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=8D500000000000000000000000000000,transferMode.dlna.org: Streaming]]
2012-04-03 15:11:45,096 DEBUG [WebServer] Incoming connection from /192.168.1.251:46659
2012-04-03 15:11:45,096 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000000030005/MEDIA_ITEM/AVC_TS_MP_HD_AC3_ISO*0 HTTP/1.0, headers = [getcontentFeatures.dlna.org: 1,transferMode.dlna.org: Streaming,getMediaInfo.sec: 1,Host: 192.168.1.2:8895]]
2012-04-03 15:11:45,097 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.251
2012-04-03 15:11:45,098 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:45,099 DEBUG [ResourceTransportRequestHandler] Request for resource 1000000000030005 and type 'MEDIA_ITEM' received
2012-04-03 15:11:45,099 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000000030005 (online)
2012-04-03 15:11:45,099 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:45,100 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2012-04-03 15:11:45,102 DEBUG [VideoDeliveryEngine] Delivering item '1000000000030005' for client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:45,102 DEBUG [VideoDeliveryEngine] Delivering file 'rtmp://s7.webport.tv/live/z020101.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1' using transcoding
2012-04-03 15:11:45,102 DEBUG [AbstractTranscodingDeliveryEngine] Stopping previous transcoding job of file 'transcoding-temp-1000000000030003-MPEG2TS.stf'
2012-04-03 15:11:45,103 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.1.251, Profile=Samsung TV / player (C/D-series)'
2012-04-03 15:11:45,103 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: rtmp://s7.webport.tv/live/z020101.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1
2012-04-03 15:11:45,104 DEBUG [ProcessExecutor] Starting /root/.serviio/opt/bin/ffmpeg -i rtmp://s7.webport.tv/live/z020101.stream pageUrl=http://www.tvsector.com/ swfVfy=0 live=1 -y -async 1 -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts pipe: