[xiph-commits] r8603 - trunk/oggdsf/src/tools/mod_oggchef
ozone at motherfish-iii.xiph.org
ozone at motherfish-iii.xiph.org
Mon Jan 3 20:35:54 PST 2005
Author: ozone
Date: 2005-01-03 20:35:54 -0800 (Mon, 03 Jan 2005)
New Revision: 8603
Modified:
trunk/oggdsf/src/tools/mod_oggchef/README.txt
Log:
oggdsf:
* Update the README for mod_oggchef
Modified: trunk/oggdsf/src/tools/mod_oggchef/README.txt
===================================================================
--- trunk/oggdsf/src/tools/mod_oggchef/README.txt 2005-01-04 04:28:50 UTC (rev 8602)
+++ trunk/oggdsf/src/tools/mod_oggchef/README.txt 2005-01-04 04:35:54 UTC (rev 8603)
@@ -13,7 +13,14 @@
example, a web client can request playback of the media beginning at 30
minutes into a movie.
+Note that mod_oggchef is effectively a re-implementation of mod_annodex
+<http://www.annodex.net/installation.html>, using illiminable's C++ Ogg
+framework. mod_annodex is full more featureful, however, being able to
+dynamically generate Annodex media on-the-fly from CMML files, which
+mod_oggchef doesn't do yet. We hope to add these features to mod_oggchef
+in the future.
+
Extracting Tracks
-----------------
@@ -69,12 +76,6 @@
different time scheme formats, see
<http://www.annodex.net/specifications.html>.
-Note that mod_oggchef is effectively a re-implementation of the timed
-URI capability of mod_annodex <http://www.annodex.net/installation.html>.
-mod_annodex is far more powerful, being able to dynamically generate
-Annodex media from CMML files, and serve out only the CMML portion of
-Annodex media. These features will be added in the future, though
-possibly not to mod_oggchef itself.
Restrictions
@@ -98,11 +99,7 @@
* An Apache 2 installation of some sort with the Apache 2
development tools (such as apxs).
-Note that this module has been tested to work on Linux systems, but
-I haven't packaged the build system for it yet (though it's a standard
-apxs2 module build).
-
Building
--------
@@ -119,7 +116,7 @@
UNIX:
-* We use a simple apxs-based build system, which is tested on
+* We use a simple apxs-based build system, which has been tested on
Debian GNU/Linux. You may need to modify some Makefile variables to get
things working: see the first few lines of the Makefile to see what
variables to tweak.
More information about the commits
mailing list