8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: