Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Video is not running on web page after uploading it on server Reply To: Video is not running on web page after uploading it on server

#169173
Ricky55
Participant

A couple of things,

On some servers you have to set the MIME types for video

Add this to your htaccess

AddType video/mp4 .mp4 .m4v
AddType video/ogg .ogv
AddType video/webm .webm

Don’t also forget that mp4 won’t work in Firefox, you’ll need webm.