OK, first run at this here and seeing an issue with the video quality. The situation is a bit more complicated because I'm authoring in Adobe Edge for this type of project, and it does it's own coding, as opposed to me putting a <video> tag directly onto my .html page. Edge imports the video.mp4 then does it's own script to place it on screen and run it. Everything plays, it's just a touch pixelated.
I read that normally you can add the hwz attribute to the video tag, which gives it more resources to run as video instead of a graphic animation? <video src="example_movie.mp4" hwz="on">
My issue would be that I don't have the video tag available to plug the hwz attribute into. Just wanted to put this out there to see if anyone else was working with the same thing. I'll try and find a solution and keep you posted. Thanks!