Wednesday 30 September 2020

How do you build a YouTube backend?

https://github.com/manikandanraji/youtubeclone-backend/blob/13c5bfec2d4f045e94a20d18831d07a1f0538d54/src/controllers/video.js​Was looking at the repository and the guy is just serving a video as if it were a picture, but that's not really what you're supposed to do when making a video streaming application. I am not talking about live streaming like Twitch, but a video streaming service like Netflix or YouTube where video is broken into little chunks before being served.

Submitted October 01, 2020 at 12:07AM by jadesalad

No comments:

Post a Comment