├── 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 | MSE Demo 6 | 7 | 8 |

MSE Demo

9 |
10 | 11 |
12 | 13 | 73 | 74 | --------------------------------------------------------------------------------