internet explorer - html5 tag does not work in safari and IE -


I have a webcam video running on my site which is not working on Safari and IE.

I have used the code

  & lt; Video src = "http://video.webmfiles.org/elephants-dream.webm" control autoplay loop preload = "auto" poster = "http: //my-site.com/images/home-banner.png" class = "Only-default" width = "613" height = "354" & gt; & Lt; Source type = 'video / webm; Codecs = "vp8, vorbis" 'src = "http://video.webmfiles.org/elephants-dream.webm" & gt; & Lt; / Video & gt;    

WebM is not supported in IE and Safari

More info Here

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -