You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2023. It is now read-only.
So I tried to convert a video with ffmpeg and stream the output to the client while encoding. Since fiber doesn't support streaming I tried it with net/http and it works without problems.
Then i found this adaptor and tried to wrap my function inside it but the ffmpeg output never reaches the browser.
I guess that it's got something to do with ResponseWriter.Write() and the adaptor but I don't know what.
So I tried to convert a video with ffmpeg and stream the output to the client while encoding. Since fiber doesn't support streaming I tried it with net/http and it works without problems.
Then i found this adaptor and tried to wrap my function inside it but the ffmpeg output never reaches the browser.
I guess that it's got something to do with ResponseWriter.Write() and the adaptor but I don't know what.
Here is the example (make sure to have ffmpeg):
The text was updated successfully, but these errors were encountered: