MediaSource API and mp4

前端 未结 4 814
夕颜
夕颜 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:19

    For playback in HTML5 using the MSE you will need a JS-based player implementations like the open source dash.js player or the bitdash MPEG-DASH player

提交回复
热议问题