├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # mse-demo 2 | Simple working example using the Media Source Extensions (MSE) to playback video 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |