Difference between revisions of "AppSuite:Media player"

(Browser and OS support)
(Browser and OS support)
Line 2: Line 2:
 
__TOC__
 
__TOC__
 
==Browser and OS support==
 
==Browser and OS support==
We use mediaelement.js [http://mediaelementjs.com] as media player, which has a native HTML5, flash, and silverlight implementation.
+
We use mediaelement.js [http://mediaelementjs.com], which has a native HTML5, flash, and silverlight implementation.
  
 
Every Browser supports a different set of supported codecs and container formats, follow this link to see which ones: http://mediaelementjs.com/#devices
 
Every Browser supports a different set of supported codecs and container formats, follow this link to see which ones: http://mediaelementjs.com/#devices

Revision as of 09:38, 17 April 2013

Mediaplayer

Browser and OS support

We use mediaelement.js [1], which has a native HTML5, flash, and silverlight implementation.

Every Browser supports a different set of supported codecs and container formats, follow this link to see which ones: http://mediaelementjs.com/#devices

How to enable/disable the media player

In order to configure this server-side, just create a new file media.properties or append to existing appsuite.properties (mind the double-slash; this in not a typo!):

 
io.ox/files//audioEnabled = true|false
io.ox/files//videoEnabled = true|false