How to embed .h264 video file in html webpage using video tags
问题 I am trying to play .h264 file in browser, Trying to accomplish this using html video tags. The result is always an empty frame. I did check some links on web, They recommend to play the video in .mp4 container. Can someone help me to accomplish this? UPDATED CODE: <video width="560" height="340" preload controls> <source src="hh.h264" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> <!--<source src="hh.mov" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /> <source src="hh.ogv" type=