I used phone's MAC address, so that I could add it as a device.
Then I enabled WWW for this device, and added a default web-navigation script (found in this post: http://www.wildmediaserver.com/forum/vi ... navigation)
I don't have a license code for the phone (but according to a changelog for version 1.10.RC1, this is no longer requred for web navigation)
Figured there should be something in the log file, and found this fragment:
Code: Select all
18:36:04.539 [UPnP] [TWmsUPnPDevice]
unhandled UPnP device type
18:36:04.539 [UPnP] [TWmsUPnPDevice.OnTimer:]
UUID:3438720d-86ba-4585-8b4e-a6d5828b8585
Type: unknown
18:36:04.977 [UDP] [UDPReceiveLoop]
exiting ReceiveLoop
18:36:20.336 [HTTP] [9cdcaca3-4cdf-4fa7-b7a3-008fe647f8f7] [192.168.79.102:44395] [192.168.79.103:45357] [SessionLoop]
Enter
18:36:20.336 [HTTP] [9cdcaca3-4cdf-4fa7-b7a3-008fe647f8f7] [192.168.79.102:44395] [192.168.79.103:45357] [SessionLoop]
(0), REQUEST GET / HTTP/1.1
Host: 192.168.79.103:45357
User-Agent: Mozilla/5.0 (Android; Linux armv7l; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: pl,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-2,utf-8;q=0.7,*;q=0.7
Keep-Alive: 600
Connection: keep-alive
Cache-Control: max-age=0
18:36:20.336 [Control] HTC Desire HD [192.168.79.102]. Wersja próbna wygasła.
18:36:20.352 [Error] [TCustomMediaItem.GetMediaResourceLink]
Exception: Access violation at address 004F025E in module 'wmssvc.exe'. Write of address 00000036
18:36:20.352 [HTTP] [9cdcaca3-4cdf-4fa7-b7a3-008fe647f8f7] [192.168.79.102:44395] [192.168.79.103:45357] [SendResponse]
HTTP/1.1 404 Not Found
Content-Type: text/html
Content-Length: 0
Date: Thu, 2 Jun 2011 18:36:20 +0200
Connection: close
Server: Windows/5.12600 UPnP/1.0 Wild Media Server (UPnP, DLNA, HTTP)/1.10rc1
18:36:20.368 [HTTP] [9cdcaca3-4cdf-4fa7-b7a3-008fe647f8f7] [192.168.79.102:44395] [192.168.79.103:45357] [SessionLoop]
Leave
- unlicensed device not being allowed to do web-navigation
- WMS handling web script (there's an exception thrown there
- me doing something wrong
Any ideas?