Difference between revisions of "AppSuite:Media player"

Line 4: Line 4:
  
 
==Browser and OS support==
 
==Browser and OS support==
We use mediaelement.js[http://mediaelementjs.com/] as HTML5 media player, which has a flash and silverlight fallback.
+
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==
  
<tt>settings!io.ox/files</tt>
+
<pre class="language-config">  
 
+
io.ox/files//audioEnabled = true|false
<tt>audioEnabled [true|false]</tt>
+
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