Stream video in web app from another host
Budget: $10 – $30 USD
Hi, I need a piece of code that makes streams video (mp4 format) from another host (private server) and proxies it from my server. I have already tried collecting bytes into memorystream, or to the temp file, but this increases load time. I need video to be sent chunked in partial response.
Appropriate headers should be sent to the front so that direct link to the video should be paused, started from the exact second like #t=35. Here is the code sample that I tried. Any other languages can be an option, but c# (asp.net core) is preferred.
https://stackoverflow.com/questions/68099839/asp-net-core-stream-load-large-video-files-to-front-without-having-memory-overfl
Appropriate headers should be sent to the front so that direct link to the video should be paused, started from the exact second like #t=35. Here is the code sample that I tried. Any other languages can be an option, but c# (asp.net core) is preferred.
https://stackoverflow.com/questions/68099839/asp-net-core-stream-load-large-video-files-to-front-without-having-memory-overfl