Hacker News new | ask | show | jobs
How to Sync Large Videos over the Internet Using Chunks (medium.com)
1 points by jbarnett2 2137 days ago
1 comments

Recently I took the extra time during quarantine and launched a project, sparkvid.com. Sparkvid is a tool that transcribes audio in video files and audio files to text.

One challenge in particular that was interesting was the problem of sending large files over a network

Did you checkout https://tus.io/ before doing your own implementation?