MediaSource API and mp4

前端 未结 4 807
夕颜
夕颜 2020-12-08 12:20

I followed this example from Html5Rocks.com, that is using the MediaSource API and a .webm video. I tried the example with another .webm video and it was working, but when I

4条回答
  •  既然无缘
    2020-12-08 13:14

    Update: MP4-DASH is now supported.


    MP4 is not supported in Chrome's implementation of the Media Source API yet.

    We have plans to add support, but it won't be done for a couple of months. We are currently focusing on updating the existing implementation to match the new version of the Media Source API spec that was recently proposed to the W3C.

    You can follow the progess of the implementation upgrade by watching this chromium bug

提交回复
热议问题