
78
SERVER-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR ADOBE MEDIA SERVER 5.0.1
Server-Side ActionScript Language Reference
Last updated 7/2/2013
Returns
Nothing.
GroupSpecifier.setPublishPassword()
groupSpecifier.setPublishPassword(password, salt)
Specifies a password that is required to call NetStream.publish() to multicast publish into a group.
Availability
Flash Media Server 4
Parameters
password A String. The password. If null, no password is required. The default value is null.
salt A String. Modifies the hash of the password to increase the difficulty of guessing it. For best security, this
parameter should be set to a random value. The default value is null.
Returns
Nothing.
GroupSpecifier.toString()
groupSpecifier.toString()
Identical to the groupspecWithAuthorizations() method. Convenience method to return the opaque groupspec
string, including authorizations, to pass to NetStream and NetGroup constructors.
Availability
Flash Media Server 4
Parameters
None.
Returns
A String.
GroupControl
Flash Media Server 4.5
The GroupControl class represents an association between a remote peer and a NetGroup that it has joined.
Use the GroupControl class to distribute peer lookup requests across multiple servers.
For more information
Distribute peer introductions across servers
Comentarios a estos manuales