Concatenate parts of two or more webm video blobs

断了今生、忘了曾经 提交于 2019-12-11 09:24:49

问题


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)



来源:https://stackoverflow.com/questions/31559116/concatenate-parts-of-two-or-more-webm-video-blobs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!