Yesterday we added optional callbacks to the Enigmamachine.
The basic usage flow is now:
- your web app gets a video upload, including a callback URL
- your web app tells Enigmamachine to encode the video
- Enigmamachine encodes the video
- Enigmamachine sends an HTTP GET request to the video’s callback URL
- your web app does whatever it should do in response to the callback, perhaps displaying the video in an HTML5 or Flash streaming container
If you don’t want to use callbacks, you don’t need to.