mistserver

The official mistserver source repository - www.mistserver.com

Stars
316
Forks
119
Open issues
49
Closed issues
43
Last release
8 months ago
Last commit
8 months ago
Watchers
316
Total releases
6
Total commits
5.09K
Open PRs
7
Closed PRs
60
Repo URL
Platform
License
unlicense
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

MistServer

MistServer is an open source, public domain, full-featured, next-generation streaming media toolkit for OTT (internet streaming), designed to be ideal for developers and system integrators.

For full documentation, tutorials, guides and assistance, please look on our website at: https://mistserver.org

Getting MistServer onto your system

We provide precompiled binaries for most common operating systems here: https://mistserver.org/download

Using the "Copy install cmd" button will give you a command you can paste into a terminal to set up MistServer running as root under your system's init daemon (systemd recommended, but not required).

You can also manually install, will instructions can be found in our manual: https://mistserver.org/guides/latest

Compile instructions

We make use of cmake for compilation. The default configuration requires mbedtls and libsrtp2 to be installed on your system.

The version of mbedtls we require is a specific branch that supports DTLS and SRTP for WebRTC, which can be found here: https://github.com/livepeer/mbedtls/tree/dtls_srtp_support

All compilaton options can be discovered and set through cmake-gui; more complete compile instructions will follow soon.

Usage

MistServer is booted by starting the MistController binary, which then scans the directory it is stored in for further Mist* binaries and runs them to discover what inputs/outputs/processes are available.

Running the controller in a terminal will walk you through a brief first-time setup, and then listen on port 4242 for API connections. Accessing port 4242 from a web browser will bring up a web interface capable of easily running most API commands for human-friendly configuration.

Full usage instructions and API specifications can be found in the manual: https://mistserver.org/guides/latest

Contributing

If you're interested in contributing to MistServer development, please reach out to us through info@mistserver.org. Full contribution guidelines will be made available soon.

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.