Hola Rafael
Gracias por tu respuesta.
Si arrastro los .mp4 en Safari y se ven bien, pero abro el .html y no.
Asi es mi .html:
Código HTML:
Ver original<!DOCTYPE html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<video controls="controls" widht="500" height="333"> <source src="video/nombre_video.webm" type="video/webm" /> <source src="video/nombre_video.mp4" type="video/mp4" /> <source src="video/nombre_video.ogv" type='video/ogg; codecs="theora,vorbis"' />
Gracias por tu ayuda