Version 2.4 changes how .MOV files are handled. Previously, these files were played with the QuickTime browser plug-in, but in my experience it has been buggy, difficult to use, and quirky. Starting in 2.4, .MOV files are played with the FlowPlayer video player, which uses the Flash plug-in. In most cases this offers a superior user experience, including a smoother install experience if the plug-in is not present.
FlowPlayer only works, however, when the .MOV file uses an MPEG-4 codec. This is true of most newer .MOV files, but may not be the case for older ones. If you discover that one or more .MOV videos won’t play in your gallery, you can revert to the previous behavior of using the QuickTime plug-in, which should be able to handle the older codec. To make this change, execute the following SQL against your gallery database:
Code:UPDATE gs_MimeType
SET MimeTypeValue = 'video/quicktime'
WHERE FileExtension='.mov';
You will need to recycle the application pool to force the gallery to recognize this change.
Roger Martin
Creator and Lead Developer of Gallery Server Pro