Hola amigos, ire directo a mi problema. Estoy intentando insertar un vídeo (HTML5) en mi web con la ayuda del reproductor de video de [URL="http://videojs.com/"]videojs[/URL] el fin es que en la guía de como insertarlo hay algunas lineas que no entiendo y me gustaría me ayudaran a entenderlas, son las siguientes:
Cita: -IMPORTANT Notes: Ensure your server is using the correct mime-types. Firefox will not play the Ogg video if the mime-type is wrong. Place these lines in your .htaccess file to send the correct mime-types to browsers
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
A que se refieren con mime-type?
y es exactamente con Firefox que tengo problema ya que en Google Chrome lo reproduce sin ningún problema.
Esperando ayuda, un abrazo.