Hi all,
I have an embedded windows media player in my web application.
All works well, but I have noticed come wierd log data in my webserver.
Embedded object is setup with URL pointing to an ASP script wich
generates ASX code for the player. The problem is that WMP allways sends
2 requests to get this ASX code.
pls. note the different names of clients requesting the same URL...
"NSPlayer/9.0.0.3250 WMFSDK/9.0" and "Windows-Media-Player/9.00.00.3250"
Why is this happening?
10.0.0.140 - - [30/Jul/2007:20:41:29 -0400] "GET
/backend.php/content/getasx/id/127/culture/it_IT HTTP/1.1" 200 388 "-"
"NSPlayer/9.0.0.3250 WMFSDK/9.0"
10.0.0.140 - - [30/Jul/2007:20:41:29 -0400] "GET
/backend.php/content/getasx/id/127/culture/it_IT HTTP/1.1" 200 388 "-"
"Windows-Media-Player/9.00.00.3250"
Any suggestions are very welcome
TIA
Haris Zukanović - 16 Aug 2007 18:59 GMT
> Hi all,
>
[quoted text clipped - 19 lines]
>
> TIA
Any ideaS ?