Difference between revisions of "VLMa"

From VideoLAN Wiki
Jump to navigation Jump to search
m (daemon and web roles)
Line 8: Line 8:
  
 
  $ git clone git://git.videolan.org/vlma.git
 
  $ git clone git://git.videolan.org/vlma.git
 +
 +
The daemon is in charge to manage the streamers:
 +
* give orders using the telnet interface,
 +
* monitore streamers' state using SNMP,
 +
* draw RRD graphs.
 +
 +
The web module provides a user-friendly interface to communicate with the daemon. The communication between the daemon and the web interface is done using [http://fr.wikipedia.org/wiki/Remote_method_invocation_(Java) RMI].

Revision as of 21:48, 9 April 2008

VLMa means VideoLan Manager

The VLMa is a Java application which provides a daemon and a web interface to manage several VLC streamers.

It is being used in Ecole Centrale Paris to broadcast Satellite and TNT channels over the network.

Its source code is available under the GPL in VideoLan's Git, browsable on the web via gitweb.

$ git clone git://git.videolan.org/vlma.git

The daemon is in charge to manage the streamers:

* give orders using the telnet interface,
* monitore streamers' state using SNMP,
* draw RRD graphs.

The web module provides a user-friendly interface to communicate with the daemon. The communication between the daemon and the web interface is done using RMI.