Hydrar's mistserver dev branch
Find a file
Cat c66d236e58 LSP: updates to push parameters
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:
2023-02-09 13:18:32 +01:00
api Updated bash API with unicode support and better usability 2017-12-06 16:59:27 +01:00
embed Embed: Raw/WS (HEVC only atm) player 2022-06-19 10:41:20 +02:00
generated Add building via meson, remove outdated options 2022-12-17 03:36:59 +01:00
lib LSP: updates to push parameters 2023-02-09 13:18:32 +01:00
lsp LSP: updates to push parameters 2023-02-09 13:18:32 +01:00
mist Add building via meson, remove outdated options 2022-12-17 03:36:59 +01:00
scripts Updated load testing script 2021-10-19 22:29:40 +02:00
src LSP: updates to push parameters 2023-02-09 13:18:32 +01:00
subprojects Meson edits 2023-01-03 23:45:10 +01:00
test Meson edits 2023-01-03 23:45:10 +01:00
.gitignore update .gitignore 2023-01-03 20:18:15 +01:00
.mailmap Added mailmap with all contributors. 2013-04-04 00:55:08 +02:00
CMakeLists.txt Custom variables support 2023-02-09 12:49:01 +01:00
CMakeServHtml.txt Fixed lots of CMake nastiness 2017-01-10 10:12:07 +01:00
COPYING.md Update COPYING and README to markdown versions with new license + help text. 2022-02-12 00:55:15 +01:00
createhooks.sh Changed buildsystem from automake to plain make. 2014-01-04 22:28:09 +01:00
Doxyfile.in Add building via meson, remove outdated options 2022-12-17 03:36:59 +01:00
DoxygenLayout.xml Added API documentation, updated doxygen configuration. 2014-05-02 12:19:54 +02:00
flow_input Fully implemented DTSC pull support 2016-05-05 16:05:12 +02:00
meson.build In Meson builds, fixed SRT non-native support being enabled when SRT native support is already enabled 2023-01-13 18:15:21 +01:00
meson_options.txt Add building via meson, remove outdated options 2022-12-17 03:36:59 +01:00
mistserver.init Updated init file 2016-06-20 12:37:36 +02:00
mistserver.service Improved systemd service file: added reload command and improved logging integration 2021-10-19 22:29:42 +02:00
README.md Update COPYING and README to markdown versions with new license + help text. 2022-02-12 00:55:15 +01:00
UNLICENSE Update COPYING and README to markdown versions with new license + help text. 2022-02-12 00:55:15 +01:00

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.