nextcloud/plugins/audioplayer
Artur Duque de Souza 09cbe1301e Fix the audio player
If we don't use the ".php" extension the audio won't play because
it cant find the file.

Signed-off-by: Artur Duque de Souza <asouza@kde.org>
2011-02-22 11:15:58 -03:00
..
audioplayer.js Fix the audio player 2011-02-22 11:15:58 -03: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