## Hello hls.js! ### First step: setup and support First include `https://cdn.jsdelivr.net/hls.js/latest/hls.min.js` (or `/hls.js` for unminified) in your web page. ```html ``` Invoke the following static method: `Hls.isSupported()` to check whether your browser is supporting [MediaSource Extensions](http://w3c.github.io/media-source/). ```html ``` ### Second step: instantiate Hls object and bind it to `