[vlma-devel] commit: Add general information about VLMa. (Adrien Grand )
git version control
git at videolan.org
Sat Apr 19 01:19:22 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Apr 19 00:50:27 2008 +0200| [f6aa2bacfb03b1c936a4f9b1aa7d0f847df990dd]
Add general information about VLMa.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=f6aa2bacfb03b1c936a4f9b1aa7d0f847df990dd
---
src/site/apt/index.apt | 36 +++++++++++++++++++++++++++++++++---
1 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 32b3601..db60356 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -4,7 +4,37 @@
What is VideoLAN Manager?
- VideoLAN Manager (VLMa) is a Java application which aims at providing an
- easy way to manager several servers runing a VLC to stream over a multicast
- network.
+ VideoLAN Manager (VLMa) is a Java application which aims at providing an
+ easy way to manager several servers runing a VLC to stream over a multicast
+ network.
+
+ This software is currently used at {{{http://www.ecp.fr}École Centrale
+ Paris}} to stream TV in the students' rooms.
+
+
+Requirements
+
+ To run the VLMa, you will need:
+
+ * Java >= 1.5
+
+ * A servlet container, look at {{{http://tomcat.apache.org/}Tomcat}} if
+ you don't have any.
+
+
+Downloads
+
+ * {{{downloads/vlmad.jar}VLMad - the VLMa daemon}}
+
+ * {{{downloads/vlmaw.war}VLMaw the VLMa web interface}}
+
+
+Run it
+
+ If you want to try it, just run:
+
+ * java -jar vlmad.jar
+
+ from the command line and then deploy vlmaw.war in your favorite servlet
+ container.
More information about the vlma-devel
mailing list