-
Hi. I'm using got on an express server where I want to serve a file from another URL. What I have is:
However, it creates something like this. Basically, the loaded amount goes up, but it does so in chunks and theres large gaps in between the download. Is it possible to have the stream forwarded to the result as fast as possible? The file should only be a few megabytes. Also, when you first make a request, it seems like you're initially presented with the first x seconds of the audio file at a very fast speed but the remainder seems to be slow. Alternatively, maybe 'seeking' support would be useful here? Anyhow, thank you for your help and thanks for making this library! :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It already does. You're limited by the environment only.
Most probably caused by upstream or heroku. Have you tried running it locally? |
Beta Was this translation helpful? Give feedback.
-
Able to fix it with:
|
Beta Was this translation helpful? Give feedback.
Able to fix it with: