Difference between revisions of "AppSuite:Media player"

m (Browser and device support)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div class="title">Mediaplayer</div>
+
The content on this page has moved to https://documentation.open-xchange.com/7.10.2/ui/
__TOC__
 
==Browser and device support==
 
App Suite uses mediaelement.js [http://mediaelementjs.com] as media player. The player uses native HTML5 audio and video elements plus it 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
+
Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.
 
 
==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!):
 
<pre class="language-config">
 
io.ox/files//audioEnabled = true|false
 
io.ox/files//videoEnabled = true|false
 
</pre>
 

Latest revision as of 09:11, 15 May 2019

The content on this page has moved to https://documentation.open-xchange.com/7.10.2/ui/

Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.