Mistserver
| Developer(s) | DDVTECH |
|---|---|
| Stable release | 1.1.1 / April 15, 2013 |
| Operating system | Any POSIX-compliant system |
| Type | Multimedia streaming server software |
| License | Affero General Public License v3 |
| Website | www.mistserver.org |
Mistserver is a lightweight, open-source multistandard multimedia streaming[1] server.[2] It bridges the gap between lightweight webservers and the usually heavyweight mediaservers that support non-HTTP protocols.[3]
Contents |
Design Principles [edit]
Mistservers main design concept is modularity. The server software was designed from the ground up to be modular in respect to supported protocols and encodings, so that new advances in these fields could easily and quickly be added to the server without having to redesign or rewrite any parts of it. Every connected user starts up a new process on the server. This effectively means that if somehow a viewer manages to crash the server process, only that viewers' connection will be affected. All other viewers will be able to keep using the server unimpaired. This additionally means that Connectors that are not currently in use do not require system resources, and problems with one Connector will not be able to affect the others.
Inside the server [edit]
Controller [edit]
The Controller process is the "core" of Mistserver. It is the process that provides the API as well as spawns, monitors and communicates with Buffers and Connectors.
Connectors [edit]
Connectors are a terminology used in Mistserver. They are processes that listen on their supported protocol port(s) for incoming connections, then handling that connection in their native protocol. Usually this involves figuring out the requested stream name, connecting to the relevant Buffer or Player process through a Unix Domain Socket,[4] then sending the stream data through after conversion to the proper container format.
Convertors [edit]
The suite of converter applications allows you to convert several media containers (FLV, TS) to and from DTSC format.
Analysers [edit]
Analysers are tools included with Mistserver that can be useful for analyzing and/or manipulating several types of media-related files.
Supported Technologies [edit]
- RTMP, Real Time Messaging Protocol used by the Flash plugin for stream transportation.
- HTTP Dynamic, Adaptive bitrate streaming used by the Flash plugin for HTTP delivery.
- HTTP Smooth, Adaptive bitrate streaming used by the Silverlight plugin for HTTP delivery.
- HLS, Adaptive bitrate streaming used by QuickTime and iOS.
- HTTP Progressive, The delivery of media data over standard HTTP.
- MPEG-TS, Raw transport stream.
- FLV Container, the main means of transport for media data through any Adobe product.
- MP4 Container, the industries standard media container.
- MP3 Container, a common audio format for consumer audio storage.
- H.264, a standard for video compression.
- DVR, allows for timeshifting in livestreams.