Answer for Auto shutdown of incoming streams
Hi, One possible solution is to write a script to pull the stream, set a timer, then shutdown the stream when the preset time has elapsed. You can take a look at the EMS Web UI downloadable from here:http://www.evostream.com/downloads
The following PHP functions provided in the example may be useful:
pullStream
setTimer
shutdownStream
Cheers,
Don