VLC video on dashboard

As this is for use on iOS (via an iPad) my options are limited.

I do however feel like I may have made a little progress, looking here ..

https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Introduction/Introduction.html

Using this..

<video src="http://example.com/path/mymovie.mp4" controls></video>

Which returns this (when used for the 4th stream’s UI widgets) - does this help matters ?