According to this thread in the GMediaServer mailing list an XBox needs some special treatment by a MediaServer.
In the description.xml
- modelName needs to be Windows Media Connect
- friendlyName must be appended with with : 1 : Windows Media Connect
The XBox on retrieving the description.xml connects with http-headers like this:
headers {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0'}
On connect the XBox does Search requests on the ContentDirectory, no Browse requests.
Furthermore the media tree has to look somehow like this:
- Music Object ID = 1, Root ID = 0
- Album Object ID = 7, Root ID = 1
- All Music Object ID = 4, Root ID = 1
- Artist Object ID = 6, Root ID = 1
- Folders Object ID = 14, Root ID = 1
- Genre Object ID = 5, Root ID = 1
- Playlist Object ID = F, Root ID = 1
- Pictures Object ID = 3, Root ID = 0
- Album Object ID = D, Root ID = 3
- All Pictures Object ID = B, Root ID = 3
- Date Taken Object ID = C, Root ID = 3
- Folders Object ID = 16, Root ID = 3
- Playlist Object ID = 11, Root ID = 3
- Playlists Object ID = 12, Root ID = 0
- All Playlists Object ID = 13, Root ID = 12
- Folders Object ID = 17, Root ID = 3
- Video Object ID = 2, Root ID = 0
- Actor Object ID = A, Root ID = 2
- Album Object ID = E, Root ID = 2
- All Video Object ID = 8, Root ID = 2
- Folders Object ID = 15, Root ID = 2
- Genre Object ID = 9, Root ID = 2
- Playlist Object ID = 10, Root ID = 2
An XBox - version Xbox/2.0.4552.0 - breaking on Browse due to it wrong usage of the ContainerID parameter.
22 Jan 2007 01:14:08 Coherence: Coherence UPnP framework starting...
22 Jan 2007 01:14:08 MSEARCH: send out discovery for ssdp:all
22 Jan 2007 01:14:08 Coherence: running on host: 10.0.0.2
22 Jan 2007 01:14:08 Coherence: WebServer on port 30020 ready
22 Jan 2007 01:14:08 Coherence: adding plugin FSStore
22 Jan 2007 01:14:08 Coherence: Activating FSStore plugin as MediaServer...
22 Jan 2007 01:14:08 MediaServer: MediaServer urlbase http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:08 Coherence: adding plugin FlickrStore
22 Jan 2007 01:14:08 Coherence: Activating FlickrStore plugin as MediaServer...
22 Jan 2007 01:14:08 MediaServer: MediaServer urlbase http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:08 SSDP: SSDP command M-SEARCH * - from 10.0.0.2:33559
22 Jan 2007 01:14:08 SSDP: Discovery request from (10.0.0.2,33559) for ssdp:all
22 Jan 2007 01:14:08 SSDP: Discovery request for ssdp:all
22 Jan 2007 01:14:08 SSDP: SSDP command M-SEARCH * - from 10.0.0.2:33559
22 Jan 2007 01:14:08 SSDP: Discovery request from (10.0.0.2,33559) for ssdp:all
22 Jan 2007 01:14:08 SSDP: Discovery request for ssdp:all
22 Jan 2007 01:14:08 Service: Add callback <bound method ConnectionManagerServer.upnp_PrepareForConnection of <coherence.upnp.services.servers.connection_manager_server.ConnectionManagerServer instance at 0xb6f7e1cc>> for ConnectionManager/PrepareForConnection
22 Jan 2007 01:14:08 Service: Add callback <bound method ConnectionManagerServer.upnp_ConnectionComplete of <coherence.upnp.services.servers.connection_manager_server.ConnectionManagerServer instance at 0xb6f7e1cc>> for ConnectionManager/ConnectionComplete
22 Jan 2007 01:14:08 Service: Add callback <bound method ConnectionManagerServer.upnp_GetCurrentConnectionInfo of <coherence.upnp.services.servers.connection_manager_server.ConnectionManagerServer instance at 0xb6f7e1cc>> for ConnectionManager/GetCurrentConnectionInfo
22 Jan 2007 01:14:08 Service: Add callback <bound method ContentDirectoryServer.upnp_Browse of <coherence.upnp.services.servers.content_directory_server.ContentDirectoryServer instance at 0xb5f0218c>> for ContentDirectory/Browse
22 Jan 2007 01:14:08 Service: Add callback <bound method ContentDirectoryServer.upnp_Search of <coherence.upnp.services.servers.content_directory_server.ContentDirectoryServer instance at 0xb5f0218c>> for ContentDirectory/Search
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action CreateObject, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action MoveObject, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action ImportResource, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action ExportResource, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action GetTransferProgress, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action CreateReference, action disabled
22 Jan 2007 01:14:08 Service: Add callback <bound method FakeMediaReceiverRegistrarBackend.upnp_IsAuthorized of <coherence.upnp.services.servers.media_receiver_registrar_server.FakeMediaReceiverRegistrarBackend instance at 0xb5f0d9ec>> for X_MS_MediaReceiverRegistrar/IsAuthorized
22 Jan 2007 01:14:08 Service: Add callback <bound method FakeMediaReceiverRegistrarBackend.upnp_RegisterDevice of <coherence.upnp.services.servers.media_receiver_registrar_server.FakeMediaReceiverRegistrarBackend instance at 0xb5f0d9ec>> for X_MS_MediaReceiverRegistrar/RegisterDevice
22 Jan 2007 01:14:08 Service: Add callback <bound method FakeMediaReceiverRegistrarBackend.upnp_IsValidated of <coherence.upnp.services.servers.media_receiver_registrar_server.FakeMediaReceiverRegistrarBackend instance at 0xb5f0d9ec>> for X_MS_MediaReceiverRegistrar/IsValidated
22 Jan 2007 01:14:08 MediaServer: MediaServer register
22 Jan 2007 01:14:08 SSDP: Registering upnp:rootdevice (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::upnp:rootdevice', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'upnp:rootdevice'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::upnp:rootdevice
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::upnp:rootdevice', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: upnp:rootdevice', '', '']
22 Jan 2007 01:14:08 SSDP: Registering uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:device:MediaServer:2 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:MediaServer:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:device:MediaServer:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ConnectionManager:2 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ConnectionManager:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ConnectionManager:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ContentDirectory:2 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ContentDirectory:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ContentDirectory:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:device:MediaServer:1 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:MediaServer:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:device:MediaServer:1', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ConnectionManager:1 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ConnectionManager:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ConnectionManager:1', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ContentDirectory:1 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ContentDirectory:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ContentDirectory:1', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1 (http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1', '', '']
22 Jan 2007 01:14:08 MediaServer: Coherence Test Content MediaServer (FSStore) activated
22 Jan 2007 01:14:08 Service: Add callback <bound method ConnectionManagerServer.upnp_PrepareForConnection of <coherence.upnp.services.servers.connection_manager_server.ConnectionManagerServer instance at 0xb6f7ef2c>> for ConnectionManager/PrepareForConnection
22 Jan 2007 01:14:08 Service: Add callback <bound method ConnectionManagerServer.upnp_ConnectionComplete of <coherence.upnp.services.servers.connection_manager_server.ConnectionManagerServer instance at 0xb6f7ef2c>> for ConnectionManager/ConnectionComplete
22 Jan 2007 01:14:08 Service: Add callback <bound method ConnectionManagerServer.upnp_GetCurrentConnectionInfo of <coherence.upnp.services.servers.connection_manager_server.ConnectionManagerServer instance at 0xb6f7ef2c>> for ConnectionManager/GetCurrentConnectionInfo
22 Jan 2007 01:14:08 Service: Add callback <bound method ContentDirectoryServer.upnp_Browse of <coherence.upnp.services.servers.content_directory_server.ContentDirectoryServer instance at 0xb5f0a88c>> for ContentDirectory/Browse
22 Jan 2007 01:14:08 Service: Add callback <bound method ContentDirectoryServer.upnp_Search of <coherence.upnp.services.servers.content_directory_server.ContentDirectoryServer instance at 0xb5f0a88c>> for ContentDirectory/Search
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action CreateObject, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action MoveObject, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action ImportResource, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action ExportResource, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action GetTransferProgress, action disabled
22 Jan 2007 01:14:08 Service: ContentDirectory has a missing callback for optional action CreateReference, action disabled
22 Jan 2007 01:14:08 Service: Add callback <bound method FakeMediaReceiverRegistrarBackend.upnp_IsAuthorized of <coherence.upnp.services.servers.media_receiver_registrar_server.FakeMediaReceiverRegistrarBackend instance at 0xb5f1330c>> for X_MS_MediaReceiverRegistrar/IsAuthorized
22 Jan 2007 01:14:08 Service: Add callback <bound method FakeMediaReceiverRegistrarBackend.upnp_RegisterDevice of <coherence.upnp.services.servers.media_receiver_registrar_server.FakeMediaReceiverRegistrarBackend instance at 0xb5f1330c>> for X_MS_MediaReceiverRegistrar/RegisterDevice
22 Jan 2007 01:14:08 Service: Add callback <bound method FakeMediaReceiverRegistrarBackend.upnp_IsValidated of <coherence.upnp.services.servers.media_receiver_registrar_server.FakeMediaReceiverRegistrarBackend instance at 0xb5f1330c>> for X_MS_MediaReceiverRegistrar/IsValidated
22 Jan 2007 01:14:08 MediaServer: MediaServer register
22 Jan 2007 01:14:08 SSDP: Registering upnp:rootdevice (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::upnp:rootdevice', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'upnp:rootdevice'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::upnp:rootdevice
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::upnp:rootdevice', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: upnp:rootdevice', '', '']
22 Jan 2007 01:14:08 SSDP: Registering uuid:1f1621b5-01f8-4089-8217-79cab34a895c (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: uuid:1f1621b5-01f8-4089-8217-79cab34a895c', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:device:MediaServer:2 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:MediaServer:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:device:MediaServer:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ConnectionManager:2 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ConnectionManager:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ConnectionManager:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ContentDirectory:2 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ContentDirectory:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ContentDirectory:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:device:MediaServer:1 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:MediaServer:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:device:MediaServer:1', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ConnectionManager:1 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ConnectionManager:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ConnectionManager:1', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ContentDirectory:1 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ContentDirectory:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:schemas-upnp-org:service:ContentDirectory:1', '', '']
22 Jan 2007 01:14:08 SSDP: Registering urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1 (http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1', 'MANIFESTATION': 'local', 'SERVER': 'Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT': '', 'LOCATION': 'http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1'}
22 Jan 2007 01:14:08 SSDP: Sending alive notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1
22 Jan 2007 01:14:08 SSDP: doNotify content ['NOTIFY * HTTP/1.1', 'HOST: 239.255.255.250:1900', 'NTS: ssdp:alive', 'USN: uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1', 'SERVER: Linux,2.6.18-3-k7,UPnP/1.0,Coherence UPnP framework,0.1', 'EXT: ', 'LOCATION: http://10.0.0.2:30020/1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml', 'CACHE-CONTROL: max-age=1800', 'NT: urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1', '', '']
22 Jan 2007 01:14:08 MediaServer: Flickr Images MediaServer (FlickrStore) activated
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::upnp:rootdevice
22 Jan 2007 01:14:08 MSEARCH: register as remote uuid:61096946-3005-2000-0000-00125acea652::upnp:rootdevice, upnp:rootdevice, http://10.0.0.3:1027/
22 Jan 2007 01:14:08 SSDP: Registering upnp:rootdevice (http://10.0.0.3:1027/)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:61096946-3005-2000-0000-00125acea652::upnp:rootdevice', 'MANIFESTATION': 'remote', 'SERVER': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'EXT': '', 'LOCATION': 'http://10.0.0.3:1027/', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'upnp:rootdevice'}
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652
22 Jan 2007 01:14:08 MSEARCH: register as remote uuid:61096946-3005-2000-0000-00125acea652, uuid:61096946-3005-2000-0000-00125acea652, http://10.0.0.3:1027/
22 Jan 2007 01:14:08 SSDP: Registering uuid:61096946-3005-2000-0000-00125acea652 (http://10.0.0.3:1027/)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:61096946-3005-2000-0000-00125acea652', 'MANIFESTATION': 'remote', 'SERVER': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'EXT': '', 'LOCATION': 'http://10.0.0.3:1027/', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'uuid:61096946-3005-2000-0000-00125acea652'}
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:device:MediaRenderer:1
22 Jan 2007 01:14:08 MSEARCH: register as remote uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:device:MediaRenderer:1, urn:schemas-upnp-org:device:MediaRenderer:1, http://10.0.0.3:1027/
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:device:MediaRenderer:1 (http://10.0.0.3:1027/)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:device:MediaRenderer:1', 'MANIFESTATION': 'remote', 'SERVER': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'EXT': '', 'LOCATION': 'http://10.0.0.3:1027/', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:MediaRenderer:1'}
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:ConnectionManager:1
22 Jan 2007 01:14:08 MSEARCH: register as remote uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:ConnectionManager:1, urn:schemas-upnp-org:service:ConnectionManager:1, http://10.0.0.3:1027/
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:ConnectionManager:1 (http://10.0.0.3:1027/)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:ConnectionManager:1', 'MANIFESTATION': 'remote', 'SERVER': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'EXT': '', 'LOCATION': 'http://10.0.0.3:1027/', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:ConnectionManager:1'}
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:RenderingControl:1
22 Jan 2007 01:14:08 MSEARCH: register as remote uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:RenderingControl:1, urn:schemas-upnp-org:service:RenderingControl:1, http://10.0.0.3:1027/
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:service:RenderingControl:1 (http://10.0.0.3:1027/)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:RenderingControl:1', 'MANIFESTATION': 'remote', 'SERVER': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'EXT': '', 'LOCATION': 'http://10.0.0.3:1027/', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:RenderingControl:1'}
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::upnp:rootdevice
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:device:MediaRenderer:1
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:ConnectionManager:1
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.3:9072, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:61096946-3005-2000-0000-00125acea652::urn:schemas-upnp-org:service:RenderingControl:1
22 Jan 2007 01:14:08 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:08 MSEARCH: for uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:device:WANConnectionDevice:1
22 Jan 2007 01:14:08 MSEARCH: register as remote uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:device:WANConnectionDevice:1, urn:schemas-upnp-org:device:WANConnectionDevice:1, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:08 SSDP: Registering urn:schemas-upnp-org:device:WANConnectionDevice:1 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:08 SSDP: {'USN': 'uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:device:WANConnectionDevice:1', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:WANConnectionDevice:1'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, description-2.xml, /40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-2.xml IPv4Address(TCP, '10.0.0.2', 53107)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, description-2.xml, /1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml IPv4Address(TCP, '10.0.0.2', 53108)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, ConnectionManager, /40be334c-f0ad-40e6-b49b-3ccb5cc57587/ConnectionManager/scpd.xml IPv4Address(TCP, '10.0.0.2', 53113)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, X_MS_MediaReceiverRegistrar, /40be334c-f0ad-40e6-b49b-3ccb5cc57587/X_MS_MediaReceiverRegistrar/scpd.xml IPv4Address(TCP, '10.0.0.2', 53115)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, ContentDirectory, /1f1621b5-01f8-4089-8217-79cab34a895c/ContentDirectory/scpd.xml IPv4Address(TCP, '10.0.0.2', 53111)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, X_MS_MediaReceiverRegistrar, /1f1621b5-01f8-4089-8217-79cab34a895c/X_MS_MediaReceiverRegistrar/scpd.xml IPv4Address(TCP, '10.0.0.2', 53112)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, ContentDirectory, /40be334c-f0ad-40e6-b49b-3ccb5cc57587/ContentDirectory/scpd.xml IPv4Address(TCP, '10.0.0.2', 53114)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:08 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:08 MediaServer: MediaServer getChildWithDefault, ConnectionManager, /1f1621b5-01f8-4089-8217-79cab34a895c/ConnectionManager/scpd.xml IPv4Address(TCP, '10.0.0.2', 53110)
22 Jan 2007 01:14:08 MediaServer: {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
22 Jan 2007 01:14:09 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:09 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 MSEARCH: register as remote uuid:154c11d7-272f-4657-a45a-422ae47c69bc, uuid:154c11d7-272f-4657-a45a-422ae47c69bc, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 SSDP: Registering uuid:154c11d7-272f-4657-a45a-422ae47c69bc (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:09 SSDP: {'USN': 'uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'uuid:154c11d7-272f-4657-a45a-422ae47c69bc'}
22 Jan 2007 01:14:09 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:09 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc::upnp:rootdevice
22 Jan 2007 01:14:09 MSEARCH: register as remote uuid:154c11d7-272f-4657-a45a-422ae47c69bc::upnp:rootdevice, upnp:rootdevice, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 SSDP: Registering upnp:rootdevice (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:09 SSDP: {'USN': 'uuid:154c11d7-272f-4657-a45a-422ae47c69bc::upnp:rootdevice', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'upnp:rootdevice'}
22 Jan 2007 01:14:09 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:09 MSEARCH: for uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05
22 Jan 2007 01:14:09 MSEARCH: register as remote uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05, uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 SSDP: Registering uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:09 SSDP: {'USN': 'uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05'}
22 Jan 2007 01:14:09 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:09 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-microsoft-com:service:OSInfo:1
22 Jan 2007 01:14:09 MSEARCH: register as remote uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-microsoft-com:service:OSInfo:1, urn:schemas-microsoft-com:service:OSInfo:1, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 SSDP: Registering urn:schemas-microsoft-com:service:OSInfo:1 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:09 SSDP: {'USN': 'uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-microsoft-com:service:OSInfo:1', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-microsoft-com:service:OSInfo:1'}
22 Jan 2007 01:14:09 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:09 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:09 MSEARCH: for uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:device:WANDevice:1
22 Jan 2007 01:14:09 MSEARCH: register as remote uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:device:WANDevice:1, urn:schemas-upnp-org:device:WANDevice:1, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 SSDP: Registering urn:schemas-upnp-org:device:WANDevice:1 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:09 SSDP: {'USN': 'uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:device:WANDevice:1', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:WANDevice:1'}
22 Jan 2007 01:14:09 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:09 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-upnp-org:device:InternetGatewayDevice:1
22 Jan 2007 01:14:09 MSEARCH: register as remote uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-upnp-org:device:InternetGatewayDevice:1, urn:schemas-upnp-org:device:InternetGatewayDevice:1, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:09 SSDP: Registering urn:schemas-upnp-org:device:InternetGatewayDevice:1 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:09 SSDP: {'USN': 'uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1'}
22 Jan 2007 01:14:10 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:10 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-upnp-org:device:InternetGatewayDevice:1
22 Jan 2007 01:14:10 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:10 MSEARCH: for uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39
22 Jan 2007 01:14:10 MSEARCH: register as remote uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39, uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:10 SSDP: Registering uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:10 SSDP: {'USN': 'uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39'}
22 Jan 2007 01:14:10 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:10 MSEARCH: for uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:device:WANConnectionDevice:1
22 Jan 2007 01:14:11 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:11 MSEARCH: for uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05
22 Jan 2007 01:14:11 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:11 MSEARCH: for uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1
22 Jan 2007 01:14:11 MSEARCH: register as remote uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1, urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:11 SSDP: Registering urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:11 SSDP: {'USN': 'uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1'}
22 Jan 2007 01:14:11 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:11 MSEARCH: for uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39
22 Jan 2007 01:14:11 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:11 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc::urn:schemas-microsoft-com:service:OSInfo:1
22 Jan 2007 01:14:12 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:12 MSEARCH: for uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1
22 Jan 2007 01:14:12 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:12 MSEARCH: for uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:service:WANIPConnection:1
22 Jan 2007 01:14:12 MSEARCH: register as remote uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:service:WANIPConnection:1, urn:schemas-upnp-org:service:WANIPConnection:1, http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc
22 Jan 2007 01:14:12 SSDP: Registering urn:schemas-upnp-org:service:WANIPConnection:1 (http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc)
22 Jan 2007 01:14:12 SSDP: {'USN': 'uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:service:WANIPConnection:1', 'MANIFESTATION': 'remote', 'SERVER': 'Microsoft-Windows-NT/5.1 UPnP/1.0 UPnP-Device-Host/1.0', 'EXT': '', 'LOCATION': 'http://10.0.0.165:2869/upnphost/udhisapi.dll?content=uuid:154c11d7-272f-4657-a45a-422ae47c69bc', 'CACHE-CONTROL': 'max-age=1800', 'ST': 'urn:schemas-upnp-org:service:WANIPConnection:1'}
22 Jan 2007 01:14:12 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:12 MSEARCH: for uuid:154c11d7-272f-4657-a45a-422ae47c69bc::upnp:rootdevice
22 Jan 2007 01:14:12 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:12 MSEARCH: for uuid:0f4d1e8b-4815-43ac-88b0-0cd6971e1f39::urn:schemas-upnp-org:service:WANIPConnection:1
22 Jan 2007 01:14:12 MSEARCH: datagramReceived from 10.0.0.165:1900, code 200
22 Jan 2007 01:14:12 MSEARCH: for uuid:50b6765e-8cd7-479d-b3d3-c38e21065a05::urn:schemas-upnp-org:device:WANDevice:1
22 Jan 2007 01:14:12 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:30132
22 Jan 2007 01:14:12 SSDP: Discovery request from (10.0.0.3,30132) for urn:schemas-microsoft-com:service:MSContentDirectory:1
22 Jan 2007 01:14:12 SSDP: Discovery request for urn:schemas-microsoft-com:service:MSContentDirectory:1
22 Jan 2007 01:14:12 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:32172
22 Jan 2007 01:14:12 SSDP: Discovery request from (10.0.0.3,32172) for urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:12 SSDP: Discovery request for urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:12 SSDP: send Discovery response with delay 0 for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:12 SSDP: send Discovery response with delay 1 for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:12 Coherence: WebUI childFactory: 40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:12 MediaServer: MediaServer getChildWithDefault, description-1.xml, /40be334c-f0ad-40e6-b49b-3ccb5cc57587/description-1.xml IPv4Address(TCP, '10.0.0.3', 62924)
22 Jan 2007 01:14:12 MediaServer: {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0'}
22 Jan 2007 01:14:12 MediaServer: XBox alert, we need to simulate a Windows Media Connect server
22 Jan 2007 01:14:12 MediaServer: returning xbox-description-1.xml
22 Jan 2007 01:14:12 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:30132
22 Jan 2007 01:14:12 SSDP: Discovery request from (10.0.0.3,30132) for urn:schemas-microsoft-com:service:MSContentDirectory:1
22 Jan 2007 01:14:12 SSDP: Discovery request for urn:schemas-microsoft-com:service:MSContentDirectory:1
22 Jan 2007 01:14:12 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:32172
22 Jan 2007 01:14:12 SSDP: Discovery request from (10.0.0.3,32172) for urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:12 SSDP: Discovery request for urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:12 SSDP: send Discovery response with delay 0 for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:12 SSDP: send Discovery response with delay 0 for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:13 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:13 MediaServer: MediaServer getChildWithDefault, description-1.xml, /1f1621b5-01f8-4089-8217-79cab34a895c/description-1.xml IPv4Address(TCP, '10.0.0.3', 36295)
22 Jan 2007 01:14:13 MediaServer: {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0'}
22 Jan 2007 01:14:13 MediaServer: XBox alert, we need to simulate a Windows Media Connect server
22 Jan 2007 01:14:13 MediaServer: returning xbox-description-1.xml
22 Jan 2007 01:14:13 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:30132
22 Jan 2007 01:14:13 SSDP: Discovery request from (10.0.0.3,30132) for urn:schemas-microsoft-com:service:MSContentDirectory:1
22 Jan 2007 01:14:13 SSDP: Discovery request for urn:schemas-microsoft-com:service:MSContentDirectory:1
22 Jan 2007 01:14:13 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:32172
22 Jan 2007 01:14:13 SSDP: Discovery request from (10.0.0.3,32172) for urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:13 SSDP: Discovery request for urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:13 SSDP: send Discovery response with delay 0 for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:13 SSDP: send Discovery response with delay 1 for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:19 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:31901
22 Jan 2007 01:14:19 SSDP: Discovery request from (10.0.0.3,31901) for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: Discovery request for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: send Discovery response with delay 1 for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:31901
22 Jan 2007 01:14:19 SSDP: Discovery request from (10.0.0.3,31901) for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: Discovery request for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: send Discovery response with delay 2 for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: SSDP command M-SEARCH * - from 10.0.0.3:31901
22 Jan 2007 01:14:19 SSDP: Discovery request from (10.0.0.3,31901) for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: Discovery request for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:19 SSDP: send Discovery response with delay 2 for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:20 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:20 MediaServer: MediaServer getChildWithDefault, description-2.xml, /1f1621b5-01f8-4089-8217-79cab34a895c/description-2.xml IPv4Address(TCP, '10.0.0.3', 9377)
22 Jan 2007 01:14:20 MediaServer: {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0'}
22 Jan 2007 01:14:20 MediaServer: XBox alert, we need to simulate a Windows Media Connect server
22 Jan 2007 01:14:20 MediaServer: returning xbox-description-1.xml
22 Jan 2007 01:14:20 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:20 MediaServer: MediaServer getChildWithDefault, X_MS_MediaReceiverRegistrar, /1f1621b5-01f8-4089-8217-79cab34a895c/X_MS_MediaReceiverRegistrar/control IPv4Address(TCP, '10.0.0.3', 60332)
22 Jan 2007 01:14:20 MediaServer: {'content-length': '304', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsAuthorized"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
22 Jan 2007 01:14:20 SOAP: soap_request: {'content-length': '304', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsAuthorized"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
22 Jan 2007 01:14:20 Service: soap__generic Action: IsAuthorized [required], (2 args) coherence.upnp.core.service {'soap_methodName': u'IsAuthorized', 'DeviceID': ''}
22 Jan 2007 01:14:20 Service: get_action_results {'Result': 1}
22 Jan 2007 01:14:20 Service: action_results {'IsAuthorizedResponse': {'Result': 1}}
22 Jan 2007 01:14:20 SOAP: _gotResult {'IsAuthorizedResponse': {'Result': 1}} <POST /1f1621b5-01f8-4089-8217-79cab34a895c/X_MS_MediaReceiverRegistrar/control HTTP/1.1> IsAuthorized
22 Jan 2007 01:14:20 SOAP: _sendResponse 200 <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<IsAuthorizedResponse SOAP-ENC:root="1">
<Result xsi:type="xsd:int">1</Result>
</IsAuthorizedResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
22 Jan 2007 01:14:20 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:20 MediaServer: MediaServer getChildWithDefault, X_MS_MediaReceiverRegistrar, /1f1621b5-01f8-4089-8217-79cab34a895c/X_MS_MediaReceiverRegistrar/control IPv4Address(TCP, '10.0.0.3', 62030)
22 Jan 2007 01:14:20 MediaServer: {'content-length': '302', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsValidated"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
22 Jan 2007 01:14:20 SOAP: soap_request: {'content-length': '302', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsValidated"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
22 Jan 2007 01:14:20 Service: soap__generic Action: IsValidated [required], (2 args) coherence.upnp.core.service {'soap_methodName': u'IsValidated', 'DeviceID': ''}
22 Jan 2007 01:14:20 Service: get_action_results {'Result': 1}
22 Jan 2007 01:14:20 Service: action_results {'IsValidatedResponse': {'Result': 1}}
22 Jan 2007 01:14:20 SOAP: _gotResult {'IsValidatedResponse': {'Result': 1}} <POST /1f1621b5-01f8-4089-8217-79cab34a895c/X_MS_MediaReceiverRegistrar/control HTTP/1.1> IsValidated
22 Jan 2007 01:14:20 SOAP: _sendResponse 200 <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<IsValidatedResponse SOAP-ENC:root="1">
<Result xsi:type="xsd:int">1</Result>
</IsValidatedResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
22 Jan 2007 01:14:21 Coherence: WebUI childFactory: 1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:21 MediaServer: MediaServer getChildWithDefault, ContentDirectory, /1f1621b5-01f8-4089-8217-79cab34a895c/ContentDirectory/control IPv4Address(TCP, '10.0.0.3', 15043)
22 Jan 2007 01:14:21 MediaServer: {'content-length': '538', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
22 Jan 2007 01:14:21 SOAP: soap_request: {'content-length': '538', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4552.0 UPnP/1.0 Xbox/2.0.4552.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
22 Jan 2007 01:14:21 Service: soap__generic Action: Browse [required], (10 args) coherence.upnp.core.service {'ContainerID': '16', 'BrowseFlag': 'BrowseDirectChildren', 'soap_methodName': u'Browse', 'Filter': 'dc:title,res,res@size,res@protection,res@resolution,res@bitrate', 'RequestedCount': '1000', 'StartingIndex': '0', 'SortCriteria': '-upnp:class'}
22 Jan 2007 01:14:21 Service: argument ContainerID not valid for action Browse
22 Jan 2007 01:14:21 SOAP: _gotError [Failure instance: Traceback (failure with no frames): coherence.upnp.core.soap_service.errorCode:
]
22 Jan 2007 01:14:21 SOAP: _sendResponse 402 <s:Envelope s:encodingStyle="s=http://schemas.xmlsoap.org/soap/encoding/" xmlns="s=http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode>s:Client</faultcode><faultstring>UPnPError</faultstring><detail><UPnPError xmlns="urn:schemas-upnp-org:control-1-0"><errorCode>402</errorCode><errorDescription>Invalid Args</errorDescription></UPnPError></detail></s:Fault></s:Body></s:Envelope>
22 Jan 2007 01:14:27 Device: RootDevice get_devices: []
22 Jan 2007 01:14:27 Device: RootDevice get_devices: []
22 Jan 2007 01:14:27 Device: RootDevice get_devices: []
22 Jan 2007 01:14:27 Device: RootDevice get_devices: []
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:device:MediaServer:1
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:device:MediaServer:1
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ConnectionManager:1
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::upnp:rootdevice
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::urn:schemas-upnp-org:service:ContentDirectory:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ConnectionManager:1
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:40be334c-f0ad-40e6-b49b-3ccb5cc57587::upnp:rootdevice
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:1
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:schemas-upnp-org:service:ContentDirectory:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:2
22 Jan 2007 01:14:27 SSDP: Sending byebye notification for uuid:1f1621b5-01f8-4089-8217-79cab34a895c::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1
22 Jan 2007 01:14:27 Coherence: Coherence UPnP framework shutdown
An XBox on 10.0.0.3 accessing Coherence on 10.0.0.2. Discovery is ok, media access is still broken.
Coherence UPnP framework starting...
running on host: 10.0.0.2
WebServer on port 30020 ready
MediaServer urlbase http://10.0.0.2:30020/
[...]
Discovery request from (10.0.0.3,3440) for urn:schemas-microsoft-com:service:MSContentDirectory:1
Discovery request from (10.0.0.3,10804) for urn:schemas-upnp-org:service:ContentDirectory:1
MSRoot MediaServer getChildWithDefault description-1.xml /0010dc00-d66e-1000-80a6-000049107172/description-1.xml IPv4Address(TCP, '10.0.0.3', 20003)
headers {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0'}
XBox alert, we need to simulate a Windows Media Connect server
returning xbox-description-1.xml
Discovery request from (10.0.0.3,3440) for urn:schemas-microsoft-com:service:MSContentDirectory:1
Discovery request from (10.0.0.3,10804) for urn:schemas-upnp-org:service:ContentDirectory:1
Discovery request from (10.0.0.3,3440) for urn:schemas-microsoft-com:service:MSContentDirectory:1
Discovery request from (10.0.0.3,10804) for urn:schemas-upnp-org:service:ContentDirectory:1
Discovery request from (10.0.0.3,2524) for uuid:0010dc00-d66e-1000-80a6-000049107172
Discovery request from (10.0.0.3,2524) for uuid:0010dc00-d66e-1000-80a6-000049107172
Discovery request from (10.0.0.3,2524) for uuid:0010dc00-d66e-1000-80a6-000049107172
MSRoot MediaServer getChildWithDefault description-2.xml /0010dc00-d66e-1000-80a6-000049107172/description-2.xml IPv4Address(TCP, '10.0.0.3', 27471)
headers {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0'}
XBox alert, we need to simulate a Windows Media Connect server
returning xbox-description-1.xml
MSRoot MediaServer getChildWithDefault X_MS_MediaReceiverRegistrar /0010dc00-d66e-1000-80a6-000049107172/X_MS_MediaReceiverRegistrar/control IPv4Address(TCP, '10.0.0.3', 56975)
headers {'content-length': '304', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsAuthorized"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: IsAuthorized [required], (2 args) coherence.upnp.core.service {'soap_methodName': u'IsAuthorized', 'DeviceID': ''}
MSRoot MediaServer getChildWithDefault X_MS_MediaReceiverRegistrar /0010dc00-d66e-1000-80a6-000049107172/X_MS_MediaReceiverRegistrar/control IPv4Address(TCP, '10.0.0.3', 19482)
headers {'content-length': '302', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsValidated"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: IsValidated [required], (2 args) coherence.upnp.core.service {'soap_methodName': u'IsValidated', 'DeviceID': ''}
MSRoot MediaServer getChildWithDefault ContentDirectory /0010dc00-d66e-1000-80a6-000049107172/ContentDirectory/control IPv4Address(TCP, '10.0.0.3', 50836)
headers {'content-length': '540', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: Search [optional], (10 args) coherence.upnp.core.service {'ContainerID': '7', 'soap_methodName': u'Search', 'Filter': 'dc:title,upnp:artist', 'RequestedCount': '1000', 'StartingIndex': '0', 'SearchCriteria': '(upnp:class = "object.container.album.musicAlbum")', 'SortCriteria': '+dc:title'}
Coherence UPnP framework shutdown
With changeset [184] the XBox was able to retrieve the file list and play an audio file.
Coherence UPnP framework starting...
running on host: 10.0.0.2
WebServer on port 30020 ready
MediaServer urlbase http://10.0.0.2:30020/
Discovery request from (10.0.0.2,33796) for ssdp:all
Discovery request from (10.0.0.2,33796) for ssdp:all
MSRoot MediaRenderer getChildWithDefault description-2.xml /ad6394fa-6773-4e3c-86ea-8dd391348fbd/description-2.xml IPv4Address(TCP, '10.0.0.2', 35846)
MSRoot MediaRenderer getChildWithDefault ConnectionManager /ad6394fa-6773-4e3c-86ea-8dd391348fbd/ConnectionManager/scpd.xml IPv4Address(TCP, '10.0.0.2', 35847)
MSRoot MediaRenderer getChildWithDefault RenderingControl /ad6394fa-6773-4e3c-86ea-8dd391348fbd/RenderingControl/scpd.xml IPv4Address(TCP, '10.0.0.2', 35848)
MSRoot MediaRenderer getChildWithDefault AVTransport /ad6394fa-6773-4e3c-86ea-8dd391348fbd/AVTransport/scpd.xml IPv4Address(TCP, '10.0.0.2', 35849)
MSRoot MediaServer getChildWithDefault description-2.xml /c0a31749-5155-46d0-805b-21f469c819ea/description-2.xml IPv4Address(TCP, '10.0.0.2', 35850)
headers {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
MSRoot MediaServer getChildWithDefault ConnectionManager /c0a31749-5155-46d0-805b-21f469c819ea/ConnectionManager/scpd.xml IPv4Address(TCP, '10.0.0.2', 35851)
headers {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
MSRoot MediaServer getChildWithDefault X_MS_MediaReceiverRegistrar /c0a31749-5155-46d0-805b-21f469c819ea/X_MS_MediaReceiverRegistrar/scpd.xml IPv4Address(TCP, '10.0.0.2', 35853)
headers {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
MSRoot MediaServer getChildWithDefault ContentDirectory /c0a31749-5155-46d0-805b-21f469c819ea/ContentDirectory/scpd.xml IPv4Address(TCP, '10.0.0.2', 35852)
headers {'host': '10.0.0.2', 'user-agent': 'Twisted PageGetter'}
Discovery request from (10.0.0.3,17583) for urn:schemas-microsoft-com:service:MSContentDirectory:1
Discovery request from (10.0.0.3,6020) for urn:schemas-upnp-org:service:ContentDirectory:1
MSRoot MediaServer getChildWithDefault description-1.xml /c0a31749-5155-46d0-805b-21f469c819ea/description-1.xml IPv4Address(TCP, '10.0.0.3', 32401)
headers {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0'}
XBox alert, we need to simulate a Windows Media Connect server
returning xbox-description-1.xml
Discovery request from (10.0.0.3,17583) for urn:schemas-microsoft-com:service:MSContentDirectory:1
Discovery request from (10.0.0.3,6020) for urn:schemas-upnp-org:service:ContentDirectory:1
Discovery request from (10.0.0.3,17583) for urn:schemas-microsoft-com:service:MSContentDirectory:1
Discovery request from (10.0.0.3,6020) for urn:schemas-upnp-org:service:ContentDirectory:1
Discovery request from (10.0.0.3,16189) for uuid:c0a31749-5155-46d0-805b-21f469c819ea
Discovery request from (10.0.0.3,16189) for uuid:c0a31749-5155-46d0-805b-21f469c819ea
Discovery request from (10.0.0.3,16189) for uuid:c0a31749-5155-46d0-805b-21f469c819ea
MSRoot MediaServer getChildWithDefault description-2.xml /c0a31749-5155-46d0-805b-21f469c819ea/description-2.xml IPv4Address(TCP, '10.0.0.3', 26139)
headers {'connection': 'Keep-alive', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0'}
XBox alert, we need to simulate a Windows Media Connect server
returning xbox-description-1.xml
MSRoot MediaServer getChildWithDefault X_MS_MediaReceiverRegistrar /c0a31749-5155-46d0-805b-21f469c819ea/X_MS_MediaReceiverRegistrar/control IPv4Address(TCP, '10.0.0.3', 61860)
headers {'content-length': '304', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsAuthorized"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap_request: {'content-length': '304', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsAuthorized"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: IsAuthorized [required], (2 args) coherence.upnp.core.service {'soap_methodName': u'IsAuthorized', 'DeviceID': ''}
MSRoot MediaServer getChildWithDefault X_MS_MediaReceiverRegistrar /c0a31749-5155-46d0-805b-21f469c819ea/X_MS_MediaReceiverRegistrar/control IPv4Address(TCP, '10.0.0.3', 26942)
headers {'content-length': '302', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsValidated"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap_request: {'content-length': '302', 'soapaction': '"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1#IsValidated"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: IsValidated [required], (2 args) coherence.upnp.core.service {'soap_methodName': u'IsValidated', 'DeviceID': ''}
MSRoot MediaServer getChildWithDefault ContentDirectory /c0a31749-5155-46d0-805b-21f469c819ea/ContentDirectory/control IPv4Address(TCP, '10.0.0.3', 55989)
headers {'content-length': '540', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap_request: {'content-length': '540', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: Search [optional], (10 args) coherence.upnp.core.service {'ContainerID': '7', 'soap_methodName': u'Search', 'Filter': 'dc:title,upnp:artist', 'RequestedCount': '1000', 'StartingIndex': '0', 'SearchCriteria': '(upnp:class = "object.container.album.musicAlbum")', 'SortCriteria': '+dc:title'}
MSRoot MediaServer getChildWithDefault ContentDirectory /c0a31749-5155-46d0-805b-21f469c819ea/ContentDirectory/control IPv4Address(TCP, '10.0.0.3', 22552)
headers {'content-length': '530', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap_request: {'content-length': '530', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: Search [optional], (10 args) coherence.upnp.core.service {'ContainerID': '6', 'soap_methodName': u'Search', 'Filter': 'dc:title', 'RequestedCount': '1000', 'StartingIndex': '0', 'SearchCriteria': '(upnp:class = "object.container.person.musicArtist")', 'SortCriteria': '+dc:title'}
MSRoot MediaServer getChildWithDefault ContentDirectory /c0a31749-5155-46d0-805b-21f469c819ea/ContentDirectory/control IPv4Address(TCP, '10.0.0.3', 7716)
headers {'content-length': '529', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap_request: {'content-length': '529', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: Search [optional], (10 args) coherence.upnp.core.service {'ContainerID': 'F', 'soap_methodName': u'Search', 'Filter': 'dc:title', 'RequestedCount': '1000', 'StartingIndex': '0', 'SearchCriteria': '(upnp:class = "object.container.playlistContainer")', 'SortCriteria': '+dc:title'}
MSRoot MediaServer getChildWithDefault ContentDirectory /c0a31749-5155-46d0-805b-21f469c819ea/ContentDirectory/control IPv4Address(TCP, '10.0.0.3', 34046)
headers {'content-length': '688', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap_request: {'content-length': '688', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: Search [optional], (10 args) coherence.upnp.core.service {'ContainerID': '4', 'soap_methodName': u'Search', 'Filter': 'dc:title,res,res@size,res@protection,res@duration,res@sampleFrequency,res@bitsPerSample,res@bitrate,res@nrAudioChannels,upnp:artist,upnp:artist@role,upnp:genre,upnp:album', 'RequestedCount': '1000', 'StartingIndex': '0', 'SearchCriteria': '(upnp:class derivedfrom "object.item.audioItem")', 'SortCriteria': '+dc:title'}
MSRoot MediaServer getChildWithDefault ContentDirectory /c0a31749-5155-46d0-805b-21f469c819ea/ContentDirectory/control IPv4Address(TCP, '10.0.0.3', 29758)
headers {'content-length': '528', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap_request: {'content-length': '528', 'soapaction': '"urn:schemas-upnp-org:service:ContentDirectory:1#Search"', 'host': '10.0.0.2', 'user-agent': 'Xbox/2.0.4548.0 UPnP/1.0 Xbox/2.0.4548.0', 'connection': 'Keep-alive', 'content-type': 'text/xml; charset="utf-8"'}
soap__generic Action: Search [optional], (10 args) coherence.upnp.core.service {'ContainerID': '5', 'soap_methodName': u'Search', 'Filter': 'dc:title', 'RequestedCount': '1000', 'StartingIndex': '0', 'SearchCriteria': '(upnp:class = "object.container.genre.musicGenre")', 'SortCriteria': '+dc:title'}
MSRoot MediaServer getChildWithDefault 1010 /c0a31749-5155-46d0-805b-21f469c819ea/1010 IPv4Address(TCP, '10.0.0.3', 12239)
headers {'connection': 'Keep-alive', 'host': '10.0.0.2', 'content-length': '3', 'user-agent': 'Xenon'}
MSRoot getChild 1010 <GET /c0a31749-5155-46d0-805b-21f469c819ea/1010 HTTP/1.1>
startup, add 1 to connection table
MSRoot ch FilePath('/home/mithrandi/code/Coherence/trunk/tests/content/audio/(1994-10-04) Awake/07 - The Mirror.mp3')
Coherence UPnP framework shutdown
finished, remove 1 from connection table
