AppSuite:Media player: Difference between revisions
From Open-Xchange
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
==Browser and OS support== | ==Browser and OS support== | ||
We use [http://mediaelementjs.com|mediaelement.js] as media player, which has a native HTML5, flash, and silverlight implementation. | We use [[http://mediaelementjs.com|mediaelement.js]] as media player, 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 | ||
==How to enable/disable the media player== | |||
==How to enable/disable the | |||
<pre class="language-config"> | <pre class="language-config"> | ||
io.ox/files//audioEnabled = true|false | io.ox/files//audioEnabled = true|false | ||
io.ox/files//videoEnabled = true|false | io.ox/files//videoEnabled = true|false | ||
</pre> | </pre> |
Revision as of 09:35, 17 April 2013
Mediaplayer
Browser and OS support
We use [[1]] as media player, 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
io.ox/files//audioEnabled = true|false io.ox/files//videoEnabled = true|false