Client.id in FMS 4
Hello,
I have a live streaming application running on FMS4. The application was working fine on FMS 3.5 we upgraded to FMS 4 and have some issues. The problem is:
- we use a Java web app for managing business logic which comunicates through AMF with the SSAS app on FMS 4.
- the java app queries the Flash Administration Server for stream stats. The Flash Admin returns in XML format data about the stream. One node of the XML contains the publisher's id which looks something like this: oAAFAAAA.
Suppose I want to disconnect the client, so I send a message to the SSAS application running on FMS telling it to disconnect the client with id oAAFAAAA. This was working on 3.5. The problem is that it appears that client.id on SSAS side from version 4 returns a number, for example 4702111234558869871. So I cannot disconnect them. How can I solve the naming id of the clients?
Thanks
