device detection Android with UPnPlay

Hi all,
first post here - I hope I won't break any rules. If I do, please let me know so I can avoid it in the future?
I'm trying to get device detection (and proper non-generic transcoding) working for my Android phone (LG Optimus 2X), but the Serviio log is showing an error on reading the device description:
The device in question is on ip 192.168.11.3
Could any one chime in with any hints?
Cheers,
Tom.
first post here - I hope I won't break any rules. If I do, please let me know so I can avoid it in the future?
I'm trying to get device detection (and proper non-generic transcoding) working for my Android phone (LG Optimus 2X), but the Serviio log is showing an error on reading the device description:
- Code:
2011-07-15 13:09:07,185 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-07-15 13:09:07,201 INFO [MediaServer] ------------------------------------------------------------------------
2011-07-15 13:09:07,201 INFO [MediaServer] Serviio DLNA media streaming server v 0.5.2 (rev. 4e3210bd9ff3)
2011-07-15 13:09:07,201 INFO [MediaServer] Petr Nejedly 2009-2011
2011-07-15 13:09:07,201 INFO [MediaServer] http://www.serviio.org
2011-07-15 13:09:07,201 INFO [MediaServer]
2011-07-15 13:09:07,201 INFO [MediaServer] Java 1.6.0_26-Sun Microsystems Inc.
2011-07-15 13:09:07,201 INFO [MediaServer] OS Windows 7 x86 6.1
2011-07-15 13:09:07,201 INFO [MediaServer] File encoding: windows-1252
2011-07-15 13:09:07,201 INFO [MediaServer] ------------------------------------------------------------------------
2011-07-15 13:09:07,934 INFO [RestletServer] Starting Restlet server exposed on localhost:23423
2011-07-15 13:09:08,043 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2011-07-15 13:09:08,043 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2011-07-15 13:09:09,868 DEBUG [ServiioConsole] Initializing Serviio Console
2011-07-15 13:09:09,915 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2011-07-15 13:09:09,915 INFO [ServiioConsole] Starting Serviio Console
2011-07-15 13:09:10,055 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2011-07-15 13:09:10,055 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2011-07-15 13:09:10,055 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2011-07-15 13:09:10,071 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2011-07-15 13:09:10,071 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2011-07-15 13:09:10,071 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2011-07-15 13:09:10,071 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2011-07-15 13:09:10,071 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2011-07-15 13:09:10,336 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2011-07-15 13:09:10,383 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2011-07-15 13:09:10,383 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
2011-07-15 13:09:10,867 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2011-07-15 13:09:10,867 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2011-07-15 13:09:11,023 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
2011-07-15 13:09:11,163 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2011-07-15 13:09:11,163 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2011-07-15 13:09:11,288 INFO [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2011-07-15 13:09:11,288 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2011-07-15 13:09:11,381 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2011-07-15 13:09:11,381 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2011-07-15 13:09:11,506 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2011-07-15 13:09:11,506 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2011-07-15 13:09:11,600 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2011-07-15 13:09:11,600 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2011-07-15 13:09:11,818 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2011-07-15 13:09:11,818 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2011-07-15 13:09:11,865 INFO [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8)
2011-07-15 13:09:11,865 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2011-07-15 13:09:12,380 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2011-07-15 13:09:12,380 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2011-07-15 13:09:12,848 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
2011-07-15 13:09:12,848 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 12
2011-07-15 13:09:12,973 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2011-07-15 13:09:12,973 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2011-07-15 13:09:12,988 INFO [Messages] Loaded console message bundle for locale: en
2011-07-15 13:09:13,066 INFO [ProfilesDefinitionParser] Added profile 'Toshiba Rezga' (id=13)
2011-07-15 13:09:13,082 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
2011-07-15 13:09:13,160 INFO [ProfilesDefinitionParser] Added profile 'Android LG-P990 HDx264' (id=14)
2011-07-15 13:09:13,191 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2011-07-15 13:09:13,207 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2011-07-15 13:09:13,612 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2011-07-15 13:09:13,612 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2011-07-15 13:09:13,659 DEBUG [AbstractTranscodingDeliveryEngine] Deleting temporary transcoded files from: C:\Windows\TEMP\Serviio
2011-07-15 13:09:13,659 INFO [WebServer] Socket buffer set to 65535 bytes
2011-07-15 13:09:13,721 INFO [WebServer] WebServer starting on port 8895
2011-07-15 13:09:14,158 INFO [Device] Created UPnP Device with UUID: 1ab5327c-8df6-33e0-bb4a-45fe6c1da22a, bound address: 192.168.11.1
2011-07-15 13:09:14,221 INFO [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2011-07-15 13:09:14,236 INFO [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2011-07-15 13:09:14,252 INFO [CompositeCacheConfigurator] Setting default auxiliaries to null
2011-07-15 13:09:14,252 INFO [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2011-07-15 13:09:14,252 INFO [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-07-15 13:09:14,252 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2011-07-15 13:09:14,252 INFO [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1310728154252, LastAccessTime = 1310728154252, getTimeToLiveSeconds() = -1, createTime = 1310728154252 ]
2011-07-15 13:09:14,252 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2011-07-15 13:09:14,267 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2011-07-15 13:09:14,267 INFO [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-07-15 13:09:14,267 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2011-07-15 13:09:14,267 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_default
2011-07-15 13:09:14,267 INFO [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-07-15 13:09:14,267 INFO [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
2011-07-15 13:09:14,267 INFO [CompositeCacheConfigurator] Finished configuration in 15 ms.
2011-07-15 13:09:14,283 DEBUG [DiscoveryManager] UPNP device 1ab5327c-8df6-33e0-bb4a-45fe6c1da22a (192.168.11.1) is available
2011-07-15 13:09:14,283 INFO [EventDispatcher] Starting EventDispatcher
2011-07-15 13:09:14,283 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2011-07-15 13:09:14,283 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2011-07-15 13:09:14,299 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2011-07-15 13:09:14,299 INFO [RendererSearchSender] Searching for Renderer devices
2011-07-15 13:09:14,346 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth3 (Realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.20)) and address 192.168.11.1, timeout = 0
2011-07-15 13:09:14,877 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth3 (Realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.20)) and address 192.168.11.1, timeout = 0
2011-07-15 13:09:14,924 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 1ab5327c-8df6-33e0-bb4a-45fe6c1da22a
2011-07-15 13:09:14,939 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface eth3 (Realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.20)) and address 192.168.11.1, timeout = 0
2011-07-15 13:09:14,939 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2011-07-15 13:09:14,939 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.11.1:63519
2011-07-15 13:09:14,939 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.11.1:63519
2011-07-15 13:09:14,955 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.11.1:63519
2011-07-15 13:09:16,733 DEBUG [WebServer] Incoming connection from /192.168.11.14:50063
2011-07-15 13:09:16,780 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 1ab5327c-8df6-33e0-bb4a-45fe6c1da22a from 192.168.11.14 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.11.1:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50])
2011-07-15 13:09:16,780 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.14
2011-07-15 13:09:16,811 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.14
2011-07-15 13:09:16,889 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-07-15 13:09:17,186 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-07-15 13:09:17,248 DEBUG [WebServer] Incoming connection from /192.168.11.14:50064
2011-07-15 13:09:17,248 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-07-15 13:09:17,560 DEBUG [RendererSearchSender] Received search response: location: http://192.168.11.3:45890/description.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2011-07-15 13:09:17,560 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 8db4-a131-f7aa-e0c5 from address /192.168.11.3:41249
2011-07-15 13:09:17,576 DEBUG [RendererManager] Retrieve device description from http://192.168.11.3:45890/description.xml
2011-07-15 13:09:17,872 WARN [RendererManager] Error while retrieving renderer description: Cannot parse device description
2011-07-15 13:09:19,510 DEBUG [RendererSearchSender] Received search response: location: http://192.168.11.3:45890/description.xml, st: urn:schemas-upnp-org:device:MediaRenderer:1
2011-07-15 13:09:19,510 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 8db4-a131-f7aa-e0c5 from address /192.168.11.3:48549
2011-07-15 13:09:19,510 DEBUG [RendererManager] Retrieve device description from http://192.168.11.3:45890/description.xml
2011-07-15 13:09:19,635 WARN [RendererManager] Error while retrieving renderer description: Cannot parse device description
2011-07-15 13:09:19,728 DEBUG [WebServer] Incoming connection from /192.168.11.3:44686
2011-07-15 13:09:19,947 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.11.3:
2011-07-15 13:09:19,947 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.3
2011-07-15 13:09:20,259 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = 0, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 100, sortCriteria =
2011-07-15 13:09:20,290 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2011-07-15 13:09:20,306 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=0, titleKey=pc5dczc_media_library, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = null
2011-07-15 13:09:20,321 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A, titleKey=audio, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,337 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_A, titleKey=artists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,337 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListArtistInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,352 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListArtistsForInitialCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=ART, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,352 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAlbumsForArtistCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=A, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,368 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForArtistAndAlbumCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,368 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,384 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAudioFoldersByNameCommand, containerClass=STORAGE_FOLDER, itemClass=MUSIC_TRACK, idPrefix=FOL, recursive=true, cacheRegion=local_default
2011-07-15 13:09:20,384 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,399 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAudioGenresByNameCommand, containerClass=MUSIC_GENRE, itemClass=null, idPrefix=GEN, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,399 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForGenreCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,399 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,415 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,415 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForInitialCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,430 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_R, titleKey=random, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2011-07-15 13:09:20,430 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListRandomSongsCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=no_cache
2011-07-15 13:09:20,446 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_S, titleKey=All songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-15 13:09:20,446 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAllSongsCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,462 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_AS, titleKey=Artist Songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-15 13:09:20,462 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListArtistsByNameCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=ART_S, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,462 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForArtistCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,477 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_ALB, titleKey=All albums, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-15 13:09:20,477 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAllAlbumsCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=ALB, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,493 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForAlbumCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,493 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I, titleKey=image, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,508 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_A, titleKey=albums, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,508 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListFlatImageFoldersByNameCommand, containerClass=CONTAINER, itemClass=null, idPrefix=ALB, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,524 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesForFolderCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,524 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,524 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImageFoldersByNameCommand, containerClass=STORAGE_FOLDER, itemClass=PHOTO, idPrefix=FOL, recursive=true, cacheRegion=local_default
2011-07-15 13:09:20,540 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_Y, titleKey=year, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,540 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesCreationYearsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=YEAR, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,555 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesForCreationYearCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,555 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_T, titleKey=month, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,571 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesCreationYearsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=YEAR, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,571 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesCreationMonthsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=MON, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,586 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesForCreationMonthAndYearCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,586 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_AI, titleKey=All images, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-15 13:09:20,586 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListAllImagesCommand, containerClass=null, itemClass=PHOTO, idPrefix=I, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,602 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V, titleKey=video, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,602 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,618 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,618 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForInitialCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,633 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_M, titleKey=movies, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,633 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListMovieVideosByNameCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,649 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_S, titleKey=series, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,649 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListSeriesByNameCommand, containerClass=CONTAINER, itemClass=null, idPrefix=SER, recursive=false, cacheRegion=local_resetafterplay
2011-07-15 13:09:20,664 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListSeasonsForSeriesCommand, containerClass=CONTAINER, itemClass=null, idPrefix=SSN, recursive=false, cacheRegion=local_resetafterplay
2011-07-15 13:09:20,664 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListEpisodesForSeriesSeasonCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_resetafterplay
2011-07-15 13:09:20,680 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,680 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoFoldersByNameCommand, containerClass=STORAGE_FOLDER, itemClass=VIDEO_ITEM, idPrefix=FOL, recursive=true, cacheRegion=local_default
2011-07-15 13:09:20,696 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LV, titleKey=last_viewed, class=CONTAINER, cacheRegion=local_resetafterplay, browsable = null, editable = true
2011-07-15 13:09:20,696 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListLastViewedVideosCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_resetafterplay
2011-07-15 13:09:20,696 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LA, titleKey=last_added, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,711 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListLastAddedVideosCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,727 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,727 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoGenresByNameCommand, containerClass=CONTAINER, itemClass=null, idPrefix=GEN, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,742 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForGenreCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,742 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_A, titleKey=actors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,758 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListActorInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,758 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListActorsForInitialCommand, containerClass=PERSON, itemClass=null, idPrefix=P, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,774 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForActorCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,774 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_D, titleKey=directors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,789 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListDirectorInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,789 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListDirectorsForInitialCommand, containerClass=PERSON, itemClass=null, idPrefix=P, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,805 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForDirectorCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,805 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_P, titleKey=producers, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-15 13:09:20,820 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListProducerInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,820 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListProducersForInitialCommand, containerClass=PERSON, itemClass=null, idPrefix=P, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,836 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForProducerCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=V, recursive=false, cacheRegion=local_default
2011-07-15 13:09:20,852 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2011-07-15 13:09:20,867 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-15 13:09:20,898 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-15 13:09:20,945 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2011-07-15 13:09:21,912 DEBUG [ServiioConsole] Retrieving preferred console language
2011-07-15 13:09:22,474 DEBUG [ServiioConsole] Setting console locale to be: en
2011-07-15 13:09:22,474 INFO [Messages] Loaded console message bundle for locale: en
2011-07-15 13:09:22,599 INFO [UpdateChecker] Checking if a new version is available
2011-07-15 13:09:22,646 DEBUG [WebServer] Incoming connection from /192.168.11.3:57861
2011-07-15 13:09:22,864 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.11.3:
2011-07-15 13:09:22,864 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.3
2011-07-15 13:09:22,880 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = V, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 100, sortCriteria =
2011-07-15 13:09:23,036 DEBUG [ServiioFrameView] Initializing main frame
2011-07-15 13:09:23,192 DEBUG [ServiioFrameView] System tray is supported
2011-07-15 13:09:24,346 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-15 13:09:24,346 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-15 13:09:24,689 DEBUG [RendererDAOImpl] Retrieving list of all stored renderers
2011-07-15 13:09:27,279 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth3 (Realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.20)) and address 192.168.11.1, timeout = 0
2011-07-15 13:09:27,279 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 1ab5327c-8df6-33e0-bb4a-45fe6c1da22a
2011-07-15 13:09:27,684 DEBUG [WebServer] Incoming connection from /192.168.11.3:45882
2011-07-15 13:09:27,918 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.11.3:
2011-07-15 13:09:27,918 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.3
2011-07-15 13:09:27,918 DEBUG [ContentDirectory] Browse() called for renderer Unrecognized device (profile 1) with parameters: objectID = V_M, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 100, sortCriteria =
2011-07-15 13:09:28,184 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19447 and profile Generic DLNA profile
2011-07-15 13:09:28,293 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19448 and profile Generic DLNA profile
2011-07-15 13:09:28,293 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19495 and profile Generic DLNA profile
2011-07-15 13:09:28,324 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19496 and profile Generic DLNA profile
2011-07-15 13:09:28,324 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19449 and profile Generic DLNA profile
2011-07-15 13:09:28,324 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19533 and profile Generic DLNA profile
2011-07-15 13:09:28,340 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 21052 and profile Generic DLNA profile
2011-07-15 13:09:28,355 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19450 and profile Generic DLNA profile
2011-07-15 13:09:28,355 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19452 and profile Generic DLNA profile
2011-07-15 13:09:28,355 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 21053 and profile Generic DLNA profile
2011-07-15 13:09:28,371 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19534 and profile Generic DLNA profile
2011-07-15 13:09:28,386 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19535 and profile Generic DLNA profile
2011-07-15 13:09:28,386 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19546 and profile Generic DLNA profile
2011-07-15 13:09:28,386 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19536 and profile Generic DLNA profile
2011-07-15 13:09:28,402 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19537 and profile Generic DLNA profile
2011-07-15 13:09:28,402 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19547 and profile Generic DLNA profile
2011-07-15 13:09:28,418 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19456 and profile Generic DLNA profile
2011-07-15 13:09:28,418 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19457 and profile Generic DLNA profile
2011-07-15 13:09:28,418 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19458 and profile Generic DLNA profile
2011-07-15 13:09:28,418 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19459 and profile Generic DLNA profile
2011-07-15 13:09:28,433 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19460 and profile Generic DLNA profile
2011-07-15 13:09:28,433 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19461 and profile Generic DLNA profile
2011-07-15 13:09:28,433 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19462 and profile Generic DLNA profile
2011-07-15 13:09:28,449 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19463 and profile Generic DLNA profile
2011-07-15 13:09:28,449 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19464 and profile Generic DLNA profile
2011-07-15 13:09:28,449 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19465 and profile Generic DLNA profile
2011-07-15 13:09:28,464 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19466 and profile Generic DLNA profile
2011-07-15 13:09:28,464 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19467 and profile Generic DLNA profile
2011-07-15 13:09:28,480 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19468 and profile Generic DLNA profile
2011-07-15 13:09:28,480 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19469 and profile Generic DLNA profile
2011-07-15 13:09:28,480 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19470 and profile Generic DLNA profile
2011-07-15 13:09:28,496 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19471 and profile Generic DLNA profile
2011-07-15 13:09:28,496 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19472 and profile Generic DLNA profile
2011-07-15 13:09:28,496 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19473 and profile Generic DLNA profile
2011-07-15 13:09:28,496 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19474 and profile Generic DLNA profile
2011-07-15 13:09:28,511 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19548 and profile Generic DLNA profile
2011-07-15 13:09:28,511 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19475 and profile Generic DLNA profile
2011-07-15 13:09:28,511 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19538 and profile Generic DLNA profile
2011-07-15 13:09:28,527 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19476 and profile Generic DLNA profile
2011-07-15 13:09:28,527 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19477 and profile Generic DLNA profile
2011-07-15 13:09:28,527 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19482 and profile Generic DLNA profile
2011-07-15 13:09:28,542 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 21054 and profile Generic DLNA profile
2011-07-15 13:09:28,542 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19483 and profile Generic DLNA profile
2011-07-15 13:09:28,542 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 21055 and profile Generic DLNA profile
2011-07-15 13:09:28,542 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19484 and profile Generic DLNA profile
2011-07-15 13:09:28,558 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19492 and profile Generic DLNA profile
2011-07-15 13:09:28,558 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19494 and profile Generic DLNA profile
2011-07-15 13:09:28,558 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19539 and profile Generic DLNA profile
2011-07-15 13:09:28,558 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 21051 and profile Generic DLNA profile
2011-07-15 13:09:28,574 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19485 and profile Generic DLNA profile
2011-07-15 13:09:28,574 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19486 and profile Generic DLNA profile
2011-07-15 13:09:28,574 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19487 and profile Generic DLNA profile
2011-07-15 13:09:28,574 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19488 and profile Generic DLNA profile
2011-07-15 13:09:28,589 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19489 and profile Generic DLNA profile
2011-07-15 13:09:28,589 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19549 and profile Generic DLNA profile
2011-07-15 13:09:28,589 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19540 and profile Generic DLNA profile
2011-07-15 13:09:28,589 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19497 and profile Generic DLNA profile
2011-07-15 13:09:28,605 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19541 and profile Generic DLNA profile
2011-07-15 13:09:28,605 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19498 and profile Generic DLNA profile
2011-07-15 13:09:28,605 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 21050 and profile Generic DLNA profile
2011-07-15 13:09:28,620 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19499 and profile Generic DLNA profile
2011-07-15 13:09:28,620 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19500 and profile Generic DLNA profile
2011-07-15 13:09:28,620 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19501 and profile Generic DLNA profile
2011-07-15 13:09:28,636 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19525 and profile Generic DLNA profile
2011-07-15 13:09:28,636 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19526 and profile Generic DLNA profile
2011-07-15 13:09:28,636 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19527 and profile Generic DLNA profile
2011-07-15 13:09:28,636 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19528 and profile Generic DLNA profile
2011-07-15 13:09:28,652 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 21056 and profile Generic DLNA profile
2011-07-15 13:09:28,652 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19529 and profile Generic DLNA profile
2011-07-15 13:09:28,652 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19542 and profile Generic DLNA profile
2011-07-15 13:09:28,652 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19454 and profile Generic DLNA profile
2011-07-15 13:09:28,667 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19543 and profile Generic DLNA profile
2011-07-15 13:09:28,667 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19530 and profile Generic DLNA profile
2011-07-15 13:09:28,667 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19531 and profile Generic DLNA profile
2011-07-15 13:09:28,667 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19532 and profile Generic DLNA profile
2011-07-15 13:09:28,683 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19544 and profile Generic DLNA profile
2011-07-15 13:09:28,683 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19545 and profile Generic DLNA profile
2011-07-15 13:09:28,683 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19552 and profile Generic DLNA profile
2011-07-15 13:09:28,683 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19553 and profile Generic DLNA profile
2011-07-15 13:09:28,683 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19554 and profile Generic DLNA profile
2011-07-15 13:09:28,698 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19555 and profile Generic DLNA profile
2011-07-15 13:09:28,698 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19556 and profile Generic DLNA profile
2011-07-15 13:09:28,698 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19493 and profile Generic DLNA profile
2011-07-15 13:09:28,698 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19550 and profile Generic DLNA profile
2011-07-15 13:09:28,714 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19551 and profile Generic DLNA profile
2011-07-15 13:09:28,714 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19557 and profile Generic DLNA profile
2011-07-15 13:09:28,714 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 19558 and profile Generic DLNA profile
2011-07-15 13:09:28,714 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-15 13:09:28,901 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-15 13:09:29,260 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-07-15 13:09:33,176 DEBUG [RendererManager] Adding renderer Renderer [uuid=453edf54-c98a-11d9-8bde-0010c6fe9eb8, ipAddress=192.168.11.6, name=Philips Wireless Music Station, profileId=1, manuallyAdded=false] to list of active renderers
2011-07-15 13:09:39,260 DEBUG [WebServer] Incoming connection from /192.168.11.3:51260
2011-07-15 13:09:39,260 DEBUG [ResourceTransportRequestHandler] GET /resource/21052/MEDIA_ITEM/MATROSKA$0 HTTP/1.1, headers = [User-Agent: Lavf53.2.0,Accept: */*,Range: bytes=0-,Connection: close,Host: 192.168.11.1:8895]]
2011-07-15 13:09:39,260 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.3
2011-07-15 13:09:39,260 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.11.3, Profile=Generic DLNA profile'
2011-07-15 13:09:39,260 DEBUG [ResourceTransportRequestHandler] Request for resource 21052 and type 'MEDIA_ITEM' received
2011-07-15 13:09:39,260 DEBUG [VideoDeliveryEngine] Delivering item '21052' for client 'IPAddress=/192.168.11.3, Profile=Generic DLNA profile'
2011-07-15 13:09:39,260 DEBUG [VideoDeliveryEngine] Delivering file 'An.American.Tail.Fievel.Goes.West.1991.720p.HDTV.x264-Funner.mkv' in native format
2011-07-15 13:09:39,478 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-07-15 13:09:39,478 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2201088872
2011-07-15 13:09:39,478 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-07-15 13:09:39,478 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/x-matroska,Content-Range: bytes 0-2201088871/2201088872,Content-Length: 2201088872,Date: Fri, 15 Jul 2011 11:09:39 GMT,Server: Windows 7, UPnP/1.0 DLNADOC/1.50, Serviio/0.5.2,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2011-07-15 13:09:39,618 DEBUG [WebServer] Incoming connection from /192.168.11.3:51261
2011-07-15 13:09:39,618 DEBUG [ResourceTransportRequestHandler] GET /resource/21052/MEDIA_ITEM/MATROSKA$0 HTTP/1.1, headers = [User-Agent: Lavf53.2.0,Accept: */*,Range: bytes=2201030792-,Connection: close,Host: 192.168.11.1:8895]]
2011-07-15 13:09:39,618 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.3
2011-07-15 13:09:39,618 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.11.3, Profile=Generic DLNA profile'
2011-07-15 13:09:39,618 DEBUG [ResourceTransportRequestHandler] Request for resource 21052 and type 'MEDIA_ITEM' received
2011-07-15 13:09:39,618 DEBUG [VideoDeliveryEngine] Delivering item '21052' for client 'IPAddress=/192.168.11.3, Profile=Generic DLNA profile'
2011-07-15 13:09:39,618 DEBUG [VideoDeliveryEngine] Delivering file 'An.American.Tail.Fievel.Goes.West.1991.720p.HDTV.x264-Funner.mkv' in native format
2011-07-15 13:09:39,618 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 58080
2011-07-15 13:09:39,618 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-07-15 13:09:39,618 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/x-matroska,Content-Range: bytes 2201030792-2201088871/2201088872,Content-Length: 58080,Date: Fri, 15 Jul 2011 11:09:39 GMT,Server: Windows 7, UPnP/1.0 DLNADOC/1.50, Serviio/0.5.2,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2011-07-15 13:09:39,634 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2011-07-15 13:09:39,634 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth3 (Realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.20)) and address 192.168.11.1, timeout = 0
2011-07-15 13:09:39,634 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 1ab5327c-8df6-33e0-bb4a-45fe6c1da22a
2011-07-15 13:09:39,681 DEBUG [WebServer] Incoming connection from /192.168.11.3:51262
2011-07-15 13:09:39,681 DEBUG [ResourceTransportRequestHandler] GET /resource/21052/MEDIA_ITEM/MATROSKA$0 HTTP/1.1, headers = [User-Agent: Lavf53.2.0,Accept: */*,Range: bytes=5551-,Connection: close,Host: 192.168.11.1:8895]]
2011-07-15 13:09:39,681 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.3
2011-07-15 13:09:39,681 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.11.3, Profile=Generic DLNA profile'
2011-07-15 13:09:39,681 DEBUG [ResourceTransportRequestHandler] Request for resource 21052 and type 'MEDIA_ITEM' received
2011-07-15 13:09:39,681 DEBUG [VideoDeliveryEngine] Delivering item '21052' for client 'IPAddress=/192.168.11.3, Profile=Generic DLNA profile'
2011-07-15 13:09:39,681 DEBUG [VideoDeliveryEngine] Delivering file 'An.American.Tail.Fievel.Goes.West.1991.720p.HDTV.x264-Funner.mkv' in native format
2011-07-15 13:09:39,681 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 2201083321
2011-07-15 13:09:39,681 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-07-15 13:09:39,681 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/x-matroska,Content-Range: bytes 5551-2201088871/2201088872,Content-Length: 2201083321,Date: Fri, 15 Jul 2011 11:09:39 GMT,Server: Windows 7, UPnP/1.0 DLNADOC/1.50, Serviio/0.5.2,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2011-07-15 13:09:40,960 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2011-07-15 13:09:40,960 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2011-07-15 13:09:41,600 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:01
2011-07-15 13:09:41,957 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: E:\video\Cars\subaru canada commercial.mov
2011-07-15 13:09:41,958 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i E:\video\Cars\subaru canada commercial.mov
2011-07-15 13:09:42,142 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: E:\video\Cars\Subaru Impreza WRX - Commercial Silver1.mov
2011-07-15 13:09:42,142 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i E:\video\Cars\Subaru Impreza WRX - Commercial Silver1.mov
2011-07-15 13:09:42,254 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: E:\video\Cars\subaru_wrx_motorweek.mov
2011-07-15 13:09:42,255 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i E:\video\Cars\subaru_wrx_motorweek.mov
2011-07-15 13:09:42,360 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: E:\video\Cars\Toyota MR2 GT vs Subaru impreza WRX.avi
2011-07-15 13:09:42,361 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i E:\video\Cars\Toyota MR2 GT vs Subaru impreza WRX.avi
2011-07-15 13:09:43,607 DEBUG [WebServer] Incoming connection from /192.168.11.6:1037
2011-07-15 13:09:43,622 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 1ab5327c-8df6-33e0-bb4a-45fe6c1da22a from 192.168.11.6 (headers = [Host: 192.168.11.1:8895,Connection: close,User-Agent: Allegro-Software-WebClient/4.32,Accept: */*])
2011-07-15 13:09:43,622 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.6
2011-07-15 13:09:43,623 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.11.6
2011-07-15 13:09:43,633 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-07-15 13:09:43,788 DEBUG [WebServer] Incoming connection from /192.168.11.6:2364
2011-07-15 13:09:43,804 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
2011-07-15 13:09:43,819 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2011-07-15 13:09:44,144 DEBUG [WebServer] Incoming connection from /192.168.11.6:2606
2011-07-15 13:09:44,156 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
2011-07-15 13:09:44,183 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2011-07-15 13:09:45,145 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
The device in question is on ip 192.168.11.3
Could any one chime in with any hints?
Cheers,
Tom.