Skip to main content
Participant
June 14, 2009
Question

link protection

  • June 14, 2009
  • 1 reply
  • 564 views

How do I protect my publishing point with a username and password using flash media streaming server 3.5?

    This topic has been closed for replies.

    1 reply

    June 15, 2009

    You have a couple of options.

    1. You can use an authorization plugin. See the docs for this

    2. You can pass credentials to the server as variables in the URL string. This would require server side actionscript to pick the variables out of the client.uri property and validate the credentials.