Seems the background video was loading but the default image was showing above it and covering the video. Fixed with this:
.metaslider .slides .ms-layer img.msDefaultImage {
z-index: 1;
}
.metaslider .slides .ms-layer video {
z-index: 2;
}
.metaslider .slides .ms-layer .msHtmlOverlay {
z-index: 3;
}
Update: It seems to only have an incorrect date/time when its marked as “IsTime” however if I don’t mark it that way then the date/time isn’t plotted as the X axis