[media-source] support non fragmented mp4

netaelk has just created a new issue for https://github.com/w3c/media-source:

== support non fragmented mp4 ==
i'm able to play frag_bunny.mp4 example, but when i use my own mp4 videos i get the error:
```
Failed to execute 'endOfStream' on 'MediaSource': The MediaSource's readyState is not 'open'.
```
using this [SO answer](https://stackoverflow.com/questions/22996665/unable-to-get-mediasource-working-with-mp4-format-in-chrome) i realized that the problem is my videos are not fragmented as needed.

is it possible to add support for non-fragmented mp4? or is it a blocker need for the way MSE works?
my videos are working just fine with simple <video> element.

Thanks!


Please view or discuss this issue at https://github.com/w3c/media-source/issues/216 using your GitHub account

Received on Wednesday, 4 July 2018 07:23:26 UTC