On 05/09/12 11:01, jdd-gmane pecked at the keyboard and wrote:
Hello,
I have a curious problem.
I try to make an html5 page work with video
if I try the very same index and video file on my local computer, the video runs. On the server it don't
source is below
the video file is test2.ogv. I have a lot of video codecs installed
idea? I don't know where are logs (nothing in apache logs)
thanks jdd
<html> <head> <title></title> <meta content=""> <style></style> </head> <body>
<h1>test</h1> <p><video width="480" height="270" controls="controls" poster=""> <source src="test2.ogv" type="video/ogg" /> <source src="test2.mp4" type="video/mp4" /> <source src="test2.webm" type="video/webm" /> <img src="/.jpg" width="480" height="270" /> <br />Your browser does not allow HTML5 video. </video> </p> </div>
Where is the corresponding <div> ?
</body> </html>
-- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org