Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / av / README @ 12

History | View | Annotate | Download (2.63 KB)

1
-------------------------------------------------------------------------------
2
DojoX Audio/Video
3
-------------------------------------------------------------------------------
4
Version 0.1
5
Release date: 01/15/2008
6
-------------------------------------------------------------------------------
7
Project state:
8
experimental
9
-------------------------------------------------------------------------------
10
Credits
11
	Tom Trenka (ttrenka AT gmail.com)
12
    Mike Wilcox (AnM8tR AT Yahoo.com)
13
-------------------------------------------------------------------------------
14
Project description
15

    
16
DojoX A/V aims to bring audio and video capabilities to the Open Web, first
17
by wrapping common media types (Flash and Quicktime) and then by providing
18
easy to use objects to accomplish basic A/V tasks.  As of version 0.1, only
19
the base is included (Flash and Quicktime embedding mechanisms); in the near
20
future, usable objects will appear, both in raw programmatic form and also with
21
Dijit-compatible wrappers.
22
-------------------------------------------------------------------------------
23
Dependencies:
24

    
25
DojoX A/V depends on dojox.embed, and uses Flash movies created in the deft
26
project using Flex OSS 3.  You do not need any of the deft code; compiled
27
movies are included with dojox.av.  If you want to modify the actual movies,
28
you can look in the deft project (under the package deft.av).
29
-------------------------------------------------------------------------------
30
Documentation
31

    
32
TBD.
33
-------------------------------------------------------------------------------
34
Included media:
35

    
36
Video:
37
test/video/Grog.flv and test/video/OldMan.flv are both created by Mike Wilcox
38
and may be freely used and distributed in any way. I only ask for credit if
39
widely shown.
40

    
41
Audio:
42
test/audio/Ola.mp3, test/audio/Hio.mp3, test/audio/FuzzWah.mp3 are from a
43
sounds effects CD and are not to be redistributed. They will most likely
44
be swapped out when a better open source option is avaialable.
45

    
46
-------------------------------------------------------------------------------
47
Installation instructions
48

    
49
Grab the following from the Dojo SVN Repository:
50

    
51
http://svn.dojotoolkit.org/src/dojox/trunk/embed/*
52
http://svn.dojotoolkit.org/src/dojox/trunk/av/*
53

    
54
Install into the following directory structure:
55
/dojox/av/
56

    
57
...which should be at the same level as your Dojo checkout.
58

    
59
-------------------------------------------------------------------------------
60
Change history
61

    
62
2008-01-15	Initial checkin, with basic movie embedding code.
63
2008-06-04	Removed the base code, after moving it into dojox.embed and modifying it.
64
2008-08-14  Implemented FLVideo for Flash Video 
65
2009-02-08  Implemented FLAudio for Flash Audio