AppSuite:Media player: Difference between revisions
From Open-Xchange
Line 1: | Line 1: | ||
<div class="title">Mediaplayer</div> | <div class="title">Mediaplayer</div> | ||
__TOC__ | __TOC__ | ||
==Browser and | ==Browser and device support== | ||
App Suite uses mediaelement.js [http://mediaelementjs.com] as media player. The player uses native HTML5 audio or video elements and falls back to flash or silverlight if they are not available. | App Suite uses mediaelement.js [http://mediaelementjs.com] as media player. The player uses native HTML5 audio or video elements and falls back to flash or silverlight if they are not available. | ||
Revision as of 09:53, 17 April 2013
Mediaplayer
Browser and device support
App Suite uses mediaelement.js [1] as media player. The player uses native HTML5 audio or video elements and falls back to flash or silverlight if they are not available.
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