On this site, the video doesn’t play in FF. But it does play in Chrome. Is there anything I need to add?
<video width="580" height="318" controls poster="link to poster">
<source src="link to video">
Your browser does not support the HTML5 Video tag. Please update to a <a href="https://www.google.com/chrome/" target="_blank">modern browser</a>.
</video>
In your site’s source:
Firefox doesn’t support mp4 videos for HTML5 video.
You can add additional sources (WebM, OGG), and fallback to a Flash player. See this table for compatibility.