Skip to main content
Participant
January 16, 2009
Question

Stream request URL

  • January 16, 2009
  • 2 replies
  • 378 views
I have the need to track stream request information via server side ActionScript. What I need is information from the actual stream request, not the calling page, not the calling swf. The URL and URL parameters are obtained at runtime just before the stream request is made.

I haven't found any way to access this information. Client.pageUrl and Client.referrer do not provide this info but instead info about the page and swf that the call came from. The closest I have come is Client.uri but that only gives me the application, not the file and not the URL params.

Does anyone know how to get this information?
    This topic has been closed for replies.

    2 replies

    January 23, 2009
    That's not directly available in SSAS. Writing a Custom Authentication Adapter/plugin in C++ seems the only direct way.

    > Another workaround would be to make your own custom Player swf which tells SSAS the streamName via NetConnection.Call()
    tom26Author
    Participant
    January 22, 2009
    So do the crickets mean there is no way? Anyone? Googling hasn't provided any info to the contrary but I'd love to hear a specific answer.

    Thanks,
    Tom