How to Sync Large Videos over the Internet Using Chunks
1–3 of 3 posts
Re: How to Sync Large Videos over the Internet Using Chunks
#2Recently 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
Re: How to Sync Large Videos over the Internet Using Chunks
#3Recently 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?