We use HTTP stream events from the media processor to monitor media encoding progress/status, and a proxy to get around CORS issues while developing. But the proxy doesn't return the document until connection close, so no progress is observed until it's complete. Figure out how to stream data from input to output without buffering, or find another approach to deal with CORS issues.