Variables | |
| var | kFmsAuthModeOff = 0 |
| Turn FMS authentication off. | |
| var | kFmsAuthModeAkamai = 1 |
| Akamai FMS Entrypoint Authentication. | |
| var | kFmsAuthModeLimelight = 1 |
| Limelight FMS Authentication. | |
| var | kFmsAuthModeCustom = 3 |
| Turn on custom FMS authentication. | |
flixpub_constants.js, and used in the reference application to control how streams are sent to FMS.flixpub_constants.js. You can find flixpub_constants.js in the SDK samples directory. <script type="text/javascript" src="flixpub_constants.js"></script>
flixpub_constants.js should come before other script tags that reference javascript files that use the publisher plug-in API. | var kFmsAuthModeOff = 0 |
Setting FmsAuthenticationMode to kFmsAuthModeOff turns off FMS authentication.
| var kFmsAuthModeAkamai = 1 |
Setting FmsAuthenticationMode to kFmsAuthModeAkamai enables Akamai authentication. Requires that FmsUsername and FmsPassword are set.
| var kFmsAuthModeLimelight = 1 |
Setting FmsAuthenticationMode to kFmsAuthModeLimelight enables Limelight authentication. Requires that FmsUsername and FmsPassword are set correctly.
| var kFmsAuthModeCustom = 3 |
When FmsAuthenticationMode mode is kFmsAuthModeCustom, you must supply the plug-in with action script function names, and the values of the arguments that must be passed to the server in order to authenticate the stream.