Open
Description
背景
源于思否上的一个提问:
在Youtube都是 video.src=blob url ,但是要怎样不断添加arrayBuffer到blob里?
stackoverflow也有类似的提问
Many video stream websites, youtube for example, seem to have a blob url as their video source. Searching, I couldn't figure out how this works. For example...
<video src="blob:https://www.youtube.com/ea375257-e9a8-4c3f-9cef-d8cf0f3ae53f"></video>
涉及到自己的知识盲区了,赶紧的google下。
TODO
视频流(Video stream)
MediaSource ?
图片流?
相关文章:
Understanding blob url video streaming
How video streaming works on the web: An introduction
HLS.js
How to Download Blob Videos? (Three Ways)
What is blob and how to use it to protect videos from downloading?