server/plugins/audioplayer
ente 7e83db10d5 Only register the "Play" action for audio types that the browser is able to play.
Otherwise just leave the default action to "Download".
2010-12-05 17:51:10 +01:00
..
audioplayer.js Only register the "Play" action for audio types that the browser is able to play. 2010-12-05 17:51:10 +01:00
lib_audioplayer.php Basic HTML5 audio player plugin 2010-12-04 17:39:01 +01:00
plugin.xml - plugin id corrected 2010-12-05 12:18:40 +01:00
README Basic HTML5 audio player plugin 2010-12-04 17:39:01 +01:00
style.css Basic HTML5 audio player plugin 2010-12-04 17:39:01 +01:00

This plugin implements a very basic HTML5 audio preview for ownCloud.

Only formats supported by the browser can be played.
Sadly, those are very limited and not coherent among browsers, see http://html5doctor.com/native-audio-in-the-browser/ for more info.

Ideas to change that (TODO):
- Flashplayer fallback
and/or
- on-the-fly transcoding