> ## Content Index
> Fetch the complete content index at: https://www.process-one.net/llms.txt
> Use this file to discover other available public pages before exploring further.

# OneTeam Media Server by ProcessOne
- URL: https://www.process-one.net/blog/oneteam-media-server-by-processone/
- Published: 2010-03-25T23:00:00.000Z
- Updated: 2024-09-23T15:20:18.000Z
- Description: ProcessOne has just released OneTeam Media Server, a Flash server written in erlang.
- Author: ProcessOne

OneTeam Media Server, or OMS for short, is a new Flash server implementation, written in erlang, by ProcessOne. This will enable your users to broadcast voice and/or video streams to multiple subscribers.

OneTeam Media Server, although being at an early stage, behaves already quite well, since it is more scalable than [red5](https://www.red5.org/?ref=process-one.net). It might not be a fair comparison though, since it OMS is not as featurefull as red5.

Key features:

- Support for streaming live/recorded content
- Support for recording live content
- Support for ActionScript3.0 Shared Objects
- Clustering support
- Ability to write application modules in Erlang/OTP

It still does not include RTMPT for HTTP tunneling. The license chosen for OneTeam Media Server is the Erlang Public License version 1.1\. OMS needs Erlang/OTP R11B-0 or higher.

The source code is available here: [https://git.process-one.net/oms](https://git.process-one.net/oms?ref=process-one.net)

To pull the source code form git, please type:

git clone git://git.process-one.net/oms/mainline.git

The usual procedure is required (./configure, make, sudo make install). To start OMS, just type:

omsctl start

Please check the documentation in:

doc/doc.html