Google has announced that it is dropping support for H.264 in Chrome. However, this was more than a year ago, and they never sought a deadline.
Meanwhile, I reproduced the same problem described in this post. In the end, I figured out how to make it work. In the original question, the video tag used is not specified. I found that if you simply specify:
<video src="file.mp4"></video>
and the video starts with a black frame that doesn't seem to work (just a black box that doesn't do anything). Either specify "autoplay =" true "to start playback automatically, or" controls = "yes" "to display playback controls.
source share