Switching between Cocoa/QT and QuickTime for Java on Mac OS X
Up one level
Switching between Cocoa/QT and QuickTime for Java on Mac OS X
On Mac OS the new Cocoa/Quicktime player is set as the default, with the QuickTime for Java player as an alternative. In case the Cocoa/QT player leads to crashes or other problems, this is how to switch to the QuickTime for Java player:
- in the Finder locate the ELAN install folder
- right-click the application, e.g. "ELAN 3.7.2", and select "Show Package Contents" from the menu
- a new window opens containing the folder Contents. In this folder there is a file Info.plist
- open Info.plist in e.g. TextEdit
- somewhere at the end of the file there is a line containing:
-DPreferredMediaFramework=CocoaQT
- change this line into
-DPreferredMediaFramework=QT
- save the file
A similar change can be made to the launch script, e.g. "ElanMac_3-7-2.sh", which is also in the ELAN install folder.
-Han
Re: Switching between Cocoa/QT and QuickTime for Java on Mac OS X
I attempted to change the entry in the info.plist file as described in the original thread. However, this does not appear to actually have the intended effect.
I change <string>-DPreferredMediaFramework=CocoaQT</string> to <string>-DPreferredMediaFramework=QT</string>
Then I run Elan 3.7.2. When I check the logs I see the following:
"INFO: External launch thread started...
Using Cocoa QT Media Player"
I'm on OS X 10.5.7, 2.66 GhZ MacBook Pro. Any help is appreciated!