I have cross-browser issue with IE. In that video play button contains border-radius that is not supported in IE. I have used video.js file.
CSS I used to solve this issue:
-web kit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
I have try this CSS code but not solve this issue:
-ms-border-radius: 25px;