<video id="myVideo" src="2.mp4" controls="" tabindex="0">decoder not found</video>
this code show ‘ decoder not found’ on safari (my os is windows xp)
why ?
thanks
and this html5 vedio can be show on firefox and chrome ,but not safari.
http://shapeshed.com/examples/HTML5-video-element/
why ?
‘Decoder not found’ means the decoder for the video has not been implemented yet in the browser (its a fallback message).
H.264 has patent issues, so some browsers are reluctant to support it, whereas the Ogg format is open-source and it is supported by almost all browsers at the moment.
Further reading
HTML5 Wikipedia Entry
Dive into HTML5