|
|
Client and server adaptor interactionThe user agent for Flash Media Live Encoder 3 is FMLE/3.0. If you are using a custom server authentication module, change the header in the connect message to 'FMLE/3.0'. Alternatively, use the Adobe Flash Media Live Encoder 3 Authentication Add-in. Note: Previous versions of the Authentication Add-in are not
supported for Flash Media Live Encoder 3. If you used the Authentication
Add-in with previous versions of Flash Media Live Encoder, update
to the version included with Flash Media Live Encoder 3.
In every transaction, the server verifies the parameters appended in the query string that the client sends. The server-side adaptor identifies itself by prefixing the following signature substring in each rejection reason string: '[ authmod=authmod_name ] :' Initially, Flash Media Live Encoder identifies the server by its authmod signature and loads the corresponding client DLL from the FMLEInstallDir\AccessModule folder. For example, if the value of authmod_name is myauth, then Flash Media Live Encoder loads the myauth.dll file. Subsequent interactions between client and server rely on the authmod signature. The server’s response determines whether to abort or continue the authentication process. Flash Media Live Encoder verifies the authmod signature and acts as a medium for client-server interaction. If there is any discrepancy in the signature, Flash Media Live Encoder takes the appropriate action. |