legacy player adapter always passes in `video` to `initialiseMedia`. [See here](https://github.com/bbc/bigscreen-player/blob/30414f6b4c583a7e985d1093a033d657109c809e/script/playbackstrategy/legacyplayeradapter.js#L247) This causes the video tag to always be used within the html5 native strategy. See [html5 strategy init](https://github.com/bbc/bigscreen-player/blob/683bb19cd01824e1ae44d7d17cd457c6c7601946/script/playbackstrategy/modifiers/html5.js#L646) and [here](https://github.com/bbc/bigscreen-player/blob/683bb19cd01824e1ae44d7d17cd457c6c7601946/script/playbackstrategy/modifiers/html5.js#L652) We should be using the correct html tags for the content.