source: Dev/branches/rest-dojo-ui/client/dojox/av/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 2.6 KB
Line 
1-------------------------------------------------------------------------------
2DojoX Audio/Video
3-------------------------------------------------------------------------------
4Version 0.1
5Release date: 01/15/2008
6-------------------------------------------------------------------------------
7Project state:
8experimental
9-------------------------------------------------------------------------------
10Credits
11        Tom Trenka (ttrenka AT gmail.com)
12    Mike Wilcox (AnM8tR AT Yahoo.com)
13-------------------------------------------------------------------------------
14Project description
15
16DojoX A/V aims to bring audio and video capabilities to the Open Web, first
17by wrapping common media types (Flash and Quicktime) and then by providing
18easy to use objects to accomplish basic A/V tasks.  As of version 0.1, only
19the base is included (Flash and Quicktime embedding mechanisms); in the near
20future, usable objects will appear, both in raw programmatic form and also with
21Dijit-compatible wrappers.
22-------------------------------------------------------------------------------
23Dependencies:
24
25DojoX A/V depends on dojox.embed, and uses Flash movies created in the deft
26project using Flex OSS 3.  You do not need any of the deft code; compiled
27movies are included with dojox.av.  If you want to modify the actual movies,
28you can look in the deft project (under the package deft.av).
29-------------------------------------------------------------------------------
30Documentation
31
32TBD.
33-------------------------------------------------------------------------------
34Included media:
35
36Video:
37test/video/Grog.flv and test/video/OldMan.flv are both created by Mike Wilcox
38and may be freely used and distributed in any way. I only ask for credit if
39widely shown.
40
41Audio:
42test/audio/Ola.mp3, test/audio/Hio.mp3, test/audio/FuzzWah.mp3 are from a
43sounds effects CD and are not to be redistributed. They will most likely
44be swapped out when a better open source option is avaialable.
45
46-------------------------------------------------------------------------------
47Installation instructions
48
49Grab the following from the Dojo SVN Repository:
50
51http://svn.dojotoolkit.org/src/dojox/trunk/embed/*
52http://svn.dojotoolkit.org/src/dojox/trunk/av/*
53
54Install into the following directory structure:
55/dojox/av/
56
57...which should be at the same level as your Dojo checkout.
58
59-------------------------------------------------------------------------------
60Change history
61
622008-01-15      Initial checkin, with basic movie embedding code.
632008-06-04      Removed the base code, after moving it into dojox.embed and modifying it.
642008-08-14  Implemented FLVideo for Flash Video
652009-02-08  Implemented FLAudio for Flash Audio
Note: See TracBrowser for help on using the repository browser.