How to embeded MP4 or Google Drive Video to Blogger
To upload your mp4 video , just coppy the url of video and replace it on below red text. Copy the below code to your post or page , publish . It's OK. Demo

-------------------------------------------------------------------------------------------------------------------------
<link href="http://vjs.zencdn.net/4.12/video-js.css" rel="stylesheet"></link>
<script src="http://vjs.zencdn.net/4.12/video.js"></script>
<video autoplay="true" class="video-js vjs-default-skin" controls="" data-setup="{}" height="430" id="MY_VIDEO_1" preload="auto" width="100%">
 <source src="https://googledrive.com/host/0B9AHetTeD-AfazcyS2tfcndURVk/k-kh.mp4" type="video/mp4"></source>
</video>
-------------------------------------------------------------------------------------------------------------------------
Your player is VJS Plyer.
You can Custom VJS Plyer skin here.
Video.js CDN View