I'm having major difficulty playing clips across browsers. Things work fine in Chrome and Safari and Firefox but not at all in IE
http://kendallproductions.com/autism_clip.html
Loading the player...
jwplayer("myElement").setup({
file: "/videoclips/autism1.mp4",
image: "/uploads/myPoster.jpg"
});
Thanks
Related
I am using HTML5 audio along with angular2. It works for desktop very smoothly. But when it comes to media device it seems not working.
I have tested on iOS chrome and safari.
Any help would be highly appreciated?
Is it possible to use only a mp4 video and the HTML5 player in ie7,8,9 firefox, chrome and safari
I've seen these links
http://blog.beverlyguillermo.com/post/14813549122/ie7-and-html5-video
and
http://w3schools.com/tags/tryit.asp?filename=tryhtml5_video
and
http://designwebkit.com/web-and-trends/10-good-html5-video-players-website/
Have you ever done this
Thanks
Try this http://code.google.com/p/video4all/ . Its a nice way you can integrate with all the browsers you have listed
If you are not satisfied try the answer here :- How to play the html5 video in IE8 Browsers
I'm using hmtl5 video. It works normally in all browsers, except IE9.
In IE9 it's cannot playing after first play, or video freezes after a few seconds, but video state is "playing". I've add eventlisteners to check it.
Can anybody help me to solve this problem?
I would suggest using a flash player fallback for Internet Explorer 9 and other browsers with issues with HTML5 video.
I think IE9 has some issues regarding HTML5 Video. You shouldn't trust on that to work. Maybe a (flash) fallback for IE9 would be good. Most of those bugs are fixed in IE10. So HTML5 Video should work there (if you use the right video encodings).
http://caniuse.com/#search=video
I am facing a rather strange issue with Firefox. This is the webm file that I am trying to play:
http://www.filesonic.in/file/2825764155
This plays fine in Firefox but problem comes when I try to jump to a particular second using slider. It just stops playing the song. What can be the issue? I didn't face this problem in Chrome.
Any help would be appreciated.
When using html5 video in chrome, divs with :hover states will end up tearing. FF 3/4 and IE9 work fine. Just started recently, it was working fine in chrome maybe a month ago whatever version that was.
Demo of problem: http://jsfiddle.net/5M8nv/5/
Chrome/webkit bug or am i doing something way wrong?
Thanks