Fixing the "Failed to make debug connection ..." error
Hi all,
I am trying to start making an admin client side application to monitor our service, including its properties that simply cannot be done through Administration Console, like blocking IP addresses of offending users.
My problem is that even before I start using the Administration API (on which I will comment further down), I tried to f.e. inspect the shared objects and streams of the application through the Admin. Console, but I get a popup "Failed to make debug connection, please check that the application is in debug mode." Configuration files are unaltered from install, which means MaxPendingDebugConnections is set to 50, AllowDebugDefault is set to false, BUT in the serve side main.asc file I have "application.allowDebug = true;"
Yet, it does not work. Why?
Also, on a related note, I can see that the Administration API lists the API itself, but there is vague to no mention at all where to connect first? I recall spotting somewhere suffixing the RTMP URL with something like "_fcs_debug" or something, but you can see how this frustrates me - I really don't like to google stuff that is supposed to be in the documentation
The application instance usually accepts connections from regular non-admin clients, with proper parameters, which are irrelevant for admins unless these are users too (double membership, you can say). This bugs me - I understand I will be using NetConnection.call to call the API methods, but I need to establish the connection first, and can't seem to find a word about it in the docs.
