![]() Includes: - new buildUI element option 'postSave' - new buildUI element option 'prefix' - validation 'track_selector_parameter' and 'track_selector' in convertBuildOptions now expand help text - new element option 'disable' in convertBuildOptions - new element type 'bool' in convertBuildOptions (equals checkbox) - new element type 'unixtime' in convertBuildOptions - new element option 'format' in convertBuildOptions - UI for scheduling automated pushes based on variables - MistServer: sorting of capabilities.push_parameters - Prevent an empty (null) variable_list to break adding automatic pushes - automatic push config: start and stop if conditions - Fix LSP to hide endVariableValue on boolean expression - Remove references to current evaluation in LSP - Also remove the start variable requirement from the frontend - allow endVariabbles without startVariables, bugfix variable value hint - push target url parameters: dump 'leftover' params in a custom params field; added customizable inputlist inputs - autopushes: when the variable settings are not set, they are '', not 0. Also trigger onchange of comparison operator fields when the edit page loads so the variable value fields are shown or hidden properly. - autopush tab onchange maar nu goed (?) fixup pl0x - autopush: there's fun and joy in making Jaron do multiple fixups - autopush tab: not my fault Balder asks one change at a time D: |
||
---|---|---|
api | ||
embed | ||
generated | ||
lib | ||
lsp | ||
mist | ||
scripts | ||
src | ||
subprojects | ||
test | ||
.gitignore | ||
.mailmap | ||
CMakeLists.txt | ||
CMakeServHtml.txt | ||
COPYING.md | ||
createhooks.sh | ||
Doxyfile.in | ||
DoxygenLayout.xml | ||
flow_input | ||
meson.build | ||
meson_options.txt | ||
mistserver.init | ||
mistserver.service | ||
README.md | ||
UNLICENSE |
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.