Guest User

Untitled

a guest
Aug 1st, 2012
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 112.45 KB | None | 0 0
  1. 2012-08-01 14:07:31,173 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
  2. 2012-08-01 14:07:31,192 INFO [MediaServer] ------------------------------------------------------------------------
  3. 2012-08-01 14:07:31,192 INFO [MediaServer] Serviio DLNA media streaming server v 1.0 (rev. 34c915f37185+)
  4. 2012-08-01 14:07:31,192 INFO [MediaServer] Petr Nejedly 2009-2012
  5. 2012-08-01 14:07:31,192 INFO [MediaServer] http://www.serviio.org
  6. 2012-08-01 14:07:31,192 INFO [MediaServer]
  7. 2012-08-01 14:07:31,192 INFO [MediaServer] Java 1.6.0_18-Sun Microsystems Inc.
  8. 2012-08-01 14:07:31,192 INFO [MediaServer] OS Linux i386 2.6.32-5-686
  9. 2012-08-01 14:07:31,192 INFO [MediaServer] File encoding: UTF-8
  10. 2012-08-01 14:07:31,193 INFO [MediaServer] Headless mode enabled: true
  11. 2012-08-01 14:07:31,193 INFO [MediaServer] User home dir: /opt/serviio
  12. 2012-08-01 14:07:31,193 INFO [MediaServer] Temp dir: /tmp
  13. 2012-08-01 14:07:31,193 INFO [MediaServer] ------------------------------------------------------------------------
  14. 2012-08-01 14:07:31,364 INFO [WebServer] Socket buffer set to 65535 bytes
  15. 2012-08-01 14:07:31,367 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
  16. 2012-08-01 14:07:31,423 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
  17. 2012-08-01 14:07:31,424 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
  18. 2012-08-01 14:07:31,444 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
  19. 2012-08-01 14:07:31,455 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
  20. 2012-08-01 14:07:31,790 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
  21. 2012-08-01 14:07:32,857 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
  22. 2012-08-01 14:07:32,861 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
  23. 2012-08-01 14:07:32,866 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
  24. 2012-08-01 14:07:32,867 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
  25. 2012-08-01 14:07:32,869 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
  26. 2012-08-01 14:07:32,871 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
  27. 2012-08-01 14:07:32,876 INFO [Device] Created UPnP Device with UUID: 057e814f-d039-3103-87b8-24793c5a6859, bound address: 192.168.1.121
  28. 2012-08-01 14:07:32,881 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
  29. 2012-08-01 14:07:32,883 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
  30. 2012-08-01 14:07:32,884 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.sql' has been run
  31. 2012-08-01 14:07:32,886 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.1.sql' has been run
  32. 2012-08-01 14:07:32,888 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.2.sql' has been run
  33. 2012-08-01 14:07:32,889 DEBUG [DBLogDAOImpl] Checking if script 'script-1.0.sql' has been run
  34. 2012-08-01 14:07:33,093 ERROR [IndexedDiskCache] Region [thumbnails] Failure initializing for fileName: thumbnails and root directory: /opt/serviio/library/cache
  35. java.io.FileNotFoundException: /opt/serviio/library/cache/thumbnails.key (Permission denied)
  36. at java.io.RandomAccessFile.open(Native Method)
  37. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
  38. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:118)
  39. at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.<init>(IndexedDisk.java:62)
  40. at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.<init>(IndexedDiskCache.java:155)
  41. at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager.getCache(IndexedDiskCacheManager.java:130)
  42. at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory.createCache(IndexedDiskCacheFactory.java:62)
  43. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseAuxiliary(CompositeCacheConfigurator.java:554)
  44. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:346)
  45. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:267)
  46. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegions(CompositeCacheConfigurator.java:244)
  47. at org.apache.jcs.engine.control.CompositeCacheConfigurator.doConfigure(CompositeCacheConfigurator.java:139)
  48. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:314)
  49. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:258)
  50. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:245)
  51. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:194)
  52. at org.apache.jcs.engine.control.CompositeCacheManager.getInstance(CompositeCacheManager.java:122)
  53. at org.apache.jcs.JCS.ensureCacheManager(JCS.java:96)
  54. at org.apache.jcs.JCS.getInstance(JCS.java:64)
  55. at org.serviio.cache.AbstractCacheDecorator.<init>(AbstractCacheDecorator.java:36)
  56. at org.serviio.upnp.service.contentdirectory.LocalContentCacheDecorator.<init>(LocalContentCacheDecorator.java:27)
  57. at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.setupCache(ContentDirectoryEngine.java:140)
  58. at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.<init>(ContentDirectoryEngine.java:62)
  59. at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.getInstance(ContentDirectoryEngine.java:71)
  60. at org.serviio.upnp.service.contentdirectory.ContentDirectory.setupService(ContentDirectory.java:82)
  61. at org.serviio.upnp.service.Service.<init>(Service.java:77)
  62. at org.serviio.upnp.service.contentdirectory.ContentDirectory.<init>(ContentDirectory.java:38)
  63. at org.serviio.upnp.Device.setupServices(Device.java:176)
  64. at org.serviio.upnp.Device.getInstance(Device.java:118)
  65. at org.serviio.library.metadata.AbstractCDSLibraryIndexingListener.<init>(AbstractCDSLibraryIndexingListener.java:45)
  66. at org.serviio.library.local.metadata.CDSLibraryIndexingListener.<init>(CDSLibraryIndexingListener.java:17)
  67. at org.serviio.library.local.LibraryManager.<init>(LibraryManager.java:79)
  68. at org.serviio.library.local.LibraryManager.getInstance(LibraryManager.java:69)
  69. at org.serviio.ui.resources.server.LibraryStatusServerResource.load(LibraryStatusServerResource.java:31)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  73. at java.lang.reflect.Method.invoke(Method.java:616)
  74. at org.restlet.resource.ServerResource.doHandle(ServerResource.java:449)
  75. at org.restlet.resource.ServerResource.get(ServerResource.java:645)
  76. at org.restlet.resource.ServerResource.doHandle(ServerResource.java:527)
  77. at org.restlet.resource.ServerResource.doNegotiatedHandle(ServerResource.java:587)
  78. at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:299)
  79. at org.restlet.resource.ServerResource.handle(ServerResource.java:846)
  80. at org.restlet.resource.Finder.handle(Finder.java:510)
  81. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  82. at org.restlet.routing.Filter.handle(Filter.java:203)
  83. at org.restlet.routing.Router.doHandle(Router.java:497)
  84. at org.restlet.routing.Router.handle(Router.java:737)
  85. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  86. at org.restlet.routing.Filter.handle(Filter.java:203)
  87. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  88. at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:151)
  89. at org.restlet.routing.Filter.handle(Filter.java:203)
  90. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  91. at org.restlet.routing.Filter.handle(Filter.java:203)
  92. at org.restlet.engine.ChainHelper.handle(ChainHelper.java:111)
  93. at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:72)
  94. at org.restlet.Application.handle(Application.java:388)
  95. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  96. at org.restlet.routing.Filter.handle(Filter.java:203)
  97. at org.restlet.routing.Router.doHandle(Router.java:497)
  98. at org.restlet.routing.Router.handle(Router.java:737)
  99. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  100. at org.restlet.routing.Filter.handle(Filter.java:203)
  101. at org.restlet.routing.Router.doHandle(Router.java:497)
  102. at org.restlet.routing.Router.handle(Router.java:737)
  103. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  104. at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:151)
  105. at org.restlet.routing.Filter.handle(Filter.java:203)
  106. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  107. at org.restlet.routing.Filter.handle(Filter.java:203)
  108. at org.restlet.engine.ChainHelper.handle(ChainHelper.java:111)
  109. at org.restlet.Component.handle(Component.java:388)
  110. at org.restlet.Server.handle(Server.java:488)
  111. at org.restlet.engine.http.connector.BaseServerHelper.handle(BaseServerHelper.java:158)
  112. at org.restlet.engine.http.connector.BaseServerHelper.handleInbound(BaseServerHelper.java:167)
  113. at org.restlet.engine.http.connector.BaseHelper.handleNextInbound(BaseHelper.java:418)
  114. at org.restlet.engine.http.connector.Connection.readMessages(Connection.java:695)
  115. at org.restlet.engine.http.connector.Controller$2.run(Controller.java:95)
  116. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
  117. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
  118. at java.lang.Thread.run(Thread.java:636)
  119. 2012-08-01 14:07:33,103 ERROR [IndexedDiskCache] Region [online_technical_metadata] Failure initializing for fileName: online_technical_metadata and root directory: /opt/serviio/library/cache
  120. java.io.FileNotFoundException: /opt/serviio/library/cache/online_technical_metadata.key (Permission denied)
  121. at java.io.RandomAccessFile.open(Native Method)
  122. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
  123. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:118)
  124. at org.apache.jcs.auxiliary.disk.indexed.IndexedDisk.<init>(IndexedDisk.java:62)
  125. at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.<init>(IndexedDiskCache.java:155)
  126. at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheManager.getCache(IndexedDiskCacheManager.java:130)
  127. at org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory.createCache(IndexedDiskCacheFactory.java:62)
  128. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseAuxiliary(CompositeCacheConfigurator.java:554)
  129. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:346)
  130. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:267)
  131. at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegions(CompositeCacheConfigurator.java:244)
  132. at org.apache.jcs.engine.control.CompositeCacheConfigurator.doConfigure(CompositeCacheConfigurator.java:139)
  133. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:314)
  134. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:258)
  135. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:245)
  136. at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:194)
  137. at org.apache.jcs.engine.control.CompositeCacheManager.getInstance(CompositeCacheManager.java:122)
  138. at org.apache.jcs.JCS.ensureCacheManager(JCS.java:96)
  139. at org.apache.jcs.JCS.getInstance(JCS.java:64)
  140. at org.serviio.cache.AbstractCacheDecorator.<init>(AbstractCacheDecorator.java:36)
  141. at org.serviio.upnp.service.contentdirectory.LocalContentCacheDecorator.<init>(LocalContentCacheDecorator.java:27)
  142. at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.setupCache(ContentDirectoryEngine.java:140)
  143. at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.<init>(ContentDirectoryEngine.java:62)
  144. at org.serviio.upnp.service.contentdirectory.ContentDirectoryEngine.getInstance(ContentDirectoryEngine.java:71)
  145. at org.serviio.upnp.service.contentdirectory.ContentDirectory.setupService(ContentDirectory.java:82)
  146. at org.serviio.upnp.service.Service.<init>(Service.java:77)
  147. at org.serviio.upnp.service.contentdirectory.ContentDirectory.<init>(ContentDirectory.java:38)
  148. at org.serviio.upnp.Device.setupServices(Device.java:176)
  149. at org.serviio.upnp.Device.getInstance(Device.java:118)
  150. at org.serviio.library.metadata.AbstractCDSLibraryIndexingListener.<init>(AbstractCDSLibraryIndexingListener.java:45)
  151. at org.serviio.library.local.metadata.CDSLibraryIndexingListener.<init>(CDSLibraryIndexingListener.java:17)
  152. at org.serviio.library.local.LibraryManager.<init>(LibraryManager.java:79)
  153. at org.serviio.library.local.LibraryManager.getInstance(LibraryManager.java:69)
  154. at org.serviio.ui.resources.server.LibraryStatusServerResource.load(LibraryStatusServerResource.java:31)
  155. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  156. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  157. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  158. at java.lang.reflect.Method.invoke(Method.java:616)
  159. at org.restlet.resource.ServerResource.doHandle(ServerResource.java:449)
  160. at org.restlet.resource.ServerResource.get(ServerResource.java:645)
  161. at org.restlet.resource.ServerResource.doHandle(ServerResource.java:527)
  162. at org.restlet.resource.ServerResource.doNegotiatedHandle(ServerResource.java:587)
  163. at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:299)
  164. at org.restlet.resource.ServerResource.handle(ServerResource.java:846)
  165. at org.restlet.resource.Finder.handle(Finder.java:510)
  166. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  167. at org.restlet.routing.Filter.handle(Filter.java:203)
  168. at org.restlet.routing.Router.doHandle(Router.java:497)
  169. at org.restlet.routing.Router.handle(Router.java:737)
  170. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  171. at org.restlet.routing.Filter.handle(Filter.java:203)
  172. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  173. at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:151)
  174. at org.restlet.routing.Filter.handle(Filter.java:203)
  175. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  176. at org.restlet.routing.Filter.handle(Filter.java:203)
  177. at org.restlet.engine.ChainHelper.handle(ChainHelper.java:111)
  178. at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:72)
  179. at org.restlet.Application.handle(Application.java:388)
  180. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  181. at org.restlet.routing.Filter.handle(Filter.java:203)
  182. at org.restlet.routing.Router.doHandle(Router.java:497)
  183. at org.restlet.routing.Router.handle(Router.java:737)
  184. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  185. at org.restlet.routing.Filter.handle(Filter.java:203)
  186. at org.restlet.routing.Router.doHandle(Router.java:497)
  187. at org.restlet.routing.Router.handle(Router.java:737)
  188. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  189. at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:151)
  190. at org.restlet.routing.Filter.handle(Filter.java:203)
  191. at org.restlet.routing.Filter.doHandle(Filter.java:156)
  192. at org.restlet.routing.Filter.handle(Filter.java:203)
  193. at org.restlet.engine.ChainHelper.handle(ChainHelper.java:111)
  194. at org.restlet.Component.handle(Component.java:388)
  195. at org.restlet.Server.handle(Server.java:488)
  196. at org.restlet.engine.http.connector.BaseServerHelper.handle(BaseServerHelper.java:158)
  197. at org.restlet.engine.http.connector.BaseServerHelper.handleInbound(BaseServerHelper.java:167)
  198. at org.restlet.engine.http.connector.BaseHelper.handleNextInbound(BaseHelper.java:418)
  199. at org.restlet.engine.http.connector.Connection.readMessages(Connection.java:695)
  200. at org.restlet.engine.http.connector.Controller$2.run(Controller.java:95)
  201. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
  202. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
  203. at java.lang.Thread.run(Thread.java:636)
  204. 2012-08-01 14:07:33,154 INFO [MediaServer] ------------------------------------------------------------------------
  205. 2012-08-01 14:07:33,154 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
  206. 2012-08-01 14:07:33,154 INFO [MediaServer] ------------------------------------------------------------------------
  207. 2012-08-01 14:07:33,773 INFO [ProfilesDefinitionParser] Parsing Profiles definition
  208. 2012-08-01 14:07:33,841 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
  209. 2012-08-01 14:07:34,635 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
  210. 2012-08-01 14:07:34,638 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
  211. 2012-08-01 14:07:35,318 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
  212. 2012-08-01 14:07:35,320 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
  213. 2012-08-01 14:07:35,660 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
  214. 2012-08-01 14:07:35,662 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
  215. 2012-08-01 14:07:36,213 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
  216. 2012-08-01 14:07:36,215 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
  217. 2012-08-01 14:07:36,637 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
  218. 2012-08-01 14:07:36,641 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
  219. 2012-08-01 14:07:36,841 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
  220. 2012-08-01 14:07:36,843 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
  221. 2012-08-01 14:07:37,779 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
  222. 2012-08-01 14:07:37,782 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
  223. 2012-08-01 14:07:37,832 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
  224. 2012-08-01 14:07:37,834 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012
  225. 2012-08-01 14:07:38,904 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
  226. 2012-08-01 14:07:38,906 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
  227. 2012-08-01 14:07:40,390 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
  228. 2012-08-01 14:07:40,393 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
  229. 2012-08-01 14:07:40,950 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
  230. 2012-08-01 14:07:40,952 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
  231. 2012-08-01 14:07:41,271 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
  232. 2012-08-01 14:07:41,273 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 15
  233. 2012-08-01 14:07:41,333 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
  234. 2012-08-01 14:07:41,336 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 16
  235. 2012-08-01 14:07:41,595 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
  236. 2012-08-01 14:07:41,598 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 17
  237. 2012-08-01 14:07:41,708 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
  238. 2012-08-01 14:07:41,711 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 18
  239. 2012-08-01 14:07:42,367 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
  240. 2012-08-01 14:07:42,369 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011
  241. 2012-08-01 14:07:42,465 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
  242. 2012-08-01 14:07:42,468 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2010
  243. 2012-08-01 14:07:42,970 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
  244. 2012-08-01 14:07:42,973 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 20
  245. 2012-08-01 14:07:43,527 INFO [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
  246. 2012-08-01 14:07:43,531 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2009
  247. 2012-08-01 14:07:43,768 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
  248. 2012-08-01 14:07:43,771 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 22
  249. 2012-08-01 14:07:43,880 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
  250. 2012-08-01 14:07:43,884 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011a
  251. 2012-08-01 14:07:45,057 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/G/GT/DT/UT (2011/2012)' (id=viera2011a)
  252. 2012-08-01 14:07:45,062 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011
  253. 2012-08-01 14:07:45,217 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera S/ST/VT (2011)' (id=viera2011)
  254. 2012-08-01 14:07:45,222 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2010
  255. 2012-08-01 14:07:45,378 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
  256. 2012-08-01 14:07:45,409 INFO [ProfilesDefinitionParser] Parsing Profiles definition
  257. 2012-08-01 14:07:45,414 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile flv_player
  258. 2012-08-01 14:07:45,777 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
  259. 2012-08-01 14:07:45,778 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile serviigo
  260. 2012-08-01 14:07:46,060 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
  261. 2012-08-01 14:07:46,102 INFO [PluginCompilerThread] Looking for plugins at /opt/serviio/plugins
  262. 2012-08-01 14:07:46,103 INFO [PluginCompilerThread] Started looking for plugins
  263. 2012-08-01 14:07:46,105 INFO [UpdateChecker] Checking if a new version is available
  264. 2012-08-01 14:07:46,117 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
  265. 2012-08-01 14:07:46,123 DEBUG [ProcessExecutor] Starting ffmpeg
  266. 2012-08-01 14:07:46,190 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
  267. 2012-08-01 14:07:46,224 INFO [WebServer] WebServer starting on port 8895
  268. 2012-08-01 14:07:46,232 DEBUG [DiscoveryManager] UPNP device 057e814f-d039-3103-87b8-24793c5a6859 (192.168.1.121) is available
  269. 2012-08-01 14:07:46,233 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
  270. 2012-08-01 14:07:46,234 INFO [EventDispatcher] Starting EventDispatcher
  271. 2012-08-01 14:07:46,238 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  272. 2012-08-01 14:07:46,239 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
  273. 2012-08-01 14:07:46,243 INFO [RendererSearchSender] Searching for Renderer devices
  274. 2012-08-01 14:07:46,243 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
  275. 2012-08-01 14:07:46,247 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  276. 2012-08-01 14:07:46,247 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface br0 (br0) and address 192.168.1.120, timeout = 0
  277. 2012-08-01 14:07:46,272 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
  278. 2012-08-01 14:07:46,272 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
  279. 2012-08-01 14:07:46,284 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.1.121:42542
  280. 2012-08-01 14:07:46,284 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.121
  281. 2012-08-01 14:07:46,302 DEBUG [RendererSearchSender] Received search response: location: http://192.168.1.24:2869/upnphost/udhisapi.dll?content=uuid:3ab5ef25-100d-43fc-a5eb-f9614d1fd20e, st: urn:schemas-upnp-org:device:MediaRenderer:1
  282. 2012-08-01 14:07:46,303 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 3ab5ef25-100d-43fc-a5eb-f9614d1fd20e from address /192.168.1.24:1900
  283. 2012-08-01 14:07:46,320 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  284. 2012-08-01 14:07:46,323 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  285. 2012-08-01 14:07:46,334 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.1.121:42542
  286. 2012-08-01 14:07:46,334 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.121
  287. 2012-08-01 14:07:46,338 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.1.121:42542
  288. 2012-08-01 14:07:46,338 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.121
  289. 2012-08-01 14:07:46,354 DEBUG [RendererManager] Adding renderer Renderer [uuid=3ab5ef25-100d-43fc-a5eb-f9614d1fd20e, ipAddress=192.168.1.24, name=Windows Media Player, profileId=1, manuallyAdded=false, forcedProfile=false, enabled=true, accessGroupId=1] to list of active renderers
  290. 2012-08-01 14:07:46,685 DEBUG [RendererSearchSender] Received search response: location: http://192.168.1.24:2869/upnphost/udhisapi.dll?content=uuid:3ab5ef25-100d-43fc-a5eb-f9614d1fd20e, st: urn:schemas-upnp-org:device:MediaRenderer:1
  291. 2012-08-01 14:07:46,686 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 3ab5ef25-100d-43fc-a5eb-f9614d1fd20e from address /192.168.1.24:1900
  292. 2012-08-01 14:07:46,795 DEBUG [RendererSearchSender] Received search response: location: http://192.168.1.24:2869/upnphost/udhisapi.dll?content=uuid:3ab5ef25-100d-43fc-a5eb-f9614d1fd20e, st: urn:schemas-upnp-org:device:MediaRenderer:1
  293. 2012-08-01 14:07:46,795 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 3ab5ef25-100d-43fc-a5eb-f9614d1fd20e from address /192.168.1.24:1900
  294. 2012-08-01 14:07:46,857 DEBUG [RendererSearchSender] Received search response: location: http://192.168.1.24:2869/upnphost/udhisapi.dll?content=uuid:3ab5ef25-100d-43fc-a5eb-f9614d1fd20e, st: urn:schemas-upnp-org:device:MediaRenderer:1
  295. 2012-08-01 14:07:46,858 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 3ab5ef25-100d-43fc-a5eb-f9614d1fd20e from address /192.168.1.24:1900
  296. 2012-08-01 14:07:47,824 DEBUG [RendererSearchSender] Received search response: location: http://192.168.1.24:2869/upnphost/udhisapi.dll?content=uuid:3ab5ef25-100d-43fc-a5eb-f9614d1fd20e, st: urn:schemas-upnp-org:device:MediaRenderer:1
  297. 2012-08-01 14:07:47,825 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 3ab5ef25-100d-43fc-a5eb-f9614d1fd20e from address /192.168.1.24:1900
  298. 2012-08-01 14:07:48,126 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface br0 (br0) and address 192.168.1.120, timeout = 0
  299. 2012-08-01 14:07:48,127 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  300. 2012-08-01 14:07:49,728 DEBUG [RendererSearchSender] Received search response: location: http://192.168.1.24:2869/upnphost/udhisapi.dll?content=uuid:3ab5ef25-100d-43fc-a5eb-f9614d1fd20e, st: urn:schemas-upnp-org:device:MediaRenderer:1
  301. 2012-08-01 14:07:49,729 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 3ab5ef25-100d-43fc-a5eb-f9614d1fd20e from address /192.168.1.24:1900
  302. 2012-08-01 14:07:49,931 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
  303. 2012-08-01 14:07:52,280 DEBUG [RendererSearchSender] Finished searching for Renderer devices
  304. 2012-08-01 14:07:59,932 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  305. 2012-08-01 14:07:59,933 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  306. 2012-08-01 14:08:01,736 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface br0 (br0) and address 192.168.1.120, timeout = 0
  307. 2012-08-01 14:08:01,737 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  308. 2012-08-01 14:08:03,539 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
  309. 2012-08-01 14:08:12,285 INFO [FeedUpdaterThread] Started looking for information about online resources
  310. 2012-08-01 14:08:12,285 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
  311. 2012-08-01 14:08:12,289 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
  312. 2012-08-01 14:08:12,292 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
  313. 2012-08-01 14:08:12,317 DEBUG [RepositoryDAOImpl] Reading all Repositories
  314. 2012-08-01 14:08:12,329 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
  315. 2012-08-01 14:08:12,329 DEBUG [RepositoryDAOImpl] Reading all Repositories
  316. 2012-08-01 14:08:12,337 INFO [PlaylistMaintainerThread] Started looking playlist changes
  317. 2012-08-01 14:08:12,352 DEBUG [PlaylistDAOImpl] Reading all Playlists
  318. 2012-08-01 14:08:12,411 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /var/files
  319. 2012-08-01 14:08:12,411 DEBUG [LibraryUpdatesCheckerThread] Looking for removed playlist files in repository: /var/files
  320. 2012-08-01 14:08:12,411 DEBUG [PlaylistDAOImpl] Reading Playlists for Repository (id = 1)
  321. 2012-08-01 14:08:12,412 DEBUG [LibraryAdditionsCheckerThread] Found file 'nugget.avi', checking if it's already in the Library
  322. 2012-08-01 14:08:12,418 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item nugget.avi
  323. 2012-08-01 14:08:12,419 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /var/files/nugget.avi, ignore case: false
  324. 2012-08-01 14:08:12,482 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: /var/files
  325. 2012-08-01 14:08:12,482 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 1)
  326. 2012-08-01 14:08:12,525 DEBUG [MediaItemDAOImpl] Media item nugget.avi already exists in DB
  327. 2012-08-01 14:08:12,525 DEBUG [LibraryAdditionsCheckerThread] Found file 'Naruto Shippuden Episode 001 - Homecoming.avi', checking if it's already in the Library
  328. 2012-08-01 14:08:12,525 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Naruto Shippuden Episode 001 - Homecoming.avi
  329. 2012-08-01 14:08:12,526 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /var/files/Naruto Shippuden Episode 001 - Homecoming.avi, ignore case: false
  330. 2012-08-01 14:08:12,528 DEBUG [MediaItemDAOImpl] Media item Naruto Shippuden Episode 001 - Homecoming.avi already exists in DB
  331. 2012-08-01 14:08:12,529 DEBUG [RepositoryDAOImpl] Marking Repository 1 as scanned with current timestamp
  332. 2012-08-01 14:08:12,551 DEBUG [MediaItemDAOImpl] Getting file of media item 1
  333. 2012-08-01 14:08:12,588 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type AUDIO
  334. 2012-08-01 14:08:12,665 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type VIDEO
  335. 2012-08-01 14:08:12,668 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type IMAGE
  336. 2012-08-01 14:08:12,673 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 1) and extractor EMBEDDED
  337. 2012-08-01 14:08:12,722 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 1) and extractor COVER_IMAGE_IN_FOLDER
  338. 2012-08-01 14:08:12,726 DEBUG [MediaItemDAOImpl] Getting file of media item 2
  339. 2012-08-01 14:08:12,727 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 2) and extractor EMBEDDED
  340. 2012-08-01 14:08:12,728 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 2) and extractor COVER_IMAGE_IN_FOLDER
  341. 2012-08-01 14:08:12,730 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 1)
  342. 2012-08-01 14:08:12,765 DEBUG [RepositoryDAOImpl] Marking Repository 1 as scanned with current timestamp
  343. 2012-08-01 14:08:13,540 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  344. 2012-08-01 14:08:13,542 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  345. 2012-08-01 14:08:14,255 DEBUG [WebServer] Incoming connection from /192.168.1.5:52121
  346. 2012-08-01 14:08:14,258 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  347. 2012-08-01 14:08:14,261 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 057e814f-d039-3103-87b8-24793c5a6859 from 192.168.1.5 (headers = [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:08:15 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";])
  348. 2012-08-01 14:08:14,261 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  349. 2012-08-01 14:08:14,262 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:08:15 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";]
  350. 2012-08-01 14:08:14,267 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  351. 2012-08-01 14:08:14,723 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV (2010)'
  352. 2012-08-01 14:08:14,782 DEBUG [WebServer] Incoming connection from /192.168.1.5:52122
  353. 2012-08-01 14:08:14,962 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  354. 2012-08-01 14:08:14,964 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
  355. 2012-08-01 14:08:14,981 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  356. 2012-08-01 14:08:15,050 DEBUG [WebServer] Incoming connection from /192.168.1.5:52123
  357. 2012-08-01 14:08:15,051 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  358. 2012-08-01 14:08:15,052 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
  359. 2012-08-01 14:08:15,078 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  360. 2012-08-01 14:08:15,509 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface br0 (br0) and address 192.168.1.120, timeout = 0
  361. 2012-08-01 14:08:15,510 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  362. 2012-08-01 14:08:15,532 DEBUG [WebServer] Incoming connection from /192.168.1.5:52124
  363. 2012-08-01 14:08:15,537 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  364. 2012-08-01 14:08:15,538 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from 192.168.1.5:
  365. 2012-08-01 14:08:15,538 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  366. 2012-08-01 14:08:15,702 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  367. 2012-08-01 14:08:15,800 DEBUG [WebServer] Incoming connection from /192.168.1.5:52125
  368. 2012-08-01 14:08:15,885 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  369. 2012-08-01 14:08:15,886 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from 192.168.1.5:
  370. 2012-08-01 14:08:15,886 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  371. 2012-08-01 14:08:15,890 DEBUG [ConnectionManager] Sending protocol info using profile 'Sony Bravia TV (2010)'
  372. 2012-08-01 14:08:15,943 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  373. 2012-08-01 14:08:17,317 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:52
  374. 2012-08-01 14:08:17,880 DEBUG [WebServer] Incoming connection from /192.168.1.5:52126
  375. 2012-08-01 14:08:17,893 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  376. 2012-08-01 14:08:17,895 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 057e814f-d039-3103-87b8-24793c5a6859 from 192.168.1.5 (headers = [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:08:19 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";])
  377. 2012-08-01 14:08:17,895 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  378. 2012-08-01 14:08:17,896 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:08:19 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";]
  379. 2012-08-01 14:08:17,898 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  380. 2012-08-01 14:08:17,900 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV (2010)'
  381. 2012-08-01 14:08:18,126 DEBUG [WebServer] Incoming connection from /192.168.1.5:52127
  382. 2012-08-01 14:08:18,127 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  383. 2012-08-01 14:08:18,130 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon largeJPG
  384. 2012-08-01 14:08:18,292 DEBUG [WebServer] Incoming connection from /192.168.1.5:52128
  385. 2012-08-01 14:08:18,293 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  386. 2012-08-01 14:08:18,294 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
  387. 2012-08-01 14:08:18,295 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  388. 2012-08-01 14:08:18,629 DEBUG [WebServer] Incoming connection from /192.168.1.5:52129
  389. 2012-08-01 14:08:18,630 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  390. 2012-08-01 14:08:18,631 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon largeJPG
  391. 2012-08-01 14:08:18,863 DEBUG [WebServer] Incoming connection from /192.168.1.5:52130
  392. 2012-08-01 14:08:18,864 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  393. 2012-08-01 14:08:18,865 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon largeJPG
  394. 2012-08-01 14:08:19,022 DEBUG [WebServer] Incoming connection from /192.168.1.5:52131
  395. 2012-08-01 14:08:19,027 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  396. 2012-08-01 14:08:19,028 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
  397. 2012-08-01 14:08:19,031 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  398. 2012-08-01 14:08:19,472 DEBUG [WebServer] Incoming connection from /192.168.1.5:52132
  399. 2012-08-01 14:08:19,483 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  400. 2012-08-01 14:08:19,484 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from 192.168.1.5:
  401. 2012-08-01 14:08:19,485 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  402. 2012-08-01 14:08:19,492 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  403. 2012-08-01 14:08:19,510 DEBUG [WebServer] Incoming connection from /192.168.1.5:52133
  404. 2012-08-01 14:08:19,623 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  405. 2012-08-01 14:08:19,624 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from 192.168.1.5:
  406. 2012-08-01 14:08:19,624 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  407. 2012-08-01 14:08:19,630 DEBUG [ConnectionManager] Sending protocol info using profile 'Sony Bravia TV (2010)'
  408. 2012-08-01 14:08:19,659 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  409. 2012-08-01 14:08:20,458 DEBUG [WebServer] Incoming connection from /192.168.1.5:52134
  410. 2012-08-01 14:08:20,468 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  411. 2012-08-01 14:08:20,470 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.5:
  412. 2012-08-01 14:08:20,470 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  413. 2012-08-01 14:08:20,482 DEBUG [ContentDirectory] Browse() called for renderer KDL-40EX505 (profile sony2010) with parameters: objectID = 2, browseFlag = BrowseDirectChildren, filter = dc:title,av:mediaClass,dc:date,@childCount,res,upnp:class,res@resolution,upnp:album,upnp:genre,upnp:albumArtURI,upnp:albumArtURI@dlna:profileID,dc:creator,res@size,res@duration,res@bitrate,res@protocolInfo, startIndex = 0, count = 10, sortCriteria =
  414. 2012-08-01 14:08:20,485 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
  415. 2012-08-01 14:08:20,518 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
  416. 2012-08-01 14:08:20,527 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=0, titleKey=serviio_media_library, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = null
  417. 2012-08-01 14:08:20,553 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A, titleKey=audio, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
  418. 2012-08-01 14:08:20,562 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_A, titleKey=artists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  419. 2012-08-01 14:08:20,568 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
  420. 2012-08-01 14:08:20,575 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
  421. 2012-08-01 14:08:20,583 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
  422. 2012-08-01 14:08:20,590 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
  423. 2012-08-01 14:08:20,598 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=AL_A, titleKey=album_artists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  424. 2012-08-01 14:08:20,604 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListAlbumArtistInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
  425. 2012-08-01 14:08:20,613 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListAlbumArtistsForInitialCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=ART, recursive=false, cacheRegion=local_default
  426. 2012-08-01 14:08:20,620 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAlbumsForAlbumArtistCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=A, recursive=false, cacheRegion=local_default
  427. 2012-08-01 14:08:20,629 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
  428. 2012-08-01 14:08:20,635 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  429. 2012-08-01 14:08:20,643 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
  430. 2012-08-01 14:08:20,650 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  431. 2012-08-01 14:08:20,658 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
  432. 2012-08-01 14:08:20,665 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
  433. 2012-08-01 14:08:20,673 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_C, titleKey=composers, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  434. 2012-08-01 14:08:20,681 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListComposerInitialsCommand, containerClass=CONTAINER, itemClass=null, idPrefix=INI, recursive=false, cacheRegion=local_default
  435. 2012-08-01 14:08:20,690 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.person.ListComposersForInitialCommand, containerClass=MUSIC_ARTIST, itemClass=null, idPrefix=COM, recursive=false, cacheRegion=local_default
  436. 2012-08-01 14:08:20,696 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAlbumsForComposerCommand, containerClass=MUSIC_ALBUM, itemClass=null, idPrefix=A, recursive=false, cacheRegion=local_default
  437. 2012-08-01 14:08:20,703 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForComposerAndAlbumCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
  438. 2012-08-01 14:08:20,711 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  439. 2012-08-01 14:08:20,718 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
  440. 2012-08-01 14:08:20,727 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
  441. 2012-08-01 14:08:20,734 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_R, titleKey=random, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
  442. 2012-08-01 14:08:20,742 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
  443. 2012-08-01 14:08:20,749 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_PL, titleKey=playlists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  444. 2012-08-01 14:08:20,758 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAudioPlaylistsCommand, containerClass=PLAYLIST_CONTAINER, itemClass=null, idPrefix=PL, recursive=false, cacheRegion=local_default
  445. 2012-08-01 14:08:20,767 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListSongsForPlaylistCommand, containerClass=null, itemClass=MUSIC_TRACK, idPrefix=S, recursive=false, cacheRegion=local_default
  446. 2012-08-01 14:08:20,775 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_OF, titleKey=online, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
  447. 2012-08-01 14:08:20,782 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.audio.ListAudioOnlineContentCommand, containerClass=STORAGE_FOLDER, itemClass=MUSIC_TRACK, idPrefix=FOL, recursive=true, cacheRegion=no_cache
  448. 2012-08-01 14:08:20,791 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_S, titleKey=All songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
  449. 2012-08-01 14:08:20,799 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
  450. 2012-08-01 14:08:20,807 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_AS, titleKey=Artist Songs, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
  451. 2012-08-01 14:08:20,814 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
  452. 2012-08-01 14:08:20,823 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
  453. 2012-08-01 14:08:20,831 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=A_ALB, titleKey=All albums, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
  454. 2012-08-01 14:08:20,839 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
  455. 2012-08-01 14:08:20,847 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
  456. 2012-08-01 14:08:20,856 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I, titleKey=image, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
  457. 2012-08-01 14:08:20,863 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_A, titleKey=albums, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  458. 2012-08-01 14:08:20,872 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
  459. 2012-08-01 14:08:20,879 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
  460. 2012-08-01 14:08:20,888 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  461. 2012-08-01 14:08:20,895 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
  462. 2012-08-01 14:08:20,904 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_Y, titleKey=year, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  463. 2012-08-01 14:08:20,911 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
  464. 2012-08-01 14:08:20,921 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
  465. 2012-08-01 14:08:20,928 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_T, titleKey=month, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  466. 2012-08-01 14:08:20,937 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
  467. 2012-08-01 14:08:20,944 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
  468. 2012-08-01 14:08:20,954 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
  469. 2012-08-01 14:08:20,961 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_PL, titleKey=playlists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  470. 2012-08-01 14:08:20,971 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagePlaylistsCommand, containerClass=PLAYLIST_CONTAINER, itemClass=null, idPrefix=PL, recursive=false, cacheRegion=local_default
  471. 2012-08-01 14:08:20,978 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImagesForPlaylistCommand, containerClass=null, itemClass=PHOTO, idPrefix=S, recursive=false, cacheRegion=local_default
  472. 2012-08-01 14:08:20,987 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_OF, titleKey=online, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
  473. 2012-08-01 14:08:20,995 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.image.ListImageOnlineContentCommand, containerClass=STORAGE_FOLDER, itemClass=PHOTO, idPrefix=FOL, recursive=true, cacheRegion=no_cache
  474. 2012-08-01 14:08:21,004 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=I_AI, titleKey=All images, class=CONTAINER, cacheRegion=local_default, browsable = false, editable = null
  475. 2012-08-01 14:08:21,012 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
  476. 2012-08-01 14:08:21,021 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V, titleKey=video, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
  477. 2012-08-01 14:08:21,029 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_T, titleKey=titles, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  478. 2012-08-01 14:08:21,039 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
  479. 2012-08-01 14:08:21,046 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
  480. 2012-08-01 14:08:21,054 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_M, titleKey=movies, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  481. 2012-08-01 14:08:21,063 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
  482. 2012-08-01 14:08:21,071 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_S, titleKey=series, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  483. 2012-08-01 14:08:21,080 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
  484. 2012-08-01 14:08:21,089 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
  485. 2012-08-01 14:08:21,099 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
  486. 2012-08-01 14:08:21,108 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_F, titleKey=folders, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  487. 2012-08-01 14:08:21,117 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
  488. 2012-08-01 14:08:21,126 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LV, titleKey=last_viewed, class=CONTAINER, cacheRegion=local_resetafterplay, browsable = null, editable = true
  489. 2012-08-01 14:08:21,134 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
  490. 2012-08-01 14:08:21,145 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_LA, titleKey=last_added, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  491. 2012-08-01 14:08:21,153 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
  492. 2012-08-01 14:08:21,163 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_G, titleKey=genres, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  493. 2012-08-01 14:08:21,173 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
  494. 2012-08-01 14:08:21,181 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
  495. 2012-08-01 14:08:21,191 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_A, titleKey=actors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  496. 2012-08-01 14:08:21,200 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
  497. 2012-08-01 14:08:21,210 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
  498. 2012-08-01 14:08:21,218 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
  499. 2012-08-01 14:08:21,228 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_D, titleKey=directors, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  500. 2012-08-01 14:08:21,246 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
  501. 2012-08-01 14:08:21,256 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
  502. 2012-08-01 14:08:21,266 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
  503. 2012-08-01 14:08:21,274 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_P, titleKey=producers, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  504. 2012-08-01 14:08:21,285 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
  505. 2012-08-01 14:08:21,293 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
  506. 2012-08-01 14:08:21,304 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
  507. 2012-08-01 14:08:21,314 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_PL, titleKey=playlists, class=CONTAINER, cacheRegion=local_default, browsable = null, editable = true
  508. 2012-08-01 14:08:21,323 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoPlaylistsCommand, containerClass=PLAYLIST_CONTAINER, itemClass=null, idPrefix=PL, recursive=false, cacheRegion=local_default
  509. 2012-08-01 14:08:21,334 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideosForPlaylistCommand, containerClass=null, itemClass=VIDEO_ITEM, idPrefix=S, recursive=false, cacheRegion=local_default
  510. 2012-08-01 14:08:21,342 DEBUG [ContentDirectoryDefinitionParser] Found Container node with attributes: id=V_OF, titleKey=online, class=CONTAINER, cacheRegion=no_cache, browsable = null, editable = true
  511. 2012-08-01 14:08:21,353 DEBUG [ContentDirectoryDefinitionParser] Found Action node with attributes: command=org.serviio.upnp.service.contentdirectory.command.video.ListVideoOnlineContentCommand, containerClass=STORAGE_FOLDER, itemClass=VIDEO_ITEM, idPrefix=FOL, recursive=true, cacheRegion=no_cache
  512. 2012-08-01 14:08:21,378 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
  513. 2012-08-01 14:08:21,392 DEBUG [VideoDAOImpl] Retrieving number of video initials [No_Restriction]
  514. 2012-08-01 14:08:21,464 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for VIDEO [No_Restriction]
  515. 2012-08-01 14:08:21,507 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  516. 2012-08-01 14:08:29,319 DEBUG [WebServer] Incoming connection from /192.168.1.5:52137
  517. 2012-08-01 14:08:29,320 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  518. 2012-08-01 14:08:29,321 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.5:
  519. 2012-08-01 14:08:29,321 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  520. 2012-08-01 14:08:29,327 DEBUG [ContentDirectory] Browse() called for renderer KDL-40EX505 (profile sony2010) with parameters: objectID = V_F, browseFlag = BrowseDirectChildren, filter = dc:title,av:mediaClass,dc:date,@childCount,res,upnp:class,res@resolution,upnp:album,upnp:genre,upnp:albumArtURI,upnp:albumArtURI@dlna:profileID,dc:creator,res@size,res@duration,res@bitrate,res@protocolInfo, startIndex = 0, count = 10, sortCriteria =
  521. 2012-08-01 14:08:29,328 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
  522. 2012-08-01 14:08:29,329 DEBUG [RepositoryDAOImpl] Retrieving list of Repositories for VIDEO (from=0, count=10) [No_Restriction]
  523. 2012-08-01 14:08:29,367 DEBUG [FolderDAOImpl] Getting number of VIDEO sub-folders and media items in folder 'root' (filter: ALL) [No_Restriction]
  524. 2012-08-01 14:08:29,445 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for VIDEO [No_Restriction]
  525. 2012-08-01 14:08:29,449 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
  526. 2012-08-01 14:08:29,455 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  527. 2012-08-01 14:08:33,102 DEBUG [WebServer] Incoming connection from /192.168.1.5:52139
  528. 2012-08-01 14:08:33,104 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  529. 2012-08-01 14:08:33,105 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.5:
  530. 2012-08-01 14:08:33,106 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  531. 2012-08-01 14:08:33,111 DEBUG [ContentDirectory] Browse() called for renderer KDL-40EX505 (profile sony2010) with parameters: objectID = V_F^FOL_R1, browseFlag = BrowseDirectChildren, filter = dc:title,av:mediaClass,dc:date,@childCount,res,upnp:class,res@resolution,upnp:album,upnp:genre,upnp:albumArtURI,upnp:albumArtURI@dlna:profileID,dc:creator,res@size,res@duration,res@bitrate,res@protocolInfo, startIndex = 0, count = 10, sortCriteria =
  532. 2012-08-01 14:08:33,111 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
  533. 2012-08-01 14:08:33,112 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder null [No_Restriction]
  534. 2012-08-01 14:08:33,152 DEBUG [VideoDAOImpl] Retrieving list of videos for folder 1 (from=0, count=10) [No_Restriction]
  535. 2012-08-01 14:08:33,214 DEBUG [GenreDAOImpl] Reading a Genre (id = 2)
  536. 2012-08-01 14:08:33,232 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 2)
  537. 2012-08-01 14:08:33,247 DEBUG [MediaItemDAOImpl] Getting file of media item 2
  538. 2012-08-01 14:08:33,251 DEBUG [VideoDAOImpl] Reading a Video (id = 2)
  539. 2012-08-01 14:08:33,271 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 2 and profile Sony Bravia TV (2010)
  540. 2012-08-01 14:08:33,296 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_EU_ISO
  541. 2012-08-01 14:08:33,296 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_NA_ISO
  542. 2012-08-01 14:08:33,296 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_KO_ISO
  543. 2012-08-01 14:08:33,299 DEBUG [GenreDAOImpl] Reading a Genre (id = 1)
  544. 2012-08-01 14:08:33,300 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 1)
  545. 2012-08-01 14:08:33,301 DEBUG [MediaItemDAOImpl] Getting file of media item 1
  546. 2012-08-01 14:08:33,302 DEBUG [VideoDAOImpl] Reading a Video (id = 1)
  547. 2012-08-01 14:08:33,304 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1 and profile Sony Bravia TV (2010)
  548. 2012-08-01 14:08:33,304 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file nugget.avi: AVC_TS_MP_HD_AAC_MULT5_ISO
  549. 2012-08-01 14:08:33,306 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1)
  550. 2012-08-01 14:08:33,336 DEBUG [FolderDAOImpl] Getting number of VIDEO sub-folders and media items in folder 'root' (filter: ALL) [No_Restriction]
  551. 2012-08-01 14:08:33,340 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
  552. 2012-08-01 14:08:33,362 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  553. 2012-08-01 14:08:33,857 DEBUG [WebServer] Incoming connection from /192.168.1.5:52140
  554. 2012-08-01 14:08:33,882 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  555. 2012-08-01 14:08:33,883 DEBUG [ResourceTransportRequestHandler] GET /resource/1/COVER_IMAGE HTTP/1.1, headers = [transferMode.dlna.org: Interactive,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";,Host: 192.168.1.121:8895]]
  556. 2012-08-01 14:08:33,884 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  557. 2012-08-01 14:08:33,890 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  558. 2012-08-01 14:08:33,892 DEBUG [ResourceDeliveryProcessor] Request for resource 1 and type 'COVER_IMAGE' received
  559. 2012-08-01 14:08:33,894 DEBUG [CoverImageDAOImpl] Reading a CoverImage (id = 1)
  560. 2012-08-01 14:08:33,895 DEBUG [CoverImageRetrievalStrategy] Retrieving Cover image with id 1
  561. 2012-08-01 14:08:33,898 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 7628
  562. 2012-08-01 14:08:33,899 DEBUG [ResourceDeliveryProcessor] Sending file back
  563. 2012-08-01 14:08:33,899 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 7628,Date: Wed, 01 Aug 2012 12:08:33 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.0,Cache-control: no-cache,transferMode.dlna.org: Interactive]]
  564. 2012-08-01 14:08:34,064 DEBUG [WebServer] Incoming connection from /192.168.1.5:52141
  565. 2012-08-01 14:08:34,065 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  566. 2012-08-01 14:08:34,066 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.5:
  567. 2012-08-01 14:08:34,066 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  568. 2012-08-01 14:08:34,076 DEBUG [ContentDirectory] Browse() called for renderer KDL-40EX505 (profile sony2010) with parameters: objectID = V_F^FOL_R1, browseFlag = BrowseDirectChildren, filter = dc:title,av:mediaClass,dc:date,@childCount,res,upnp:class,res@resolution,upnp:album,upnp:genre,upnp:albumArtURI,upnp:albumArtURI@dlna:profileID,dc:creator,res@size,res@duration,res@bitrate,res@protocolInfo, startIndex = 0, count = 10, sortCriteria =
  569. 2012-08-01 14:08:34,076 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
  570. 2012-08-01 14:08:34,077 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
  571. 2012-08-01 14:08:34,093 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  572. 2012-08-01 14:08:41,383 DEBUG [WebServer] Incoming connection from /192.168.1.5:52142
  573. 2012-08-01 14:08:41,384 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  574. 2012-08-01 14:08:41,385 DEBUG [ResourceTransportRequestHandler] HEAD /resource/1/MEDIA_ITEM/AVC_TS_MP_HD_AAC_MULT5_ISO-2/ORIGINAL HTTP/1.1, headers = [getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";,Host: 192.168.1.121:8895]]
  575. 2012-08-01 14:08:41,385 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  576. 2012-08-01 14:08:41,386 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  577. 2012-08-01 14:08:41,387 DEBUG [ResourceDeliveryProcessor] Request for resource 1 and type 'MEDIA_ITEM' received
  578. 2012-08-01 14:08:41,387 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1 (local)
  579. 2012-08-01 14:08:41,387 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 1)
  580. 2012-08-01 14:08:41,388 DEBUG [VideoDAOImpl] Reading a Video (id = 1)
  581. 2012-08-01 14:08:41,390 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 1, format AVC_TS_MP_HD_AAC_MULT5_ISO and profile Sony Bravia TV (2010)
  582. 2012-08-01 14:08:41,390 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file nugget.avi
  583. 2012-08-01 14:08:41,390 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file nugget.avi: AVC_TS_MP_HD_AAC_MULT5_ISO
  584. 2012-08-01 14:08:41,391 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
  585. 2012-08-01 14:08:41,392 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Date: Wed, 01 Aug 2012 12:08:41 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.0,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_HD_60_AC3_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
  586. 2012-08-01 14:08:41,575 DEBUG [WebServer] Incoming connection from /192.168.1.5:52143
  587. 2012-08-01 14:08:41,575 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  588. 2012-08-01 14:08:41,577 DEBUG [ResourceTransportRequestHandler] GET /resource/1/MEDIA_ITEM/AVC_TS_MP_HD_AAC_MULT5_ISO-2/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=0.000-,getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";,Host: 192.168.1.121:8895]]
  589. 2012-08-01 14:08:41,577 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  590. 2012-08-01 14:08:41,578 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  591. 2012-08-01 14:08:41,578 DEBUG [ResourceDeliveryProcessor] Request for resource 1 and type 'MEDIA_ITEM' received
  592. 2012-08-01 14:08:41,580 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1 (local)
  593. 2012-08-01 14:08:41,580 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 1)
  594. 2012-08-01 14:08:41,581 DEBUG [VideoDAOImpl] Reading a Video (id = 1)
  595. 2012-08-01 14:08:41,583 DEBUG [VideoDeliveryEngine] Delivering item '1' for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  596. 2012-08-01 14:08:41,584 DEBUG [VideoDeliveryEngine] Delivering file 'nugget.avi' using transcoding
  597. 2012-08-01 14:08:41,584 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  598. 2012-08-01 14:08:41,585 DEBUG [MediaItemDAOImpl] Getting file of media item 1
  599. 2012-08-01 14:08:41,586 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: /var/files/nugget.avi
  600. 2012-08-01 14:08:41,587 DEBUG [ProcessExecutor] Starting ffmpeg -fflags +genpts -i /var/files/nugget.avi -y -copyts -c:v copy -vbsf h264_mp4toannexb -c:a copy -map 0:0 -map 0:1 -sn -f mpegts /tmp/Serviio/transcoding-temp-1-sony2010-ORIGINAL.stf
  601. 2012-08-01 14:08:42,080 DEBUG [TranscodingJobListener] Transcoding finished; successful: true
  602. 2012-08-01 14:08:42,087 DEBUG [FileBasedTranscodingDeliveryStrategy] Transcoded file '/tmp/Serviio/transcoding-temp-1-sony2010-ORIGINAL.stf' is complete, sending simple stream
  603. 2012-08-01 14:08:42,088 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file nugget.avi: AVC_TS_MP_HD_AAC_MULT5_ISO
  604. 2012-08-01 14:08:42,089 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 1) as read
  605. 2012-08-01 14:08:42,112 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
  606. 2012-08-01 14:08:42,112 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 12796596
  607. 2012-08-01 14:08:42,113 DEBUG [ResourceDeliveryProcessor] Sending file back
  608. 2012-08-01 14:08:42,113 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
  609. 2012-08-01 14:08:42,113 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,TimeSeekRange.dlna.org: npt=0.0-144.0/144,Date: Wed, 01 Aug 2012 12:08:42 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.0,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_HD_60_AC3_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
  610. 2012-08-01 14:08:43,893 DEBUG [WebServer] I/O error: Broken pipe
  611. 2012-08-01 14:08:43,896 DEBUG [WebServer] Incoming connection from /192.168.1.5:52144
  612. 2012-08-01 14:08:43,897 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  613. 2012-08-01 14:08:43,898 DEBUG [ResourceTransportRequestHandler] GET /resource/1/MEDIA_ITEM/AVC_TS_MP_HD_AAC_MULT5_ISO-2/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=0.000-,getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";,Host: 192.168.1.121:8895]]
  614. 2012-08-01 14:08:43,898 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  615. 2012-08-01 14:08:43,899 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  616. 2012-08-01 14:08:43,899 DEBUG [ResourceDeliveryProcessor] Request for resource 1 and type 'MEDIA_ITEM' received
  617. 2012-08-01 14:08:43,899 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1 (local)
  618. 2012-08-01 14:08:43,899 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 1)
  619. 2012-08-01 14:08:43,901 DEBUG [VideoDAOImpl] Reading a Video (id = 1)
  620. 2012-08-01 14:08:43,903 DEBUG [VideoDeliveryEngine] Delivering item '1' for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  621. 2012-08-01 14:08:43,903 DEBUG [VideoDeliveryEngine] Delivering file 'nugget.avi' using transcoding
  622. 2012-08-01 14:08:43,903 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  623. 2012-08-01 14:08:43,904 DEBUG [FileBasedTranscodingDeliveryStrategy] Transcoded file '/tmp/Serviio/transcoding-temp-1-sony2010-ORIGINAL.stf' is complete, sending simple stream
  624. 2012-08-01 14:08:43,904 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file nugget.avi: AVC_TS_MP_HD_AAC_MULT5_ISO
  625. 2012-08-01 14:08:43,904 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 1) as read
  626. 2012-08-01 14:08:43,907 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
  627. 2012-08-01 14:08:43,907 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 12796596
  628. 2012-08-01 14:08:43,908 DEBUG [ResourceDeliveryProcessor] Sending file back
  629. 2012-08-01 14:08:43,908 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
  630. 2012-08-01 14:08:43,908 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,TimeSeekRange.dlna.org: npt=0.0-144.0/144,Date: Wed, 01 Aug 2012 12:08:43 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.0,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=AVC_TS_HD_60_AC3_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
  631. 2012-08-01 14:08:53,192 DEBUG [WebServer] I/O error: Broken pipe
  632. 2012-08-01 14:08:57,656 DEBUG [WebServer] Incoming connection from /192.168.1.5:52145
  633. 2012-08-01 14:08:57,657 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  634. 2012-08-01 14:08:57,658 DEBUG [ResourceTransportRequestHandler] HEAD /resource/2/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";,Host: 192.168.1.121:8895]]
  635. 2012-08-01 14:08:57,658 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  636. 2012-08-01 14:08:57,659 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  637. 2012-08-01 14:08:57,660 DEBUG [ResourceDeliveryProcessor] Request for resource 2 and type 'MEDIA_ITEM' received
  638. 2012-08-01 14:08:57,660 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 2 (local)
  639. 2012-08-01 14:08:57,660 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 2)
  640. 2012-08-01 14:08:57,661 DEBUG [VideoDAOImpl] Reading a Video (id = 2)
  641. 2012-08-01 14:08:57,662 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 2, format MPEG_TS_SD_NA_ISO and profile Sony Bravia TV (2010)
  642. 2012-08-01 14:08:57,663 DEBUG [AbstractTranscodingDeliveryEngine] Getting media info for transcoded version of file Naruto Shippuden Episode 001 - Homecoming.avi
  643. 2012-08-01 14:08:57,663 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_EU_ISO
  644. 2012-08-01 14:08:57,663 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_NA_ISO
  645. 2012-08-01 14:08:57,663 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_KO_ISO
  646. 2012-08-01 14:08:57,663 DEBUG [ResourceDeliveryProcessor] Sending HEAD response back
  647. 2012-08-01 14:08:57,663 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Date: Wed, 01 Aug 2012 12:08:57 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.0,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
  648. 2012-08-01 14:08:57,682 DEBUG [WebServer] Incoming connection from /192.168.1.5:52146
  649. 2012-08-01 14:08:57,683 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  650. 2012-08-01 14:08:57,684 DEBUG [ResourceTransportRequestHandler] GET /resource/2/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=0.000-,getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";,Host: 192.168.1.121:8895]]
  651. 2012-08-01 14:08:57,684 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  652. 2012-08-01 14:08:57,685 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  653. 2012-08-01 14:08:57,685 DEBUG [ResourceDeliveryProcessor] Request for resource 2 and type 'MEDIA_ITEM' received
  654. 2012-08-01 14:08:57,685 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 2 (local)
  655. 2012-08-01 14:08:57,685 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 2)
  656. 2012-08-01 14:08:57,686 DEBUG [VideoDAOImpl] Reading a Video (id = 2)
  657. 2012-08-01 14:08:57,688 DEBUG [VideoDeliveryEngine] Delivering item '2' for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  658. 2012-08-01 14:08:57,688 DEBUG [VideoDeliveryEngine] Delivering file 'Naruto Shippuden Episode 001 - Homecoming.avi' using transcoding
  659. 2012-08-01 14:08:57,688 DEBUG [AbstractTranscodingDeliveryEngine] No other client uses transcoding job of file 'transcoding-temp-1-sony2010-ORIGINAL.stf', will stop the job
  660. 2012-08-01 14:08:57,688 DEBUG [AbstractTranscodingDeliveryEngine] Stopping previous transcoding job of file 'transcoding-temp-1-sony2010-ORIGINAL.stf'
  661. 2012-08-01 14:08:57,694 DEBUG [TranscodingJobListener] Deleted temp file '/tmp/Serviio/transcoding-temp-1-sony2010-ORIGINAL.stf': true
  662. 2012-08-01 14:08:57,695 DEBUG [AbstractTranscodingDeliveryEngine] No suitable transcoding job exists yet, start one for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  663. 2012-08-01 14:08:57,695 DEBUG [MediaItemDAOImpl] Getting file of media item 2
  664. 2012-08-01 14:08:57,697 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: /var/files/Naruto Shippuden Episode 001 - Homecoming.avi
  665. 2012-08-01 14:08:57,697 DEBUG [ProcessExecutor] Starting ffmpeg -i /var/files/Naruto Shippuden Episode 001 - Homecoming.avi -y -threads 2 -copyts -c:v mpeg2video -b:v 17000k -vf pad=853:480:106:0:black,setdar=4:3 -r 24000/1001 -g 15 -c:a ac3 -b:a 384k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /tmp/Serviio/transcoding-temp-2-sony2010-ORIGINAL.stf
  666. 2012-08-01 14:08:58,197 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
  667. 2012-08-01 14:08:58,199 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_EU_ISO
  668. 2012-08-01 14:08:58,199 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_NA_ISO
  669. 2012-08-01 14:08:58,199 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_KO_ISO
  670. 2012-08-01 14:08:58,199 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 2) as read
  671. 2012-08-01 14:08:58,204 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
  672. 2012-08-01 14:08:58,205 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
  673. 2012-08-01 14:08:58,208 DEBUG [ResourceDeliveryProcessor] Sending file back
  674. 2012-08-01 14:08:58,208 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
  675. 2012-08-01 14:08:58,208 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,TimeSeekRange.dlna.org: npt=0.0-1414.0/1414,Date: Wed, 01 Aug 2012 12:08:58 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.0,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
  676. 2012-08-01 14:09:01,443 DEBUG [WebServer] I/O error: Broken pipe
  677. 2012-08-01 14:09:01,455 DEBUG [WebServer] Incoming connection from /192.168.1.5:52147
  678. 2012-08-01 14:09:01,456 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  679. 2012-08-01 14:09:01,457 DEBUG [ResourceTransportRequestHandler] GET /resource/2/MEDIA_ITEM/MPEG_TS_SD_NA_ISO-0/ORIGINAL HTTP/1.1, headers = [TimeSeekRange.dlna.org: npt=0.000-,getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";,Host: 192.168.1.121:8895]]
  680. 2012-08-01 14:09:01,458 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  681. 2012-08-01 14:09:01,462 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  682. 2012-08-01 14:09:01,463 DEBUG [ResourceDeliveryProcessor] Request for resource 2 and type 'MEDIA_ITEM' received
  683. 2012-08-01 14:09:01,463 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 2 (local)
  684. 2012-08-01 14:09:01,464 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 2)
  685. 2012-08-01 14:09:01,467 DEBUG [VideoDAOImpl] Reading a Video (id = 2)
  686. 2012-08-01 14:09:01,470 DEBUG [VideoDeliveryEngine] Delivering item '2' for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  687. 2012-08-01 14:09:01,470 DEBUG [VideoDeliveryEngine] Delivering file 'Naruto Shippuden Episode 001 - Homecoming.avi' using transcoding
  688. 2012-08-01 14:09:01,471 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.1.5, Profile=Sony Bravia TV (2010)'
  689. 2012-08-01 14:09:01,471 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
  690. 2012-08-01 14:09:01,473 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_EU_ISO
  691. 2012-08-01 14:09:01,473 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_NA_ISO
  692. 2012-08-01 14:09:01,473 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file Naruto Shippuden Episode 001 - Homecoming.avi: MPEG_TS_SD_KO_ISO
  693. 2012-08-01 14:09:01,473 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 2) as read
  694. 2012-08-01 14:09:01,487 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
  695. 2012-08-01 14:09:01,487 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
  696. 2012-08-01 14:09:01,488 DEBUG [ResourceDeliveryProcessor] Sending file back
  697. 2012-08-01 14:09:01,488 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
  698. 2012-08-01 14:09:01,492 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,TimeSeekRange.dlna.org: npt=0.0-1414.0/1414,Date: Wed, 01 Aug 2012 12:09:01 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.0,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=10;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
  699. 2012-08-01 14:09:10,281 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  700. 2012-08-01 14:09:10,282 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  701. 2012-08-01 14:09:11,257 DEBUG [WebServer] Incoming connection from /192.168.1.5:52159
  702. 2012-08-01 14:09:11,264 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  703. 2012-08-01 14:09:11,266 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 057e814f-d039-3103-87b8-24793c5a6859 from 192.168.1.5 (headers = [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:09:12 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";])
  704. 2012-08-01 14:09:11,266 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  705. 2012-08-01 14:09:11,267 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:09:12 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";]
  706. 2012-08-01 14:09:11,277 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  707. 2012-08-01 14:09:11,308 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV (2010)'
  708. 2012-08-01 14:09:11,608 DEBUG [WebServer] Incoming connection from /192.168.1.5:52160
  709. 2012-08-01 14:09:11,611 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  710. 2012-08-01 14:09:11,612 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
  711. 2012-08-01 14:09:11,639 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  712. 2012-08-01 14:09:11,687 DEBUG [WebServer] Incoming connection from /192.168.1.5:52161
  713. 2012-08-01 14:09:11,720 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  714. 2012-08-01 14:09:11,721 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
  715. 2012-08-01 14:09:11,749 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  716. 2012-08-01 14:09:11,839 DEBUG [WebServer] Incoming connection from /192.168.1.5:52162
  717. 2012-08-01 14:09:11,840 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  718. 2012-08-01 14:09:11,841 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from 192.168.1.5:
  719. 2012-08-01 14:09:11,841 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  720. 2012-08-01 14:09:11,854 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  721. 2012-08-01 14:09:11,885 DEBUG [WebServer] Incoming connection from /192.168.1.5:52163
  722. 2012-08-01 14:09:11,886 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  723. 2012-08-01 14:09:11,887 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from 192.168.1.5:
  724. 2012-08-01 14:09:11,887 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  725. 2012-08-01 14:09:11,897 DEBUG [ConnectionManager] Sending protocol info using profile 'Sony Bravia TV (2010)'
  726. 2012-08-01 14:09:11,920 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  727. 2012-08-01 14:09:12,089 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface br0 (br0) and address 192.168.1.120, timeout = 0
  728. 2012-08-01 14:09:12,090 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  729. 2012-08-01 14:09:12,401 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
  730. 2012-08-01 14:09:12,401 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
  731. 2012-08-01 14:09:13,458 DEBUG [WebServer] I/O error: Broken pipe
  732. 2012-08-01 14:09:13,911 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:44
  733. 2012-08-01 14:09:16,663 DEBUG [WebServer] Incoming connection from /192.168.1.5:52164
  734. 2012-08-01 14:09:16,664 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  735. 2012-08-01 14:09:16,665 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.5:
  736. 2012-08-01 14:09:16,666 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  737. 2012-08-01 14:09:16,672 DEBUG [ContentDirectory] Browse() called for renderer KDL-40EX505 (profile sony2010) with parameters: objectID = V_F, browseFlag = BrowseDirectChildren, filter = dc:title,av:mediaClass,dc:date,@childCount,res,upnp:class,res@resolution,upnp:album,upnp:genre,upnp:albumArtURI,upnp:albumArtURI@dlna:profileID,dc:creator,res@size,res@duration,res@bitrate,res@protocolInfo, startIndex = 0, count = 10, sortCriteria =
  738. 2012-08-01 14:09:16,672 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
  739. 2012-08-01 14:09:16,674 DEBUG [LocalContentCacheDecorator] Found entry in the cache (local_default), returning it
  740. 2012-08-01 14:09:16,682 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  741. 2012-08-01 14:09:17,615 DEBUG [WebServer] Incoming connection from /192.168.1.5:52165
  742. 2012-08-01 14:09:17,617 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  743. 2012-08-01 14:09:17,624 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.1.5:
  744. 2012-08-01 14:09:17,625 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  745. 2012-08-01 14:09:17,631 DEBUG [ContentDirectory] Browse() called for renderer KDL-40EX505 (profile sony2010) with parameters: objectID = 2, browseFlag = BrowseDirectChildren, filter = dc:title,av:mediaClass,dc:date,@childCount,res,upnp:class,res@resolution,upnp:album,upnp:genre,upnp:albumArtURI,upnp:albumArtURI@dlna:profileID,dc:creator,res@size,res@duration,res@bitrate,res@protocolInfo, startIndex = 0, count = 10, sortCriteria =
  746. 2012-08-01 14:09:17,631 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
  747. 2012-08-01 14:09:17,636 DEBUG [VideoDAOImpl] Retrieving number of video initials [No_Restriction]
  748. 2012-08-01 14:09:17,644 DEBUG [RepositoryDAOImpl] Retrieving number of repositories for VIDEO [No_Restriction]
  749. 2012-08-01 14:09:17,657 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  750. 2012-08-01 14:09:58,024 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  751. 2012-08-01 14:09:58,025 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  752. 2012-08-01 14:09:58,639 DEBUG [WebServer] Incoming connection from /192.168.1.5:52166
  753. 2012-08-01 14:09:58,639 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  754. 2012-08-01 14:09:58,641 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 057e814f-d039-3103-87b8-24793c5a6859 from 192.168.1.5 (headers = [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:00 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";])
  755. 2012-08-01 14:09:58,642 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  756. 2012-08-01 14:09:58,643 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:00 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";]
  757. 2012-08-01 14:09:58,647 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  758. 2012-08-01 14:09:58,655 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV (2010)'
  759. 2012-08-01 14:09:58,708 DEBUG [WebServer] Incoming connection from /192.168.1.5:52167
  760. 2012-08-01 14:09:58,708 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  761. 2012-08-01 14:09:58,710 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
  762. 2012-08-01 14:09:58,711 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  763. 2012-08-01 14:09:58,806 DEBUG [WebServer] Incoming connection from /192.168.1.5:52168
  764. 2012-08-01 14:09:58,811 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  765. 2012-08-01 14:09:58,814 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
  766. 2012-08-01 14:09:58,819 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  767. 2012-08-01 14:09:58,936 DEBUG [WebServer] Incoming connection from /192.168.1.5:52169
  768. 2012-08-01 14:09:58,936 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  769. 2012-08-01 14:09:58,938 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from 192.168.1.5:
  770. 2012-08-01 14:09:58,938 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  771. 2012-08-01 14:09:58,945 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  772. 2012-08-01 14:09:58,969 DEBUG [WebServer] Incoming connection from /192.168.1.5:52170
  773. 2012-08-01 14:09:58,969 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  774. 2012-08-01 14:09:58,971 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from 192.168.1.5:
  775. 2012-08-01 14:09:58,971 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  776. 2012-08-01 14:09:58,981 DEBUG [ConnectionManager] Sending protocol info using profile 'Sony Bravia TV (2010)'
  777. 2012-08-01 14:09:59,004 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  778. 2012-08-01 14:09:59,540 DEBUG [WebServer] Incoming connection from /192.168.1.5:52171
  779. 2012-08-01 14:09:59,543 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  780. 2012-08-01 14:09:59,544 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 057e814f-d039-3103-87b8-24793c5a6859 from 192.168.1.5 (headers = [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:01 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";])
  781. 2012-08-01 14:09:59,544 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  782. 2012-08-01 14:09:59,545 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:01 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";]
  783. 2012-08-01 14:09:59,546 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  784. 2012-08-01 14:09:59,549 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV (2010)'
  785. 2012-08-01 14:09:59,603 DEBUG [WebServer] Incoming connection from /192.168.1.5:52172
  786. 2012-08-01 14:09:59,605 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  787. 2012-08-01 14:09:59,607 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
  788. 2012-08-01 14:09:59,611 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  789. 2012-08-01 14:09:59,667 DEBUG [WebServer] Incoming connection from /192.168.1.5:52173
  790. 2012-08-01 14:09:59,668 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  791. 2012-08-01 14:09:59,670 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
  792. 2012-08-01 14:09:59,670 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  793. 2012-08-01 14:09:59,789 DEBUG [WebServer] Incoming connection from /192.168.1.5:52174
  794. 2012-08-01 14:09:59,810 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  795. 2012-08-01 14:09:59,811 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from 192.168.1.5:
  796. 2012-08-01 14:09:59,811 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  797. 2012-08-01 14:09:59,820 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  798. 2012-08-01 14:09:59,833 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface br0 (br0) and address 192.168.1.120, timeout = 0
  799. 2012-08-01 14:09:59,834 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  800. 2012-08-01 14:09:59,835 DEBUG [WebServer] Incoming connection from /192.168.1.5:52175
  801. 2012-08-01 14:09:59,838 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  802. 2012-08-01 14:09:59,839 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from 192.168.1.5:
  803. 2012-08-01 14:09:59,839 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  804. 2012-08-01 14:09:59,846 DEBUG [ConnectionManager] Sending protocol info using profile 'Sony Bravia TV (2010)'
  805. 2012-08-01 14:09:59,882 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  806. 2012-08-01 14:10:01,647 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:44
  807. 2012-08-01 14:10:12,403 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
  808. 2012-08-01 14:10:12,403 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
  809. 2012-08-01 14:10:46,063 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.121, timeout = 0
  810. 2012-08-01 14:10:46,064 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  811. 2012-08-01 14:10:46,675 DEBUG [WebServer] Incoming connection from /192.168.1.5:52186
  812. 2012-08-01 14:10:46,681 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  813. 2012-08-01 14:10:46,682 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 057e814f-d039-3103-87b8-24793c5a6859 from 192.168.1.5 (headers = [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:48 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";])
  814. 2012-08-01 14:10:46,682 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  815. 2012-08-01 14:10:46,683 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:48 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";]
  816. 2012-08-01 14:10:46,687 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  817. 2012-08-01 14:10:46,694 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV (2010)'
  818. 2012-08-01 14:10:46,789 DEBUG [WebServer] Incoming connection from /192.168.1.5:52187
  819. 2012-08-01 14:10:46,789 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  820. 2012-08-01 14:10:46,798 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
  821. 2012-08-01 14:10:46,799 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  822. 2012-08-01 14:10:46,857 DEBUG [WebServer] Incoming connection from /192.168.1.5:52188
  823. 2012-08-01 14:10:46,858 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  824. 2012-08-01 14:10:46,863 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
  825. 2012-08-01 14:10:46,867 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  826. 2012-08-01 14:10:46,968 DEBUG [WebServer] Incoming connection from /192.168.1.5:52189
  827. 2012-08-01 14:10:46,971 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  828. 2012-08-01 14:10:46,973 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from 192.168.1.5:
  829. 2012-08-01 14:10:46,977 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  830. 2012-08-01 14:10:46,987 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  831. 2012-08-01 14:10:47,003 DEBUG [WebServer] Incoming connection from /192.168.1.5:52190
  832. 2012-08-01 14:10:47,004 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  833. 2012-08-01 14:10:47,005 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from 192.168.1.5:
  834. 2012-08-01 14:10:47,005 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  835. 2012-08-01 14:10:47,017 DEBUG [ConnectionManager] Sending protocol info using profile 'Sony Bravia TV (2010)'
  836. 2012-08-01 14:10:47,034 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  837. 2012-08-01 14:10:47,499 DEBUG [WebServer] Incoming connection from /192.168.1.5:52191
  838. 2012-08-01 14:10:47,502 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  839. 2012-08-01 14:10:47,503 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 057e814f-d039-3103-87b8-24793c5a6859 from 192.168.1.5 (headers = [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:49 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";])
  840. 2012-08-01 14:10:47,503 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  841. 2012-08-01 14:10:47,504 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Host: 192.168.1.121:8895,Date: Wed, 01 Aug 2012 12:10:49 GMT,User-Agent: UPnP/1.0,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-40EX505";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX505"; mv="1.7";]
  842. 2012-08-01 14:10:47,505 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  843. 2012-08-01 14:10:47,507 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV (2010)'
  844. 2012-08-01 14:10:47,555 DEBUG [WebServer] Incoming connection from /192.168.1.5:52192
  845. 2012-08-01 14:10:47,556 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  846. 2012-08-01 14:10:47,557 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
  847. 2012-08-01 14:10:47,557 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  848. 2012-08-01 14:10:47,619 DEBUG [WebServer] Incoming connection from /192.168.1.5:52193
  849. 2012-08-01 14:10:47,620 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  850. 2012-08-01 14:10:47,621 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
  851. 2012-08-01 14:10:47,622 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
  852. 2012-08-01 14:10:47,722 DEBUG [WebServer] Incoming connection from /192.168.1.5:52194
  853. 2012-08-01 14:10:47,722 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  854. 2012-08-01 14:10:47,724 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from 192.168.1.5:
  855. 2012-08-01 14:10:47,724 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  856. 2012-08-01 14:10:47,748 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  857. 2012-08-01 14:10:47,763 DEBUG [WebServer] Incoming connection from /192.168.1.5:52195
  858. 2012-08-01 14:10:47,764 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  859. 2012-08-01 14:10:47,765 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from 192.168.1.5:
  860. 2012-08-01 14:10:47,765 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.5
  861. 2012-08-01 14:10:47,770 DEBUG [ConnectionManager] Sending protocol info using profile 'Sony Bravia TV (2010)'
  862. 2012-08-01 14:10:47,798 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
  863. 2012-08-01 14:10:47,873 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface br0 (br0) and address 192.168.1.120, timeout = 0
  864. 2012-08-01 14:10:47,874 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 057e814f-d039-3103-87b8-24793c5a6859
  865. 2012-08-01 14:10:49,685 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:50
Advertisement
Add Comment
Please, Sign In to add comment