Hi,
You are very close, those are the APIs you should use.
1) First you need to create a web service. You can build your own, or leverage the existing web services we provide on our downloads page: http://www.evostream.com/downloads
2) Configure the EMS to send events to your web service (instructions in both the EMS User’s Guide and Web Services Documentation)
https://evostream.com/evo_evals/EMS% … 0Guide.pdf
https://evostream.com/evo_evals/EMS% … 0Guide.pdf
3) When a new outbound stream is created (event received = outStreamCreated), issue a the setTimer command to the EMS and append the new streamID as a parameter to the setTimer:
setTimer value=7200 _streamID=TheID
4) When you receive the timer event, issue a shutdownStream id=TheID command.
That’s it!