Html 5 video tag and codecs problem
Posted
by AntiGameZ
on Stack Overflow
See other posts from Stack Overflow
or by AntiGameZ
Published on 2010-06-14T06:20:18Z
Indexed on
2010/06/14
6:22 UTC
Read the original article
Hit count: 236
html5-video
I have a mkv file. It's video codec is avc and audio codec is ac3.
How can i put it into a html5 video tag?
I use the
<source src="01.mkv" type="video/x-matroska" codecs="a_ac3, avc">
but in safari 5 or chorome4 it doesn't works.
© Stack Overflow or respective owner