// $Id: README.txt,v 1.5 2009/03/16 23:34:17 quicksketch Exp $

html5mediafield provides an "audio/video" widget type to CCK. This module leverages the
functionality of FileField and behaves nearly identically. html5mediafield widgets
will give you a conversion off audio/video to different formats to play when uploaded, and provides
Html5 complaint markup to display the audio/video when content is viewed.

Using this module, Drupal gets audio playback using the new standard of HTML, the tags of audio and video
not require the user to install software like flash.

html5mediafield was written by Luciano Rossi (lukio) and Alejandro J. Cura (alecu) with sponsorship by
RedPanal (http://www.redpanal.org) and Gcoop Cooperativa de Software Libre (http://www.gcoop.coop)

Dependencies
------------
 * FileField
 * Content
 * jquery_ui-1.7
 * jquery_update-2.x-dev
 
Para realizar la conversion de los archivos, el servidor debe tener instalados los programas ffmpeg, lame y oggenc

Html5mediaField also provides additional features when used with the following:

 * Token (Generate dynamic paths when saving audios/videos.)

Install
-------

1) Copy the html5mediafield folder to the modules folder in your installation.

2) Enable the module using Administer -> Site building -> Modules
   (/admin/build/modules).

3) Create a new html5media field in through CCK's interface. Visit Administer ->
   Content management -> Content types (admin/content/types), then click
   Manage fields on the type you want to add an audio upload field. Select
   "File" as the field type and "Html5media" as the widget type to create a new
   field.
4) To reproduce these files, you must active "Html5 Media Field - Audio Player" block. 
   If you click at the audio link, it will be start the audio in 
   the "Hhtml5 Media Field Audio Player" active block.

Features
--------
0) allows users to play both Ogg Vorbis files, and mp3.

1) If the browser supports HTML5 (see the table) will use the tags audio or video.
   If your browser does not support the HTML standard, then play the files using the flash player.

2) With jplayer, the visual of the player is the same for both the flash player and HTML5.

Codec support in modern browsers:

    Browser     Ogg Vorbis  MP3
    FireFox 3.5       ✓      
    Safari 4                 ✓
    Chrome 3 (beta)   ✓      ✓   
