One suggestion, add controls for rotating the video. Cameras in this era didn't always have the ability to rotate a video after it was shot, so some of these are in the wrong orientation.
Now, it's just a simple CSS transform:
document.querySelector("#player").style.webkitTransform = "rotate(90deg)"