AppSuite:Media player: Difference between revisions
From Open-Xchange
m (moved AppSuite:Mediaplayer to AppSuite:Media player: two words) |
No edit summary |
||
Line 4: | Line 4: | ||
==Browser and OS support== | ==Browser and OS support== | ||
We use | 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 | ||
Line 11: | Line 11: | ||
==How to enable/disable the mediaplayer== | ==How to enable/disable the mediaplayer== | ||
< | <pre class="language-config"> | ||
io.ox/files//audioEnabled = true|false | |||
io.ox/files//videoEnabled = true|false | |||
</pre> |
Revision as of 09:34, 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 mediaplayer
io.ox/files//audioEnabled = true|false io.ox/files//videoEnabled = true|false