Jump to content

End System Multicast

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 208.54.4.21 (talk) at 04:50, 17 February 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

End System Multicast (ESM) is a research project at Carnegie Mellon University. It is a peercasting system for streaming live, high-quality video and audio to large audiences.

History

The project was founded in 1999. It was used to broadcast numerous events online[1], including:

ESM was also featured at the Intel Developer Forum in 2005.

Current Use

ESM is no longer under active development by researchers at CMU. In 2006, several members of the ESM research group founded Rinera Networks in order to commercialize the ESM technology. In 2008, Rinera Networks changed it's name to Conviva.

Technology

ESM uses a peer-to-peer network to distribute video data across all viewers of a video stream. It constructs an overlay tree to distribute data, and continuously optimizes this tree to minimize end-to-end latency. The root of the tree is the source of the broadcast. This is typically the machine that encodes the video data. This machine sends a stream of data packets to the nodes at the first level of the tree. Each of those nodes then forwards the data to the nodes connected to them, and so on, such that all nodes in the system receive the data stream.

Advantages

ESM allows any user with a DSL or broadband connection or higher to broadcast good quality video to a large number of people. Since it is a peer to peer network, a broadcaster need only broadcast the video to one person for any number of people to view it. [1]

Disadvantages

Due to the nature of peer to peer multimedia networks, skips in playback or buffering can occur.

References

ESM Home Page