-
[reading] Video Streaming코딩일지/TIL 2022. 5. 18. 09:42
Video Streaming Tech
What is the difference between streaming and downloading?[1]
Streaming is real-time, and it's more efficient than downloading media files. If a video file is downloaded, a copy of the entire file is saved onto a device's hard drive, and the video cannot play until the entire file finishes downloading. If it's streamed instead, the browser plays the video without actually copying and saving it. The video loads a little bit at a time instead of the entire file loading at once, and the information that the browser loads is not saved locally.
References
'코딩일지 > TIL' 카테고리의 다른 글
[html] contentEditable (0) 2022.06.20 [js] Event Handling (0) 2022.06.19 [js] Enums, Object.freeze() (0) 2022.06.19 [js] Array (0) 2022.06.19 [js] asynchronous (0) 2022.06.12