Is it possible to to concatenate parts of two or more video blobs encoded in webm format using just client side javascript?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
What you are looking for is the media source extension as defined here: http://www.w3.org/TR/media-source/
Both Firefox (partially), Opera Chrome already support this. IE11 only on Windows 8+.
Also, take a look at DASH (https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) and HLS (https://en.wikipedia.org/wiki/HTTP_Live_Streaming)