It is possible to get the WMS_USER_REFERER from the user context. under
certain conditions. WMS_USER_REFERER is not YET available during the CONNECT
event, but available at later stages (OPEN, PLAY events)

Signature
Regards, Vladimir
http://voynex.com - custom software development, solutions for digital media
(pay per view, billing, protection, access control)
Thanks for the response. Regreftully, though, I have to disagree. I set my
plugin to hit all authorize events, e.g. play, stop, describe, etc. None of
them produce the referer in any of the contexts (user, presentation, command).
I checked the WMS system log provided by the Microsoft logging plugin, and
it doesn't even contain the referring URL.
I am not using the WMS as an HTTP handler. My test cases are all with RTSP
protocol requests. Maybe you are able to get the referer through using the
HTTP protocol in the WMS? I did try that once, but did not see the referer
show up and did not see it even in the WMS log file.
Maybe there is some configuration property that I need to set in the WMS to
make it log the referer? Maybe some sort of extended logging option that is
specific to the WMS?

Signature
Jacob W Anderson
---
http://www.beyond-ordinary.com
http://www.extremeplannerlive.com
---
If you think it''''s expensive to hire a professional to do the job, wait
until you hire an amateur.
> It is possible to get the WMS_USER_REFERER from the user context. under
> certain conditions. WMS_USER_REFERER is not YET available during the CONNECT
[quoted text clipped - 19 lines]
> >
> > Thanks
Vlad - 02 Oct 2007 18:10 GMT
It may not contain the referring URL because you are playing the video from
the standalone player. An embedded player has to be used.

Signature
Regards, Vladimir
http://voynex.com - custom software development, solutions for digital media
(pay per view, billing, protection, access control)
> Thanks for the response. Regreftully, though, I have to disagree. I set my
> plugin to hit all authorize events, e.g. play, stop, describe, etc. None of
[quoted text clipped - 35 lines]
> > >
> > > Thanks
Pony Tsui - 11 Nov 2007 12:48 GMT
Try the WMS_EVENT_LOG at the IWMSEventNotificationPlugin, after
WMS_EVENT_LOG raised, You can get the WMS_USER_REFERER

Signature
Pony Tsui
> It may not contain the referring URL because you are playing the video from
> the standalone player. An embedded player has to be used.
[quoted text clipped - 38 lines]
> > > >
> > > > Thanks