Hi i am trying to embed the youtube video to html-5 tag
i got the embed code from youtube...
embed code:
<iframe width="420" height="315" src="//www.youtube.com/embed/M4MNG4gaQZw" frameborder="0" allowfullscreen></iframe>
i want to embed this video into html-5 video tag..
so i did like this in html-5.0 using video tag....
code:
<video width="300" height="200" controls autoplay>
<source src="//www.youtube.com/embed/M4MNG4gaQZw" type="video/mpeg" />
</video>
but when i run the html5 page in web browser it is showing
no video with supported format and MIME found