Skip to content
/ oms Public
forked from processone/oms

Erlang-based Flash media server supporting video streaming, video conferencing, RPC call from client and from server, Remote Shared objects.

License

Notifications You must be signed in to change notification settings

duanxiande/oms

 
 

Repository files navigation

OneTeam Media Server (OMS) - Flash server written in Erlang/OTP

Quickstart guide


0. Requirements

To compile OMS you need:
 - Unix-like operating system
 - GNU Make
 - GCC
 - Erlang/OTP R11B-0 or higher.


1. Compile and install

To compile OMS, execute the commands:
  ./configure
  make

To install OMS, run this command with system administrator rights
(root user):

  sudo make install

These commands will:
 - Install the configuration files in /usr/local/etc/oms/
 - Install OMS binary, header and runtime files in /usr/local/lib/oms/
 - Install the administration script: /usr/local/bin/omsctl
 - Create a spool directory: /usr/local/var/lib/oms/
 - Create a directory for log files: /usr/local/var/log/oms/


2. Start OMS

You can use the omsctl command line administration script to
start and stop OMS. For example:
  omsctl start


For detailed information please refer to the OMS documentation.

About

Erlang-based Flash media server supporting video streaming, video conferencing, RPC call from client and from server, Remote Shared objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • CSS 11.6%
  • Erlang 4.8%
  • HTML 2.7%
  • C 0.5%
  • Shell 0.5%
  • Other 0.1%