Nothing can be done here, this is a browser problem with which you are contacting an unprocessed file. You really need to use HTML5 / FLASH / JS or another video player inside the HTML document.
This will work in all browsers that support HTML5.
<!DOCTYPE html> <head> <meta charset="utf-8" /> </head> <body> <video height="250" width="320"> <source src="http://shootitlive.s3.amazonaws.com/output.mp4" type="video/mp4" /> </video> </body>
bbedward
source share