
HTML5 VIDEO BREAKS IN CHROME
Strangely, I have found very few places online to post this issue, so I'm trying here to see if I can get some answers. Perhaps the JW Player can help resolve this problem?
Chrome Version (Version 25.0.1364.172 m):
Operating System (Windows 7):
Extensions (n/a):
I'm using standard HTML5 video player code as follows:
<...TO SHOW CODE ONLY... video id=0 controls width=480 height=320>
<source src="MYVIDEO.ogv" type='video/ogg; codecs="theora, vorbis"'/>
<source src="MYVIDEO.webm" type='video/webm' >
<source src="MYVIDEO.mp4" type='video/mp4'>
<p>Video is not visible, most likely your browser does not support HTML5 video</p>
</video>
NOTE: "...TO SHOW CODE ONLY..." is in there otherwise, the player actually appears in my post.
The video plays fine in all the latest browsers except Chrome. In Chrome, the video plays for 30 seconds or so, then the image corrupts, stops, and it won't play any further. When I right-click to "Save Video As," it tells me that Chrome is trying to play the .ogv version of the video. However, Firefox plays this same .ogv file with no issues which lead me to believe the problem is with Chrome.
You can see the video page here and try it for yourself:
http://bragg.com/about/av/flash/Product_vids/HTML5/At_A_glance.html
Any advice or tips would be much appreciated, thanks!