Moving an application from Wowza to AMS
I've been running an application on Wowza for over a year. The Wowza application uses a custom module I wrote (in Java, of course). I now want to migrate that application to AMS. Can anyone point me to online documentation showing AMS's server-side API? I've been doing some digging through Adobe's site, but so far all I've found is some links that no longer to the resources described.
What I need to be able to do in my main.asc is:
1) Look at the stream name coming in from encoders to pick off an authorization key, make a call to a MySQL server to verify that the auth key is valid for the stream name, and either let the conenction happen or error out;
2) Determine whether the incoming stream should be recorded, and if it should:
A) Determine the name it should be saved as, and
B) Start recording,
3) When the live event is starting, determine what video and audio codecs are in use and record those, and
4) Watch the logs, identify messages that should be recorded to a MySQL database, and write them there.
I know that the server-side stuff probably won't be able to directly make MySQL calls, but I can always put together a web service to serve those functions. I just need to figure out how to turn the requirements and the current Java code into Actionscript I can stick in my main.asc.
Edit: Never mind. I just found the livedocs references. dont' know how I missed them before. Now all I have to do is translate all that wonderful stuff into terms I recognize...
Message was edited by: redcat60440
