FAQ  •  Register  •  Login

device detection Android with UPnPlay

<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Fri Jul 15, 2011 11:22 am

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:
  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.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Fri Jul 15, 2011 11:27 am

Re: device detection Android with UPnPlay

Look at this post, it should give you more information that will help you. Also you will need Upnplay running on the android when you try the steps in that thread.

What video player are you using?
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Jul 15, 2011 12:16 pm

Re: device detection Android with UPnPlay

Can you try opening this in a web browser:

http://192.168.11.3:45890/description.xml

Can you see the phone in DeviceSpy (Intell tools)?
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Sat Jul 16, 2011 10:22 am

Re: device detection Android with UPnPlay

moltra wrote:Look at this post, it should give you more information that will help you. Also you will need Upnplay running on the android when you try the steps in that thread.

What video player are you using?


Which post are you referring to?
The player is Vplayer, but that shouldn't matter i thought, since connecting to Serviio is UPnPlay's job.
I didn't specify : I do have basic transcoding working. But in a DHCP network environment, automatic device detection feels kinda important. So that my wireless android devices will automatically get a low bandwidth profile.
Last edited by Tii on Sat Jul 16, 2011 10:34 am, edited 2 times in total.
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Sat Jul 16, 2011 10:29 am

Re: device detection Android with UPnPlay

zip wrote:Can you try opening this in a web browser:

http://192.168.11.3:45890/description.xml


UPnPlay does respond, this is the source code of the URI :
  Code:
<?xml version="1.0" encoding="utf-8"?>
<root>
   <specVersion>
      <major>1</major>
      <minor>0</minor>
   </specVersion>
   <device>
      <deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType>
      <friendlyName>Android Player</friendlyName>
      <manufacturer>Bebopfreak</manufacturer>
      <manufacturerURL>http://upnplay.hoohol.ath.cx</manufacturerURL>
      <modelDescription>UPnPlay Media Renderer</modelDescription>
      <modelName>UPnPlay</modelName>
      <modelNumber>0.0.1</modelNumber>
      <modelURL>http://hoohol.ath.cx/upnpmr</modelURL>
      <serialNumber>1</serialNumber>
      <UDN>uuid:8db4-a131-f7aa-e0c5</UDN>
      <UPC>123456789</UPC>
      <iconList>
         <icon>
            <mimetype>image/png</mimetype>
            <width>72</width>
            <height>72</height>
            <depth>8</depth>
            <url>/icon.png</url>
         </icon>
      </iconList>
      <serviceList>
         <service>
            <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
            <SCPDURL>/ConnectionManager1.xml</SCPDURL>
            <controlURL>/control/connmgr1</controlURL>
            <eventSubURL>/event/connmgr1</eventSubURL>
         </service>
         <service>
            <serviceType>urn:schemas-upnp-org:service:RenderingControl:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:RenderingControl</serviceId>
            <SCPDURL>/RenderingControl1.xml</SCPDURL>
            <controlURL>/control/control1</controlURL>
            <eventSubURL>/event/control1</eventSubURL>
         </service>
         <service>
            <serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>
            <SCPDURL>/AVTransport1.xml</SCPDURL>
            <controlURL>/control/transport1</controlURL>
            <eventSubURL>/event/transport1</eventSubURL>
         </service>
      </serviceList>
      <INMPR03>1.0</INMPR03>
   </device>
</root>


zip wrote:Can you see the phone in DeviceSpy (Intell tools)?

no, it doesn't show up, i did try the sticky thread re unknown devices before posting.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Jul 17, 2011 4:51 pm

Re: device detection Android with UPnPlay

thanks for this. UPnPlay doesn't produce a correct description XML (missing namespace). I've added a workaround to the 0.6 codebase now.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Sun Jul 17, 2011 5:22 pm

Re: device detection Android with UPnPlay

I will let the developers of upnp know that and maybe they can fix it.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Sun Jul 17, 2011 7:09 pm

Re: device detection Android with UPnPlay

don't you be thanking me! :lol:
All thanks goes to you for your time & effort!

Untill .6 is out, is there some way we can work around this - or is patience the best medicine?
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Sun Jul 17, 2011 7:43 pm

Re: device detection Android with UPnPlay

If your android has the same IP address everytime, you should be able to pick your profile and then save the profiles and it will work fine.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Sun Jul 17, 2011 7:50 pm

Re: device detection Android with UPnPlay

that's what i've been doing so far, static entry in a dhcp network.
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Wed Jul 27, 2011 10:56 am

Re: device detection Android with UPnPlay

Following up on this, upnplay has been updated and now responds with :
  Code:
<?xml version="1.0" encoding="utf-8"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
   <specVersion>
      <major>1</major>
      <minor>0</minor>
   </specVersion>
   <device>
      <deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType>
      <friendlyName>Android Player</friendlyName>
      <manufacturer>Bebopfreak</manufacturer>
      <manufacturerURL>http://sdf.ath.cx/upnplay</manufacturerURL>
      <modelDescription>UPnPlay Media Renderer</modelDescription>
      <modelName>UPnPlay</modelName>
      <modelNumber>0.0.1</modelNumber>
      <modelURL>http://sdf.ath.cx/upnplay</modelURL>
      <serialNumber>1</serialNumber>
      <UDN>uuid:8db4-a131-f7aa-e0c5</UDN>
      <UPC>123456789</UPC>
      <iconList>
         <icon>
            <mimetype>image/png</mimetype>
            <width>72</width>
            <height>72</height>
            <depth>8</depth>
            <url>/icon.png</url>
         </icon>
      </iconList>
      <serviceList>
         <service>
            <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
            <SCPDURL>/ConnectionManager1.xml</SCPDURL>
            <controlURL>/control/connmgr1</controlURL>
            <eventSubURL>/event/connmgr1</eventSubURL>
         </service>
         <service>
            <serviceType>urn:schemas-upnp-org:service:RenderingControl:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:RenderingControl</serviceId>
            <SCPDURL>/RenderingControl1.xml</SCPDURL>
            <controlURL>/control/control1</controlURL>
            <eventSubURL>/event/control1</eventSubURL>
         </service>
         <service>
            <serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>
            <serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>
            <SCPDURL>/AVTransport1.xml</SCPDURL>
            <controlURL>/control/transport1</controlURL>
            <eventSubURL>/event/transport1</eventSubURL>
         </service>
      </serviceList>
      <INMPR03>1.0</INMPR03>
   </device>
</root>


I'm guessing this is more standard because Serviio is now showing a device name 'UPnPlay', which is going to allow us to assign a specific profile to it!
So, nothing but joy. :mrgreen:

Could some one please help me with the simplest possible profile that would always transcode video to a lower bitrate?

Tia,
Tom.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Jul 27, 2011 12:23 pm

Re: device detection Android with UPnPlay

Tii wrote:Could some one please help me with the simplest possible profile that would always transcode video to a lower bitrate?

For autodetection, you could try with that:
  Code:
   <Profile id="17" name="Android Player" extendsProfileId="1">
      <Detection>
         <UPnPSearch>
            <ModelName>UPnPlay</ModelName>
         </UPnPSearch>
      </Detection>
   </Profile>

Do you want all video transcoded in lower bitrate? what value for bitrate?

With INTEL tool, do you see a GetProtocolInfo sink ?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Wed Jul 27, 2011 12:41 pm

Re: device detection Android with UPnPlay

The new version of UPnPlay now also shows up in "Device Spy", previous version didn't.
Here is the getprotocolinfo sink :
  Code:
http-get:*:audio/amr:*,
http-get:*:audio/midi:*,
http-get:*:audio/mpeg:*,
http-get:*:audio/x-mpeg:*,
http-get:*:audio/mp1:*,
http-get:*:audio/ogg:*,
http-get:*:audio/x-ogg:*,
http-get:*:application/ogg:*,
http-get:*:audio/x-aac:*,
http-get:*:audio/mp4:*,
http-get:*:audio/aac:*,
http-get:*:audio/m4a:*,
http-get:*:application/m4a:*,
http-get:*:audio/x-m4a:*,
http-get:*:application/x-m4a:*,
http-get:*:audio/x-wav:*,
http-get:*:audio/wave:*,
http-get:*:audio/wav:*


I don't know the bitrate yet - I'll need to experiment with the wifi network to find the sweet spot. I'm guessing it'll be around 2000 ?

Thanks!
Tom.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Jul 27, 2011 12:49 pm

Re: device detection Android with UPnPlay

no video mime-type
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Wed Jul 27, 2011 1:01 pm

Re: device detection Android with UPnPlay

meaning we're stuck ?
Can't we just say smt like :
  Code:
transcode any video to mpegts with maxVBitrate="2000"
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Jul 27, 2011 1:10 pm

Re: device detection Android with UPnPlay

Try this:
  Code:
   <Profile id="17" name="Android Player" extendsProfileId="1">
      <Detection>
         <UPnPSearch>
            <ModelName>UPnPlay</ModelName>
         </UPnPSearch>
      </Detection>
      <Transcoding>
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" maxVBitrate="2000" targetACodec="mp3">
            <Matches container="matroska" />
            <Matches container="mp4" />
            <Matches container="asf" />
            <Matches container="avi" />
         </Video>
         <Audio targetContainer="mp3">
            <Matches container="flac" />
         </Audio>
      </Transcoding>     
   </Profile>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Wed Jul 27, 2011 2:04 pm

Re: device detection Android with UPnPlay

very close, but no audio.
this _does_ work :
  Code:
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="2000" targetACodec="mp3">


Well, that kinda closes this thread for me.

Thanks to the Dev, and all those who helped me setting up Android DLNA video streaming with Serviio and UPnPlay on my LG Optimus 2X P990 in a WiFi DHCP configured network.

If Google doesn't pick up some decent keywords in the phrase above, then I dunno anymore! :)

cheers,
Tom.
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Wed Jul 27, 2011 11:05 pm

Re: device detection Android with UPnPlay

i just tested UPNP and rockplayer with generic profile and so far it plays everything i throw at it so not sure we need to transcode it so heavily. Althoguh i cant see UPNP in devicespy so maybe they havent added new version to android market place yet..
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Tii

Serviio newbie

Posts: 10

Joined: Fri Jul 15, 2011 11:15 am

Post Thu Jul 28, 2011 9:07 am

Re: device detection Android with UPnPlay

Untill I set things up as described above, I had nothing but stutter playing a 720p MKV file over WiFi.
But as so often is the case with these kind of things : YMMV.

If it works for you without transcoding & on generic profile then there's no need to tinker with the settings. I tried it with the defaults, but no joy. Now it works just fine.

HAve a good one,
Tom.

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 20 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.