Page 1 of 2

Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 3:24 pm
by hozedhead
Has anyone successfully created a transcoding profile for Roku? I'm not great with this stuff and if someone has already done it, please share! :)

Image

These are the formats that are supported. When I transcode using Handbrake I use the following query:

-i "sourcefile" -t 1 -c 1 -o "targetfile" -f mp4 -4 -O --decomb --strict-anamorphic -e ffmpeg -b 1500 -r 29.97 -a 1 -E faac -6 dpl2 -R Auto -B 160 -D 0.0 --verbose=1

My TV sets are SD. (4:3 NTSC)

I would like to transcode all non-mp4 or mov files on the fly with serviio. I have found that some wmv files won't play on Roku for whatever reason. I would also like to transcode flac files to mp3 @256 on the fly.

Thanks in advance for any help.

Edit: I forgot to mention that video must be HLS stream or else on the fly transcoding won't work with Roku. I'd still like the ability to transcode flac audio on the fly if HLS isn't feasible with Serviio.

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 3:54 pm
by Cerberus
hozedhead wrote:Has anyone successfully created a transcoding profile for Roku? I'm not great with this stuff and if someone has already done it, please share! :)

Image

These are the formats that are supported. When I transcode using Handbrake I use the following query:

-i "sourcefile" -t 1 -c 1 -o "targetfile" -f mp4 -4 -O --decomb --strict-anamorphic -e ffmpeg -b 1500 -r 29.97 -a 1 -E faac -6 dpl2 -R Auto -B 160 -D 0.0 --verbose=1

My TV sets are SD. (4:3 NTSC)

I would like to transcode all non-mp4 or mov files on the fly with serviio. I have found that some wmv files won't play on Roku for whatever reason. I would also like to transcode flac files to mp3 @256 on the fly.

Thanks in advance for any help.

Edit: I forgot to mention that video must be HLS stream or else on the fly transcoding won't work with Roku. I'd still like the ability to transcode flac audio on the fly if HLS isn't feasible with Serviio.


Please follow the hows in my signiture as follwos and post the information here:

Provide supported formats of a device : follow and post information here.

Turn on detailed logging: if your device does NOT appear in devicespy then you will need to remove all the renderers from serviio, delete any old log file and the completely restart serviio and post teh new log here.

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 5:26 pm
by hozedhead
  Code:
2011-07-28 10:04:54,265 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-07-28 10:04:54,265 INFO  [MediaServer] ------------------------------------------------------------------------
2011-07-28 10:04:54,265 INFO  [MediaServer] Serviio DLNA media streaming server v 0.5.2 (rev. 4e3210bd9ff3)
2011-07-28 10:04:54,265 INFO  [MediaServer] Petr Nejedly 2009-2011
2011-07-28 10:04:54,265 INFO  [MediaServer] http://www.serviio.org
2011-07-28 10:04:54,265 INFO  [MediaServer]
2011-07-28 10:04:54,265 INFO  [MediaServer] Java 1.6.0_26-Sun Microsystems Inc.
2011-07-28 10:04:54,265 INFO  [MediaServer] OS Windows XP x86 5.1
2011-07-28 10:04:54,265 INFO  [MediaServer] File encoding: windows-1252
2011-07-28 10:04:54,265 INFO  [MediaServer] ------------------------------------------------------------------------
2011-07-28 10:04:54,405 INFO  [RestletServer] Starting Restlet server exposed on localhost:23423
2011-07-28 10:04:54,484 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2011-07-28 10:04:54,484 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2011-07-28 10:04:55,718 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2011-07-28 10:04:55,718 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2011-07-28 10:04:55,984 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2011-07-28 10:04:56,015 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2011-07-28 10:04:56,390 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2011-07-28 10:04:56,390 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2011-07-28 10:04:56,593 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2011-07-28 10:04:56,593 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2011-07-28 10:04:56,702 INFO  [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2011-07-28 10:04:56,718 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2011-07-28 10:04:56,796 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2011-07-28 10:04:56,796 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2011-07-28 10:04:56,921 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2011-07-28 10:04:56,921 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2011-07-28 10:04:56,984 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2011-07-28 10:04:56,984 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2011-07-28 10:04:57,171 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2011-07-28 10:04:57,187 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2011-07-28 10:04:57,234 INFO  [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8)
2011-07-28 10:04:57,234 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2011-07-28 10:04:57,531 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2011-07-28 10:04:57,531 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2011-07-28 10:04:58,046 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
2011-07-28 10:04:58,046 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 12
2011-07-28 10:04:58,156 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2011-07-28 10:04:58,171 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2011-07-28 10:04:58,249 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba Rezga' (id=13)
2011-07-28 10:04:58,249 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2011-07-28 10:04:58,249 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2011-07-28 10:04:58,312 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2011-07-28 10:04:58,328 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2011-07-28 10:04:58,343 INFO  [WebServer] Socket buffer set to 65535 bytes
2011-07-28 10:04:58,406 INFO  [WebServer] WebServer starting on port 8895
2011-07-28 10:04:58,593 INFO  [Device] Created UPnP Device with UUID: c5db91ac-54f5-3daa-b7ba-6fea634c26b1, bound address: 192.168.0.3
2011-07-28 10:04:58,624 INFO  [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2011-07-28 10:04:58,624 INFO  [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] Setting default auxiliaries to null
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1311872698640, LastAccessTime = 1311872698640, getTimeToLiveSeconds() = -1, createTime = 1311872698640 ]
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2011-07-28 10:04:58,656 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2011-07-28 10:04:58,656 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-28 10:04:58,656 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2011-07-28 10:04:58,656 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_default
2011-07-28 10:04:58,656 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-28 10:04:58,656 INFO  [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
2011-07-28 10:04:58,656 INFO  [CompositeCacheConfigurator] Finished configuration in 16 ms.
2011-07-28 10:04:58,656 DEBUG [DiscoveryManager] UPNP device c5db91ac-54f5-3daa-b7ba-6fea634c26b1 (192.168.0.3) is available
2011-07-28 10:04:58,671 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2011-07-28 10:04:58,671 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2011-07-28 10:04:58,671 INFO  [EventDispatcher] Starting EventDispatcher
2011-07-28 10:04:58,671 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:04:58,671 INFO  [RendererSearchSender] Searching for Renderer devices
2011-07-28 10:04:58,671 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2011-07-28 10:04:58,687 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:04:58,718 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:04:58,718 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 10:04:58,734 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2011-07-28 10:04:58,734 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.3:1538
2011-07-28 10:04:58,734 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.3:1538
2011-07-28 10:04:58,734 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.3:1538
2011-07-28 10:04:58,765 DEBUG [WebServer] Incoming connection from /192.168.0.3:1540
2011-07-28 10:04:58,765 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device c5db91ac-54f5-3daa-b7ba-6fea634c26b1 from 192.168.0.3 (headers = [Host: 192.168.0.3:8895,Connection: Keep-Alive])
2011-07-28 10:04:58,765 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.3
2011-07-28 10:04:58,781 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.0.3:8895,Connection: Keep-Alive]
2011-07-28 10:04:58,781 DEBUG [RendererDAOImpl] Creating a new Renderer (uuid = 9f2e1fcc-40fb-40f8-9827-ef4987069579)
2011-07-28 10:04:58,906 INFO  [RendererManager] Stored a new renderer: uuid='9f2e1fcc-40fb-40f8-9827-ef4987069579', name = 'Unrecognized device', ipAddress='192.168.0.3', profile = '1'
2011-07-28 10:04:58,906 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.3
2011-07-28 10:04:59,171 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1543
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1544
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1545
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1546
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon largePNG
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallJPG
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1547
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon largeJPG
2011-07-28 10:04:59,218 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
2011-07-28 10:04:59,218 DEBUG [WebServer] Incoming connection from /192.168.0.3:1548
2011-07-28 10:04:59,218 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
2011-07-28 10:04:59,234 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2011-07-28 10:04:59,249 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2011-07-28 10:05:00,531 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-07-28 10:05:01,843 DEBUG [WebServer] Incoming connection from /192.168.0.6:50687
2011-07-28 10:05:01,843 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device c5db91ac-54f5-3daa-b7ba-6fea634c26b1 from 192.168.0.6 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.3:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50])
2011-07-28 10:05:01,843 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.6
2011-07-28 10:05:01,843 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.3:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50]
2011-07-28 10:05:01,843 DEBUG [RendererDAOImpl] Creating a new Renderer (uuid = 1e986349-3db9-4d17-8cb9-c0f410daa2ea)
2011-07-28 10:05:01,843 INFO  [RendererManager] Stored a new renderer: uuid='1e986349-3db9-4d17-8cb9-c0f410daa2ea', name = 'Unrecognized device', ipAddress='192.168.0.6', profile = '1'
2011-07-28 10:05:01,843 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.6
2011-07-28 10:05:01,843 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-07-28 10:05:01,922 DEBUG [WebServer] Incoming connection from /192.168.0.6:50688
2011-07-28 10:05:01,922 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-07-28 10:05:02,812 DEBUG [ServiioConsole] Initializing Serviio Console
2011-07-28 10:05:02,843 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2011-07-28 10:05:02,843 INFO  [ServiioConsole] Starting Serviio Console
2011-07-28 10:05:02,890 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
2011-07-28 10:05:02,906 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2011-07-28 10:05:03,937 INFO  [Messages] Loaded console message bundle for locale: en
2011-07-28 10:05:04,734 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2011-07-28 10:05:05,875 DEBUG [ServiioConsole] Retrieving preferred console language
2011-07-28 10:05:06,390 DEBUG [ServiioConsole] Setting console locale to be: en
2011-07-28 10:05:06,390 INFO  [Messages] Loaded console message bundle for locale: en
2011-07-28 10:05:06,515 INFO  [UpdateChecker] Checking if a new version is available
2011-07-28 10:05:07,219 DEBUG [ServiioFrameView] Initializing main frame
2011-07-28 10:05:07,219 DEBUG [ServiioFrameView] System tray is supported
2011-07-28 10:05:07,422 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-07-28 10:05:07,984 DEBUG [RendererDAOImpl] Retrieving list of all stored renderers
2011-07-28 10:05:10,063 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type AUDIO
2011-07-28 10:05:10,078 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type VIDEO
2011-07-28 10:05:10,547 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:05:10,547 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 10:05:12,172 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2011-07-28 10:05:12,172 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=0, titleKey=pc5dczc_media_library, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = null
2011-07-28 10:05:12,203 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A, titleKey=audio, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,203 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_A, titleKey=artists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,219 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-28 10:05:12,219 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-28 10:05:12,219 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-28 10:05:12,235 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-28 10:05:12,235 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,250 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-28 10:05:12,250 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,266 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-28 10:05:12,266 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-28 10:05:12,281 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,281 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-28 10:05:12,297 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-28 10:05:12,297 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_R, titleKey=random, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2011-07-28 10:05:12,313 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-28 10:05:12,313 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_S, titleKey=All songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,313 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-28 10:05:12,328 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_AS, titleKey=Artist Songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,328 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-28 10:05:12,344 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-28 10:05:12,344 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_ALB, titleKey=All albums, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,344 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-28 10:05:12,360 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-28 10:05:12,360 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-07-28 10:05:12,360 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I, titleKey=image, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,375 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_A, titleKey=albums, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,375 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-28 10:05:12,375 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-28 10:05:12,391 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,391 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-28 10:05:12,406 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_Y, titleKey=year, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,406 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-28 10:05:12,422 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-28 10:05:12,422 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_T, titleKey=month, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,422 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-28 10:05:12,438 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-28 10:05:12,438 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-28 10:05:12,438 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_AI, titleKey=All images, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,453 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-28 10:05:12,453 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V, titleKey=video, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,469 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,469 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-28 10:05:12,485 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-28 10:05:12,485 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_M, titleKey=movies, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,485 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-28 10:05:12,500 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_S, titleKey=series, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,500 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-28 10:05:12,500 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-28 10:05:12,516 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-28 10:05:12,516 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,531 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-28 10:05:12,531 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LV, titleKey=last_viewed, class=CONTAINER, cacheRegion=local_resetafterplay, browsable = null, editable = true
2011-07-28 10:05:12,531 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-28 10:05:12,547 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LA, titleKey=last_added, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,547 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-28 10:05:12,563 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,563 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-28 10:05:12,578 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-28 10:05:12,578 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_A, titleKey=actors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,578 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-28 10:05:12,594 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-28 10:05:12,594 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-28 10:05:12,610 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_D, titleKey=directors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,610 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-28 10:05:12,625 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-28 10:05:12,625 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-28 10:05:12,625 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_P, titleKey=producers, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,641 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-28 10:05:12,641 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-28 10:05:12,656 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-28 10:05:12,656 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2011-07-28 10:05:14,282 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-07-28 10:05:22,376 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:05:22,376 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 10:05:24,188 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:26


Roku was not detected by Device Spy nor is it listed in the DLNA product search. Other than the info I provided already, I can't give any more details on supported formats. The device is very limited as to what it will play.

I see from looking at some of your other posts that http live streaming is possibly not available with Serviio. If that's the case then it may not be a good fit for the Roku.

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 5:29 pm
by Cerberus
hozedhead wrote:
  Code:
2011-07-28 10:04:54,265 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-07-28 10:04:54,265 INFO  [MediaServer] ------------------------------------------------------------------------
2011-07-28 10:04:54,265 INFO  [MediaServer] Serviio DLNA media streaming server v 0.5.2 (rev. 4e3210bd9ff3)
2011-07-28 10:04:54,265 INFO  [MediaServer] Petr Nejedly 2009-2011
2011-07-28 10:04:54,265 INFO  [MediaServer] http://www.serviio.org
2011-07-28 10:04:54,265 INFO  [MediaServer]
2011-07-28 10:04:54,265 INFO  [MediaServer] Java 1.6.0_26-Sun Microsystems Inc.
2011-07-28 10:04:54,265 INFO  [MediaServer] OS Windows XP x86 5.1
2011-07-28 10:04:54,265 INFO  [MediaServer] File encoding: windows-1252
2011-07-28 10:04:54,265 INFO  [MediaServer] ------------------------------------------------------------------------
2011-07-28 10:04:54,405 INFO  [RestletServer] Starting Restlet server exposed on localhost:23423
2011-07-28 10:04:54,484 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2011-07-28 10:04:54,484 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2011-07-28 10:04:55,702 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2011-07-28 10:04:55,718 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2011-07-28 10:04:55,718 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2011-07-28 10:04:55,984 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2011-07-28 10:04:56,015 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2011-07-28 10:04:56,390 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2011-07-28 10:04:56,390 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2011-07-28 10:04:56,593 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2011-07-28 10:04:56,593 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2011-07-28 10:04:56,702 INFO  [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2011-07-28 10:04:56,718 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2011-07-28 10:04:56,796 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2011-07-28 10:04:56,796 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2011-07-28 10:04:56,921 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2011-07-28 10:04:56,921 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2011-07-28 10:04:56,984 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2011-07-28 10:04:56,984 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2011-07-28 10:04:57,171 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2011-07-28 10:04:57,187 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2011-07-28 10:04:57,234 INFO  [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8)
2011-07-28 10:04:57,234 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2011-07-28 10:04:57,531 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2011-07-28 10:04:57,531 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2011-07-28 10:04:58,046 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
2011-07-28 10:04:58,046 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 12
2011-07-28 10:04:58,156 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2011-07-28 10:04:58,171 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2011-07-28 10:04:58,249 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba Rezga' (id=13)
2011-07-28 10:04:58,249 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2011-07-28 10:04:58,249 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2011-07-28 10:04:58,312 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2011-07-28 10:04:58,328 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2011-07-28 10:04:58,343 INFO  [WebServer] Socket buffer set to 65535 bytes
2011-07-28 10:04:58,406 INFO  [WebServer] WebServer starting on port 8895
2011-07-28 10:04:58,593 INFO  [Device] Created UPnP Device with UUID: c5db91ac-54f5-3daa-b7ba-6fea634c26b1, bound address: 192.168.0.3
2011-07-28 10:04:58,624 INFO  [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2011-07-28 10:04:58,624 INFO  [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] Setting default auxiliaries to null
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1311872698640, LastAccessTime = 1311872698640, getTimeToLiveSeconds() = -1, createTime = 1311872698640 ]
2011-07-28 10:04:58,640 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2011-07-28 10:04:58,656 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2011-07-28 10:04:58,656 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-28 10:04:58,656 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2011-07-28 10:04:58,656 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_default
2011-07-28 10:04:58,656 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-28 10:04:58,656 INFO  [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
2011-07-28 10:04:58,656 INFO  [CompositeCacheConfigurator] Finished configuration in 16 ms.
2011-07-28 10:04:58,656 DEBUG [DiscoveryManager] UPNP device c5db91ac-54f5-3daa-b7ba-6fea634c26b1 (192.168.0.3) is available
2011-07-28 10:04:58,671 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2011-07-28 10:04:58,671 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2011-07-28 10:04:58,671 INFO  [EventDispatcher] Starting EventDispatcher
2011-07-28 10:04:58,671 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:04:58,671 INFO  [RendererSearchSender] Searching for Renderer devices
2011-07-28 10:04:58,671 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2011-07-28 10:04:58,687 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:04:58,718 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:04:58,718 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 10:04:58,734 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2011-07-28 10:04:58,734 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.3:1538
2011-07-28 10:04:58,734 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.3:1538
2011-07-28 10:04:58,734 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.3:1538
2011-07-28 10:04:58,765 DEBUG [WebServer] Incoming connection from /192.168.0.3:1540
2011-07-28 10:04:58,765 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device c5db91ac-54f5-3daa-b7ba-6fea634c26b1 from 192.168.0.3 (headers = [Host: 192.168.0.3:8895,Connection: Keep-Alive])
2011-07-28 10:04:58,765 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.3
2011-07-28 10:04:58,781 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.0.3:8895,Connection: Keep-Alive]
2011-07-28 10:04:58,781 DEBUG [RendererDAOImpl] Creating a new Renderer (uuid = 9f2e1fcc-40fb-40f8-9827-ef4987069579)
2011-07-28 10:04:58,906 INFO  [RendererManager] Stored a new renderer: uuid='9f2e1fcc-40fb-40f8-9827-ef4987069579', name = 'Unrecognized device', ipAddress='192.168.0.3', profile = '1'
2011-07-28 10:04:58,906 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.3
2011-07-28 10:04:59,171 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1543
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1544
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1545
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1546
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon largePNG
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallJPG
2011-07-28 10:04:59,203 DEBUG [WebServer] Incoming connection from /192.168.0.3:1547
2011-07-28 10:04:59,203 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon largeJPG
2011-07-28 10:04:59,218 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
2011-07-28 10:04:59,218 DEBUG [WebServer] Incoming connection from /192.168.0.3:1548
2011-07-28 10:04:59,218 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
2011-07-28 10:04:59,234 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2011-07-28 10:04:59,249 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2011-07-28 10:05:00,531 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-07-28 10:05:01,843 DEBUG [WebServer] Incoming connection from /192.168.0.6:50687
2011-07-28 10:05:01,843 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device c5db91ac-54f5-3daa-b7ba-6fea634c26b1 from 192.168.0.6 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.3:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50])
2011-07-28 10:05:01,843 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.6
2011-07-28 10:05:01,843 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.3:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50]
2011-07-28 10:05:01,843 DEBUG [RendererDAOImpl] Creating a new Renderer (uuid = 1e986349-3db9-4d17-8cb9-c0f410daa2ea)
2011-07-28 10:05:01,843 INFO  [RendererManager] Stored a new renderer: uuid='1e986349-3db9-4d17-8cb9-c0f410daa2ea', name = 'Unrecognized device', ipAddress='192.168.0.6', profile = '1'
2011-07-28 10:05:01,843 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.6
2011-07-28 10:05:01,843 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-07-28 10:05:01,922 DEBUG [WebServer] Incoming connection from /192.168.0.6:50688
2011-07-28 10:05:01,922 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-07-28 10:05:02,812 DEBUG [ServiioConsole] Initializing Serviio Console
2011-07-28 10:05:02,843 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2011-07-28 10:05:02,843 INFO  [ServiioConsole] Starting Serviio Console
2011-07-28 10:05:02,890 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
2011-07-28 10:05:02,906 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2011-07-28 10:05:03,937 INFO  [Messages] Loaded console message bundle for locale: en
2011-07-28 10:05:04,734 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2011-07-28 10:05:05,875 DEBUG [ServiioConsole] Retrieving preferred console language
2011-07-28 10:05:06,390 DEBUG [ServiioConsole] Setting console locale to be: en
2011-07-28 10:05:06,390 INFO  [Messages] Loaded console message bundle for locale: en
2011-07-28 10:05:06,515 INFO  [UpdateChecker] Checking if a new version is available
2011-07-28 10:05:07,219 DEBUG [ServiioFrameView] Initializing main frame
2011-07-28 10:05:07,219 DEBUG [ServiioFrameView] System tray is supported
2011-07-28 10:05:07,422 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-07-28 10:05:07,984 DEBUG [RendererDAOImpl] Retrieving list of all stored renderers
2011-07-28 10:05:10,063 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type AUDIO
2011-07-28 10:05:10,078 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type VIDEO
2011-07-28 10:05:10,547 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:05:10,547 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 10:05:12,172 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2011-07-28 10:05:12,172 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=0, titleKey=pc5dczc_media_library, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = null
2011-07-28 10:05:12,203 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A, titleKey=audio, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,203 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_A, titleKey=artists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,219 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-28 10:05:12,219 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-28 10:05:12,219 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-28 10:05:12,235 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-28 10:05:12,235 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,250 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-28 10:05:12,250 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,266 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-28 10:05:12,266 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-28 10:05:12,281 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,281 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-28 10:05:12,297 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-28 10:05:12,297 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_R, titleKey=random, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
2011-07-28 10:05:12,313 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-28 10:05:12,313 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_S, titleKey=All songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,313 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-28 10:05:12,328 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_AS, titleKey=Artist Songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,328 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-28 10:05:12,344 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-28 10:05:12,344 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_ALB, titleKey=All albums, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,344 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-28 10:05:12,360 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-28 10:05:12,360 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-07-28 10:05:12,360 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I, titleKey=image, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,375 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_A, titleKey=albums, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,375 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-28 10:05:12,375 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-28 10:05:12,391 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,391 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-28 10:05:12,406 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_Y, titleKey=year, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,406 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-28 10:05:12,422 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-28 10:05:12,422 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_T, titleKey=month, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,422 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-28 10:05:12,438 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-28 10:05:12,438 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-28 10:05:12,438 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_AI, titleKey=All images, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
2011-07-28 10:05:12,453 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-28 10:05:12,453 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V, titleKey=video, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,469 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,469 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-28 10:05:12,485 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-28 10:05:12,485 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_M, titleKey=movies, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,485 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-28 10:05:12,500 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_S, titleKey=series, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,500 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-28 10:05:12,500 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-28 10:05:12,516 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-28 10:05:12,516 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,531 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-28 10:05:12,531 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LV, titleKey=last_viewed, class=CONTAINER, cacheRegion=local_resetafterplay, browsable = null, editable = true
2011-07-28 10:05:12,531 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-28 10:05:12,547 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LA, titleKey=last_added, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,547 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-28 10:05:12,563 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,563 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-28 10:05:12,578 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-28 10:05:12,578 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_A, titleKey=actors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,578 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-28 10:05:12,594 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-28 10:05:12,594 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-28 10:05:12,610 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_D, titleKey=directors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,610 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-28 10:05:12,625 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-28 10:05:12,625 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-28 10:05:12,625 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_P, titleKey=producers, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
2011-07-28 10:05:12,641 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-28 10:05:12,641 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-28 10:05:12,656 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-28 10:05:12,656 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2011-07-28 10:05:14,282 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-07-28 10:05:22,376 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 10:05:22,376 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 10:05:24,188 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:26


Roku was not detected by Device Spy nor is it listed in the DLNA product search. Other than the info I provided already, I can't give any more details on supported formats. The device is very limited as to what it will play.

I see from looking at some of your other posts that http live streaming is possibly not available with Serviio. If that's the case then it may not be a good fit for the Roku.


not a problem give me a few and will build a profile for you :)

edit: hmm just looked through that log and it doesnt show a new renderer so can you remove ALL renderers from the console and delete the log files and restart serviio and try and access it from the roku please.

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 6:28 pm
by hozedhead
  Code:
2011-07-28 11:00:07,540 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:14
2011-07-28 11:00:38,557 DEBUG [WebServer] Incoming connection from /192.168.0.5:38315
2011-07-28 11:00:38,557 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-07-28 11:00:43,745 DEBUG [WebServer] Incoming connection from /184.173.133.107:52418
2011-07-28 11:00:43,745 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:00:43,745 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:00:44,026 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = 0, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:00:44,026 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:00:44,182 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:00:44,229 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:00:57,323 DEBUG [WebServer] Incoming connection from /184.173.133.107:52420
2011-07-28 11:00:57,323 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:00:57,323 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:00:57,323 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:00:57,323 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:00:57,339 DEBUG [FolderDAOImpl] Retrieving number of leaf folders
2011-07-28 11:00:57,604 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for IMAGE
2011-07-28 11:00:57,636 DEBUG [ImageDAOImpl] Retrieving number of images' years
2011-07-28 11:00:57,698 DEBUG [ImageDAOImpl] Retrieving number of images' years
2011-07-28 11:00:57,714 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:00:57,729 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:04,058 DEBUG [WebServer] Incoming connection from /184.173.133.107:52422
2011-07-28 11:01:04,058 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:04,058 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:04,073 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:04,073 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:04,073 DEBUG [RepositoryDAOImpl] Retrieving list of Repositories for IMAGE (from=0, count=25)
2011-07-28 11:01:04,105 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 'root'
2011-07-28 11:01:04,167 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for IMAGE
2011-07-28 11:01:04,167 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:04,167 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:08,636 DEBUG [WebServer] Incoming connection from /184.173.133.107:52424
2011-07-28 11:01:08,636 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:08,636 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:08,636 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F#FOL_R1, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:08,636 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:08,636 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder null
2011-07-28 11:01:08,652 DEBUG [FolderDAOImpl] Getting list of sub-Folders in folder null (from=0, count=25)
2011-07-28 11:01:08,667 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 2
2011-07-28 11:01:08,699 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 3
2011-07-28 11:01:08,714 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 4
2011-07-28 11:01:08,745 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 5
2011-07-28 11:01:08,761 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 7
2011-07-28 11:01:08,777 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 8
2011-07-28 11:01:08,808 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 9
2011-07-28 11:01:08,839 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 14
2011-07-28 11:01:08,855 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 16
2011-07-28 11:01:08,870 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 17
2011-07-28 11:01:08,886 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 38
2011-07-28 11:01:08,917 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 40
2011-07-28 11:01:08,933 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 44
2011-07-28 11:01:08,949 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 45
2011-07-28 11:01:08,964 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 47
2011-07-28 11:01:08,980 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 51
2011-07-28 11:01:08,995 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 248
2011-07-28 11:01:09,011 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 253
2011-07-28 11:01:09,042 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 237
2011-07-28 11:01:09,058 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 240
2011-07-28 11:01:09,074 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 242
2011-07-28 11:01:09,089 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 244
2011-07-28 11:01:09,105 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 246
2011-07-28 11:01:09,120 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 252
2011-07-28 11:01:09,136 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 260
2011-07-28 11:01:09,167 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 'root'
2011-07-28 11:01:09,167 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:09,183 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:21,808 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 11:01:21,808 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 11:01:22,605 DEBUG [WebServer] Incoming connection from /184.173.133.107:52426
2011-07-28 11:01:22,605 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:22,605 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:22,621 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F#FOL_R1$F3, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:22,621 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:22,621 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder 3
2011-07-28 11:01:22,621 DEBUG [ImageDAOImpl] Retrieving list of images for folder 3 (from=0, count=25)
2011-07-28 11:01:22,637 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 3
2011-07-28 11:01:22,637 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:22,652 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:23,621 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:27
2011-07-28 11:01:41,043 DEBUG [WebServer] Incoming connection from /184.173.133.107:52428
2011-07-28 11:01:41,043 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:41,043 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:41,043 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F#FOL_R1, browseFlag = BrowseDirectChildren, filter = *, startIndex = 25, count = 25, sortCriteria =
2011-07-28 11:01:41,043 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:41,043 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder null
2011-07-28 11:01:41,043 DEBUG [FolderDAOImpl] Getting list of sub-Folders in folder null (from=25, count=25)
2011-07-28 11:01:41,059 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 238
2011-07-28 11:01:41,075 DEBUG [ImageDAOImpl] Retrieving list of images for folder 1 (from=0, count=24)
2011-07-28 11:01:41,090 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 'root'
2011-07-28 11:01:41,106 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:41,106 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:58,231 DEBUG [WebServer] Incoming connection from /184.173.133.107:52430
2011-07-28 11:01:58,231 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:58,231 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:58,231 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = 0, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:58,231 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:58,231 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2011-07-28 11:01:58,247 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:01,513 DEBUG [WebServer] Incoming connection from /184.173.133.107:52432
2011-07-28 11:02:01,513 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:02:01,513 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:02:01,528 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = A, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:02:01,528 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:01,528 DEBUG [PersonDAOImpl] Retrieving number of person initials for role ARTIST
2011-07-28 11:02:01,622 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for AUDIO
2011-07-28 11:02:01,622 DEBUG [GenreDAOImpl] Retrieving number of genres for AUDIO
2011-07-28 11:02:01,700 DEBUG [MusicTrackDAOImpl] Retrieving number of music track initials
2011-07-28 11:02:01,747 DEBUG [MusicTrackDAOImpl] Retrieving number of random music tracks
2011-07-28 11:02:01,778 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:02:01,778 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:09,607 DEBUG [WebServer] Incoming connection from /184.173.133.107:52434
2011-07-28 11:02:09,607 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:02:09,607 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:02:09,607 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = A_G, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:02:09,607 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:09,607 DEBUG [GenreDAOImpl] Retrieving list of genres for AUDIO (from=0, count=25)
2011-07-28 11:02:09,701 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 24
2011-07-28 11:02:09,701 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 22
2011-07-28 11:02:09,716 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 3
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 12
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 37
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 36
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 13
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 23
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 21
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 39
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 33
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 26
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 19
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 29
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 11
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 27
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 31
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 30
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 32
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 9
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 17
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 41
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 25
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 38
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 1
2011-07-28 11:02:09,747 DEBUG [GenreDAOImpl] Retrieving number of genres for AUDIO
2011-07-28 11:02:09,779 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:02:09,794 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:22,576 DEBUG [WebServer] Incoming connection from /184.173.133.107:52438
2011-07-28 11:02:22,576 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:02:22,576 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:02:22,592 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = A_G#GEN_37, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:02:22,592 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:22,592 DEBUG [MusicTrackDAOImpl] Retrieving list of music tracks for genre 37 (from=0, count=25)
2011-07-28 11:02:22,607 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,685 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,701 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2341
2011-07-28 11:02:22,763 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2341)
2011-07-28 11:02:22,779 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2341 and profile Generic DLNA profile
2011-07-28 11:02:22,779 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1475)
2011-07-28 11:02:22,842 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,842 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,842 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2323
2011-07-28 11:02:22,857 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2323)
2011-07-28 11:02:22,857 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2323 and profile Generic DLNA profile
2011-07-28 11:02:22,857 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,857 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,857 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2338
2011-07-28 11:02:22,873 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2338)
2011-07-28 11:02:22,873 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2338 and profile Generic DLNA profile
2011-07-28 11:02:22,873 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1472)
2011-07-28 11:02:22,873 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,873 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,873 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2328
2011-07-28 11:02:22,888 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2328)
2011-07-28 11:02:22,888 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2328 and profile Generic DLNA profile
2011-07-28 11:02:22,888 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,888 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,888 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2330
2011-07-28 11:02:22,904 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2330)
2011-07-28 11:02:22,904 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2330 and profile Generic DLNA profile
2011-07-28 11:02:22,904 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,904 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,904 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2337
2011-07-28 11:02:22,920 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2337)
2011-07-28 11:02:22,920 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2337 and profile Generic DLNA profile
2011-07-28 11:02:22,920 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1471)
2011-07-28 11:02:22,920 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,920 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,920 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2327
2011-07-28 11:02:22,920 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2327)
2011-07-28 11:02:22,920 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2327 and profile Generic DLNA profile
2011-07-28 11:02:22,920 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,920 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,920 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2325
2011-07-28 11:02:22,935 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2325)
2011-07-28 11:02:22,935 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2325 and profile Generic DLNA profile
2011-07-28 11:02:22,935 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,935 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,935 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2326
2011-07-28 11:02:22,951 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2326)
2011-07-28 11:02:22,951 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2326 and profile Generic DLNA profile
2011-07-28 11:02:22,951 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,951 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,951 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2329
2011-07-28 11:02:22,951 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2329)
2011-07-28 11:02:22,951 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2329 and profile Generic DLNA profile
2011-07-28 11:02:22,951 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,967 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,967 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2340
2011-07-28 11:02:22,967 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2340)
2011-07-28 11:02:22,967 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2340 and profile Generic DLNA profile
2011-07-28 11:02:22,967 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1474)
2011-07-28 11:02:22,967 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,967 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,967 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2336
2011-07-28 11:02:22,982 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2336)
2011-07-28 11:02:22,982 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2336 and profile Generic DLNA profile
2011-07-28 11:02:22,982 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1470)
2011-07-28 11:02:22,982 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,982 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,982 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2343
2011-07-28 11:02:22,998 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2343)
2011-07-28 11:02:22,998 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2343 and profile Generic DLNA profile
2011-07-28 11:02:22,998 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1477)
2011-07-28 11:02:22,998 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,998 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,998 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2324
2011-07-28 11:02:22,998 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2324)
2011-07-28 11:02:23,013 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2324 and profile Generic DLNA profile
2011-07-28 11:02:23,013 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:23,013 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:23,013 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2339
2011-07-28 11:02:23,013 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2339)
2011-07-28 11:02:23,013 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2339 and profile Generic DLNA profile
2011-07-28 11:02:23,013 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1473)
2011-07-28 11:02:23,013 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:23,013 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:23,013 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2342
2011-07-28 11:02:23,029 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2342)
2011-07-28 11:02:23,029 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2342 and profile Generic DLNA profile
2011-07-28 11:02:23,029 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1476)
2011-07-28 11:02:23,029 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:23,029 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:23,029 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2331
2011-07-28 11:02:23,045 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2331)
2011-07-28 11:02:23,045 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2331 and profile Generic DLNA profile
2011-07-28 11:02:23,045 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 37
2011-07-28 11:02:23,045 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:02:23,092 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:42,358 DEBUG [WebServer] Incoming connection from /192.168.0.5:34489
2011-07-28 11:02:42,358 DEBUG [ResourceTransportRequestHandler] GET /resource/2338/MEDIA_ITEM/MP3$0 HTTP/1.1, headers = [Connection: close,Host: 192.168.0.3:8895,User-Agent: Roku/DVP-2.9 (012.09E01553A)]]
2011-07-28 11:02:42,358 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.5
2011-07-28 11:02:42,358 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:42,358 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.0.5, Profile=Generic DLNA profile'
2011-07-28 11:02:42,373 DEBUG [ResourceTransportRequestHandler] Request for resource 2338 and type 'MEDIA_ITEM' received
2011-07-28 11:02:42,373 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 2338)
2011-07-28 11:02:42,373 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2338)
2011-07-28 11:02:42,373 DEBUG [AudioDeliveryEngine] Delivering item '2338' for client 'IPAddress=/192.168.0.5, Profile=Generic DLNA profile'
2011-07-28 11:02:42,373 DEBUG [AudioDeliveryEngine] Delivering file '03 - I Can't Get Next To You.mp3' in native format
2011-07-28 11:02:42,373 DEBUG [MediaItemDAOImpl] Getting file of media item 2338
2011-07-28 11:02:42,405 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 2338) as read
2011-07-28 11:02:42,467 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-07-28 11:02:42,483 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 12777388
2011-07-28 11:02:42,483 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-07-28 11:02:42,483 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: audio/mpeg,Content-Length: 12777388,Date: Thu, 28 Jul 2011 18:02:42 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.5.2,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2011-07-28 11:02:51,467 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 11:02:51,467 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 11:02:53,280 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:09
2011-07-28 11:04:02,907 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 11:04:02,907 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 11:04:04,720 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:04


OK, here's the newest log. The Roku will play MP4 files with AAC 2 channel audio, and MP3 audio files. If there is a profile already for ipad that would probably work for video, and it would be great if I could get flac files transcoded on the fly to mp3.
I had to delete the first part of the log because it was too large for the post, so it starts when I connected with the Roku (IP 192.168.0.5). The other IP is the cloud that connects Serviio with the Roku. I am using NokNok (http://www.noknok.net) to connect Serviio to the Roku.

Thanks for the help.

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 6:44 pm
by Cerberus
hozedhead wrote:
  Code:
2011-07-28 11:00:07,540 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:14
2011-07-28 11:00:38,557 DEBUG [WebServer] Incoming connection from /192.168.0.5:38315
2011-07-28 11:00:38,557 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-07-28 11:00:43,745 DEBUG [WebServer] Incoming connection from /184.173.133.107:52418
2011-07-28 11:00:43,745 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:00:43,745 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:00:44,026 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = 0, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:00:44,026 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:00:44,182 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:00:44,229 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:00:57,323 DEBUG [WebServer] Incoming connection from /184.173.133.107:52420
2011-07-28 11:00:57,323 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:00:57,323 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:00:57,323 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:00:57,323 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:00:57,339 DEBUG [FolderDAOImpl] Retrieving number of leaf folders
2011-07-28 11:00:57,604 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for IMAGE
2011-07-28 11:00:57,636 DEBUG [ImageDAOImpl] Retrieving number of images' years
2011-07-28 11:00:57,698 DEBUG [ImageDAOImpl] Retrieving number of images' years
2011-07-28 11:00:57,714 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:00:57,729 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:04,058 DEBUG [WebServer] Incoming connection from /184.173.133.107:52422
2011-07-28 11:01:04,058 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:04,058 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:04,073 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:04,073 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:04,073 DEBUG [RepositoryDAOImpl] Retrieving list of Repositories for IMAGE (from=0, count=25)
2011-07-28 11:01:04,105 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 'root'
2011-07-28 11:01:04,167 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for IMAGE
2011-07-28 11:01:04,167 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:04,167 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:08,636 DEBUG [WebServer] Incoming connection from /184.173.133.107:52424
2011-07-28 11:01:08,636 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:08,636 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:08,636 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F#FOL_R1, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:08,636 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:08,636 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder null
2011-07-28 11:01:08,652 DEBUG [FolderDAOImpl] Getting list of sub-Folders in folder null (from=0, count=25)
2011-07-28 11:01:08,667 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 2
2011-07-28 11:01:08,699 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 3
2011-07-28 11:01:08,714 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 4
2011-07-28 11:01:08,745 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 5
2011-07-28 11:01:08,761 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 7
2011-07-28 11:01:08,777 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 8
2011-07-28 11:01:08,808 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 9
2011-07-28 11:01:08,839 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 14
2011-07-28 11:01:08,855 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 16
2011-07-28 11:01:08,870 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 17
2011-07-28 11:01:08,886 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 38
2011-07-28 11:01:08,917 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 40
2011-07-28 11:01:08,933 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 44
2011-07-28 11:01:08,949 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 45
2011-07-28 11:01:08,964 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 47
2011-07-28 11:01:08,980 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 51
2011-07-28 11:01:08,995 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 248
2011-07-28 11:01:09,011 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 253
2011-07-28 11:01:09,042 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 237
2011-07-28 11:01:09,058 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 240
2011-07-28 11:01:09,074 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 242
2011-07-28 11:01:09,089 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 244
2011-07-28 11:01:09,105 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 246
2011-07-28 11:01:09,120 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 252
2011-07-28 11:01:09,136 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 260
2011-07-28 11:01:09,167 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 'root'
2011-07-28 11:01:09,167 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:09,183 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:21,808 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 11:01:21,808 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 11:01:22,605 DEBUG [WebServer] Incoming connection from /184.173.133.107:52426
2011-07-28 11:01:22,605 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:22,605 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:22,621 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F#FOL_R1$F3, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:22,621 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:22,621 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder 3
2011-07-28 11:01:22,621 DEBUG [ImageDAOImpl] Retrieving list of images for folder 3 (from=0, count=25)
2011-07-28 11:01:22,637 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 3
2011-07-28 11:01:22,637 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:22,652 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:23,621 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:27
2011-07-28 11:01:41,043 DEBUG [WebServer] Incoming connection from /184.173.133.107:52428
2011-07-28 11:01:41,043 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:41,043 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:41,043 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = I_F#FOL_R1, browseFlag = BrowseDirectChildren, filter = *, startIndex = 25, count = 25, sortCriteria =
2011-07-28 11:01:41,043 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:41,043 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder null
2011-07-28 11:01:41,043 DEBUG [FolderDAOImpl] Getting list of sub-Folders in folder null (from=25, count=25)
2011-07-28 11:01:41,059 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 238
2011-07-28 11:01:41,075 DEBUG [ImageDAOImpl] Retrieving list of images for folder 1 (from=0, count=24)
2011-07-28 11:01:41,090 DEBUG [FolderDAOImpl] Getting number of IMAGE sub-folders and media items in folder 'root'
2011-07-28 11:01:41,106 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:01:41,106 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:01:58,231 DEBUG [WebServer] Incoming connection from /184.173.133.107:52430
2011-07-28 11:01:58,231 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:01:58,231 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:01:58,231 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = 0, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:01:58,231 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:01:58,231 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
2011-07-28 11:01:58,247 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:01,513 DEBUG [WebServer] Incoming connection from /184.173.133.107:52432
2011-07-28 11:02:01,513 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:02:01,513 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:02:01,528 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = A, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:02:01,528 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:01,528 DEBUG [PersonDAOImpl] Retrieving number of person initials for role ARTIST
2011-07-28 11:02:01,622 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for AUDIO
2011-07-28 11:02:01,622 DEBUG [GenreDAOImpl] Retrieving number of genres for AUDIO
2011-07-28 11:02:01,700 DEBUG [MusicTrackDAOImpl] Retrieving number of music track initials
2011-07-28 11:02:01,747 DEBUG [MusicTrackDAOImpl] Retrieving number of random music tracks
2011-07-28 11:02:01,778 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:02:01,778 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:09,607 DEBUG [WebServer] Incoming connection from /184.173.133.107:52434
2011-07-28 11:02:09,607 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:02:09,607 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:02:09,607 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = A_G, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:02:09,607 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:09,607 DEBUG [GenreDAOImpl] Retrieving list of genres for AUDIO (from=0, count=25)
2011-07-28 11:02:09,701 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 24
2011-07-28 11:02:09,701 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 22
2011-07-28 11:02:09,716 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 3
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 12
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 37
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 36
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 13
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 23
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 21
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 39
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 33
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 26
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 19
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 29
2011-07-28 11:02:09,732 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 11
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 27
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 31
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 30
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 32
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 9
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 17
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 41
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 25
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 38
2011-07-28 11:02:09,747 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 1
2011-07-28 11:02:09,747 DEBUG [GenreDAOImpl] Retrieving number of genres for AUDIO
2011-07-28 11:02:09,779 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:02:09,794 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:22,576 DEBUG [WebServer] Incoming connection from /184.173.133.107:52438
2011-07-28 11:02:22,576 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 184.173.133.107:
2011-07-28 11:02:22,576 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 184.173.133.107
2011-07-28 11:02:22,592 DEBUG [ContentDirectory] Browse() called for unknown renderer with parameters: objectID = A_G#GEN_37, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 25, sortCriteria =
2011-07-28 11:02:22,592 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:22,592 DEBUG [MusicTrackDAOImpl] Retrieving list of music tracks for genre 37 (from=0, count=25)
2011-07-28 11:02:22,607 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,685 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,701 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2341
2011-07-28 11:02:22,763 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2341)
2011-07-28 11:02:22,779 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2341 and profile Generic DLNA profile
2011-07-28 11:02:22,779 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1475)
2011-07-28 11:02:22,842 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,842 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,842 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2323
2011-07-28 11:02:22,857 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2323)
2011-07-28 11:02:22,857 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2323 and profile Generic DLNA profile
2011-07-28 11:02:22,857 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,857 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,857 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2338
2011-07-28 11:02:22,873 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2338)
2011-07-28 11:02:22,873 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2338 and profile Generic DLNA profile
2011-07-28 11:02:22,873 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1472)
2011-07-28 11:02:22,873 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,873 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,873 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2328
2011-07-28 11:02:22,888 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2328)
2011-07-28 11:02:22,888 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2328 and profile Generic DLNA profile
2011-07-28 11:02:22,888 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,888 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,888 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2330
2011-07-28 11:02:22,904 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2330)
2011-07-28 11:02:22,904 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2330 and profile Generic DLNA profile
2011-07-28 11:02:22,904 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,904 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,904 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2337
2011-07-28 11:02:22,920 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2337)
2011-07-28 11:02:22,920 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2337 and profile Generic DLNA profile
2011-07-28 11:02:22,920 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1471)
2011-07-28 11:02:22,920 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,920 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,920 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2327
2011-07-28 11:02:22,920 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2327)
2011-07-28 11:02:22,920 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2327 and profile Generic DLNA profile
2011-07-28 11:02:22,920 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,920 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,920 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2325
2011-07-28 11:02:22,935 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2325)
2011-07-28 11:02:22,935 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2325 and profile Generic DLNA profile
2011-07-28 11:02:22,935 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,935 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,935 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2326
2011-07-28 11:02:22,951 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2326)
2011-07-28 11:02:22,951 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2326 and profile Generic DLNA profile
2011-07-28 11:02:22,951 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,951 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,951 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2329
2011-07-28 11:02:22,951 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2329)
2011-07-28 11:02:22,951 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2329 and profile Generic DLNA profile
2011-07-28 11:02:22,951 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,967 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,967 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2340
2011-07-28 11:02:22,967 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2340)
2011-07-28 11:02:22,967 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2340 and profile Generic DLNA profile
2011-07-28 11:02:22,967 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1474)
2011-07-28 11:02:22,967 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,967 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,967 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2336
2011-07-28 11:02:22,982 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2336)
2011-07-28 11:02:22,982 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2336 and profile Generic DLNA profile
2011-07-28 11:02:22,982 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1470)
2011-07-28 11:02:22,982 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:22,982 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,982 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2343
2011-07-28 11:02:22,998 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2343)
2011-07-28 11:02:22,998 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2343 and profile Generic DLNA profile
2011-07-28 11:02:22,998 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1477)
2011-07-28 11:02:22,998 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:22,998 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:22,998 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2324
2011-07-28 11:02:22,998 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2324)
2011-07-28 11:02:23,013 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2324 and profile Generic DLNA profile
2011-07-28 11:02:23,013 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:23,013 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:23,013 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2339
2011-07-28 11:02:23,013 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2339)
2011-07-28 11:02:23,013 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2339 and profile Generic DLNA profile
2011-07-28 11:02:23,013 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1473)
2011-07-28 11:02:23,013 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 123)
2011-07-28 11:02:23,013 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:23,013 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2342
2011-07-28 11:02:23,029 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2342)
2011-07-28 11:02:23,029 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2342 and profile Generic DLNA profile
2011-07-28 11:02:23,029 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1476)
2011-07-28 11:02:23,029 DEBUG [MusicAlbumDAOImpl] Reading a MusicAlbum (id = 122)
2011-07-28 11:02:23,029 DEBUG [GenreDAOImpl] Reading a Genre (id = 37)
2011-07-28 11:02:23,029 DEBUG [PersonDAOImpl] Retrieving list of persons with role ARTIST for MediaItem 2331
2011-07-28 11:02:23,045 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2331)
2011-07-28 11:02:23,045 DEBUG [AudioDeliveryEngine] Retrieving resource information for item 2331 and profile Generic DLNA profile
2011-07-28 11:02:23,045 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for genre 37
2011-07-28 11:02:23,045 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-07-28 11:02:23,092 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-07-28 11:02:42,358 DEBUG [WebServer] Incoming connection from /192.168.0.5:34489
2011-07-28 11:02:42,358 DEBUG [ResourceTransportRequestHandler] GET /resource/2338/MEDIA_ITEM/MP3$0 HTTP/1.1, headers = [Connection: close,Host: 192.168.0.3:8895,User-Agent: Roku/DVP-2.9 (012.09E01553A)]]
2011-07-28 11:02:42,358 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.5
2011-07-28 11:02:42,358 DEBUG [ProfileManager] Cannot find stored renderer, using Generic
2011-07-28 11:02:42,358 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.0.5, Profile=Generic DLNA profile'
2011-07-28 11:02:42,373 DEBUG [ResourceTransportRequestHandler] Request for resource 2338 and type 'MEDIA_ITEM' received
2011-07-28 11:02:42,373 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 2338)
2011-07-28 11:02:42,373 DEBUG [MusicTrackDAOImpl] Reading a MusicTrack (id = 2338)
2011-07-28 11:02:42,373 DEBUG [AudioDeliveryEngine] Delivering item '2338' for client 'IPAddress=/192.168.0.5, Profile=Generic DLNA profile'
2011-07-28 11:02:42,373 DEBUG [AudioDeliveryEngine] Delivering file '03 - I Can't Get Next To You.mp3' in native format
2011-07-28 11:02:42,373 DEBUG [MediaItemDAOImpl] Getting file of media item 2338
2011-07-28 11:02:42,405 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 2338) as read
2011-07-28 11:02:42,467 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-07-28 11:02:42,483 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 12777388
2011-07-28 11:02:42,483 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-07-28 11:02:42,483 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: audio/mpeg,Content-Length: 12777388,Date: Thu, 28 Jul 2011 18:02:42 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.5.2,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2011-07-28 11:02:51,467 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 11:02:51,467 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 11:02:53,280 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:09
2011-07-28 11:04:02,907 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (NETGEAR WG311v2 802.11g Wireless PCI Adapter - Packet Scheduler Miniport) and address 192.168.0.3, timeout = 0
2011-07-28 11:04:02,907 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device c5db91ac-54f5-3daa-b7ba-6fea634c26b1
2011-07-28 11:04:04,720 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:04


OK, here's the newest log. The Roku will play MP4 files with AAC 2 channel audio, and MP3 audio files. If there is a profile already for ipad that would probably work for video, and it would be great if I could get flac files transcoded on the fly to mp3.
I had to delete the first part of the log because it was too large for the post, so it starts when I connected with the Roku (IP 192.168.0.5). The other IP is the cloud that connects Serviio with the Roku. I am using NokNok (http://www.noknok.net) to connect Serviio to the Roku.

Thanks for the help.


ah bugger i guess it doesnt comply to teh DLNA standard cause it throw out this error.

[ProfileManager] Cannot find stored renderer, using Generic

so i wont be able to do a autodetect profile for this device, and not sure if this one im about to post will work because of this but ur welcome to try it

  Code:
<Profile id="14" name="Roku" extendsProfileId="1">
      <Transcoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="avi" />
            <Matches container="wmv" />
            <Matches container="flv" />
            <Matches container="matroska" />
            <Matches container="wtv" />
         </Video>
         <Audio targetContainer="mp3">
            <Matches container="lpcm" />
            <Matches container="flac" />
            <Matches container="ogg" />
            <Matches container="mp4" />
         </Audio>
      </Transcoding>

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 9:09 pm
by hozedhead
That should work for mp3s but not for video.

Thanks anyhow.

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 9:11 pm
by Cerberus
hozedhead wrote:That should work for mp3s but not for video.

Thanks anyhow.


trust me it should work for video too

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 9:47 pm
by hozedhead
Not to be argumentative, but doesn't that profile convert video to mpeg-2 w/ac3 audio? The Roku plays MP4 h264 video, it won't play mpeg-2.
I've read the thread about converting for Apple products and it seems that no one has had success going that route.

Re: Roku transcoding profile?

PostPosted: Thu Jul 28, 2011 9:51 pm
by Cerberus
hozedhead wrote:Not to be argumentative, but doesn't that profile convert video to mpeg-2 w/ac3 audio? The Roku plays MP4 h264 video, it won't play mpeg-2.
I've read the thread about converting for Apple products and it seems that no one has had success going that route.


just try it or you could try with this line. ( quality will suck tho )

  Code:
<Video targetContainer="asf" targetVCodec="wmv2" targetACodec="wmav2" forceStereo="true">


if neither work then your stuck as MP4 is not a stream friendly container.

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 6:43 am
by hozedhead
Ok i tried it with the asf profile and the Roku rebooted. The flac worked though. What do I have to add to make the mp3 @320 or 256kbps?

Here's the part of the log where it chokes off the Roku:
  Code:
2011-07-28 23:39:45,078 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.0.5, Profile=Roku'
2011-07-28 23:39:45,078 DEBUG [ResourceTransportRequestHandler] Request for resource 59 and type 'MEDIA_ITEM' received
2011-07-28 23:39:45,078 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 59)
2011-07-28 23:39:45,078 DEBUG [VideoDAOImpl] Reading a Video (id = 59)
2011-07-28 23:39:45,078 DEBUG [VideoDeliveryEngine] Delivering item '59' for client 'IPAddress=/192.168.0.5, Profile=Roku'
2011-07-28 23:39:45,078 DEBUG [VideoDeliveryEngine] Delivering file '!_PhyllisDavis_Outtakes.avi' using transcoding
2011-07-28 23:39:45,078 DEBUG [AbstractTranscodingDeliveryEngine] Stopping previous transcoding job of file 'C:\WINDOWS\TEMP\Serviio\transcoding-temp-1273-MP3.stf'
2011-07-28 23:39:45,078 DEBUG [AbstractTranscodingDeliveryEngine] Deleted temp file 'C:\WINDOWS\TEMP\Serviio\transcoding-temp-1273-MP3.stf': true
2011-07-28 23:39:45,078 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.0.5, Profile=Roku'
2011-07-28 23:39:45,078 DEBUG [MediaItemDAOImpl] Getting file of media item 59
2011-07-28 23:39:45,078 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: C:\Documents and Settings\All Users\Documents\Clips\Personal Media\!_PhyllisDavis_Outtakes.avi
2011-07-28 23:39:45,078 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i C:\Documents and Settings\All Users\Documents\Clips\Personal Media\!_PhyllisDavis_Outtakes.avi -y -vcodec wmv2 -sameq -r 30 -g 15 -copyts -acodec wmav2 -ab 32k -ar 48000 -ac 1 -map 0:0 -map 0:1 -sn -f asf C:\WINDOWS\TEMP\Serviio\transcoding-temp-59-ASF.stf
2011-07-28 23:39:45,578 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file !_PhyllisDavis_Outtakes.avi: WMVMED_FULL
2011-07-28 23:39:45,578 DEBUG [AbstractTranscodingDeliveryEngine] Sending transcoding stream
2011-07-28 23:39:45,578 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 59) as read
2011-07-28 23:39:45,578 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-07-28 23:39:45,578 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 9000000000
2011-07-28 23:39:45,578 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2011-07-28 23:39:45,578 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-07-28 23:39:45,578 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/x-ms-wmv,Date: Fri, 29 Jul 2011 06:39:45 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.5.2,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2011-07-28 23:39:46,812 DEBUG [WebServer] I/O error: Connection reset by peer: socket write error
2011-07-28 23:40:09,546 DEBUG [TranscodingJobListener] Transcoding finished; successful: true


Well, it's off to bed now. I'm in California so maybe I'll hear from you tomorrow sometime. Thanks again for the help

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 10:07 am
by Cerberus
only learnt this one today myself thanks to another profile and help from ZIP. :)

  Code:
<Audio targetContainer="mp3" aBitrate="320">


does the video now work or not ??

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 4:41 pm
by hozedhead
Nope, it crashes the Roku.

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 5:30 pm
by Cerberus
hozedhead wrote:Nope, it crashes the Roku.


So Audio only working now then ???

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 6:25 pm
by hozedhead
Right. The Roku tries to load the transcoded video, then reboots.
It plays previously transcoded Mp4s fine, though.

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 6:36 pm
by Cerberus
hozedhead wrote:Right. The Roku tries to load the transcoded video, then reboots.
It plays previously transcoded Mp4s fine, though.


yer that would be correct as mp4 is not on the fly stream compatible.

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 6:40 pm
by hozedhead
I've had some luck with Plex for on the fly MP4 transcoding, but the developer of the channel has stopped development for the time being due to personal stuff. I know they use ffmpeg, but can't figure out what the settings are.

Re: Roku transcoding profile?

PostPosted: Fri Jul 29, 2011 6:45 pm
by Cerberus
hozedhead wrote:I've had some luck with Plex for on the fly MP4 transcoding, but the developer of the channel has stopped development for the time being due to personal stuff. I know they use ffmpeg, but can't figure out what the settings are.


its simple not possible to do that mp4 containers connot be " on the fly " transcoded with any version of FFmpeg. If it could we would already be doing it ;)

Re: Roku transcoding profile?

PostPosted: Sat Jul 30, 2011 2:41 am
by zip
unless you can provide a working example ;-)

Re: Roku transcoding profile?

PostPosted: Sat Jul 30, 2011 4:19 pm
by hozedhead
Well, right now I'm watching a video and the original file on my computer is this:
  Code:
General
Complete name                    : C:\Documents and Settings\All Users\Documents\Movies\Deep.Purple.Live.In.Concert.72.73.(DvD.Rip.xvid.mp3)By.Vicent\Live New York.avi
Format                           : AVI
Format/Info                      : Audio Video Interleave
File size                        : 300 MiB
Duration                         : 22mn 22s
Overall bit rate                 : 1 875 Kbps
Writing application              : VirtualDubMod 1.5.4.1 (build 2178/release)
Writing library                  : VirtualDubMod build 2178/release

Video
ID                               : 0
Format                           : MPEG-4 Visual
Format profile                   : Advanced Simple@L5
Format settings, BVOP            : 1
Format settings, QPel            : No
Format settings, GMC             : No warppoints
Format settings, Matrix          : Custom
Codec ID                         : XVID
Codec ID/Hint                    : XviD
Duration                         : 22mn 22s
Bit rate                         : 1 757 Kbps
Width                            : 560 pixels
Height                           : 416 pixels
Display aspect ratio             : 4:3
Frame rate                       : 25.000 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Compression mode                 : Lossy
Bits/(Pixel*Frame)               : 0.302
Stream size                      : 281 MiB (94%)
Writing library                  : XviD 1.1.2 (UTC 2006-11-01)

Audio
ID                               : 1
Format                           : MPEG Audio
Format version                   : Version 1
Format profile                   : Layer 3
Mode                             : Joint stereo
Mode extension                   : MS Stereo
Codec ID                         : 55
Codec ID/Hint                    : MP3
Duration                         : 22mn 22s
Bit rate mode                    : Variable
Bit rate                         : 105 Kbps
Nominal bit rate                 : 128 Kbps
Channel(s)                       : 2 channels
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Stream size                      : 16.8 MiB (6%)
Alignment                        : Aligned on interleaves
Interleave, duration             : 24 ms (0.60 video frame)
Interleave, preload duration     : 563 ms
Writing library                  : LAME3.97
Encoding settings                : -m j -V 4 -q 2 -lowpass 17 --abr 128
Language                         : English



and Plex is serving it up in chunks that look like this:

  Code:
General
ID                               : 1 (0x1)
Complete name                    : C:\Documents and Settings\owner\Local Settings\temp\plex-transcode-10ff52e7-45ff-4fae-b94c-2825fe7c6e78\media-00221.ts
Format                           : MPEG-TS
File size                        : 1.26 MiB
Duration                         : 5s 840ms
Overall bit rate                 : 1 765 Kbps

Video
ID                               : 256 (0x100)
Menu ID                          : 1 (0x1)
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : Baseline@L3.0
Format settings, CABAC           : No
Format settings, ReFrames        : 1 frame
Codec ID                         : 27
Duration                         : 3s 940ms
Width                            : 560 pixels
Height                           : 416 pixels
Display aspect ratio             : 4:3
Frame rate mode                  : Variable
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive

Audio
ID                               : 257 (0x101)
Menu ID                          : 1 (0x1)
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format version                   : Version 4
Format profile                   : LC
Muxing mode                      : ADTS
Codec ID                         : 15
Duration                         : 5s 802ms
Bit rate mode                    : Variable
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Delay relative to video          : -195ms

Menu
ID                               : 4095 (0xFFF)
Menu ID                          : 1 (0x1)
Duration                         : 5s 840ms
List                             : 256 (0x100) (AVC) / 257 (0x101) (AAC)
Service name                     : Service01
Service provider                 : FFmpeg
Service type                     : digital television



I don't know if this helps any, but there you have it.