Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

INFO: MOV videos won't play in 2.4
Roger Martin
#1 Posted : Friday, 26 November 2010 6:39:39 PM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

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
RedBullet
#2 Posted : Tuesday, 28 December 2010 6:59:31 PM(UTC)
Rank: Member

Joined: 26/11/2010(UTC)
Posts: 26

What was the original value for that? I did some testing of my site, and decided I want to restore it to the way that it was.
Roger Martin
#3 Posted : Wednesday, 29 December 2010 10:08:55 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

I don't understand. The first post in this thread describes how to get back to the original value.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
RedBullet
#4 Posted : Wednesday, 29 December 2010 2:17:36 PM(UTC)
Rank: Member

Joined: 26/11/2010(UTC)
Posts: 26

What I meant, was the original value used in 2.4.

I figured it out by looking at other MimeTypeValues (MP4).

Thanks!
MariahWilson
#5 Posted : Wednesday, 31 August 2011 10:20:41 PM(UTC)
MariahWilson

Rank: Newbie

Joined: 31/08/2011(UTC)
Posts: 1
Woman
Location: 28400 Sprague River Dr, Chiloquin, OR 97624

QuickTime browser is very tricky to handle .MOV files.Is there any alternative there?

________________________________________________________
Magento Developers Auckland
Roger Martin
#6 Posted : Thursday, 1 September 2011 9:01:33 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

What do you mean by "QuickTime browser"? Are you talking about the QuickTime plug-in for browsers? Can you be more specific?
Roger Martin
Creator and Lead Developer of Gallery Server Pro
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.