📄️ api_endpoint
The api_endpoint call, retrieve the current TCP API endpoint.
📄️ browse
The browse call, Browse the server files
📄️ capabilities
The capabilities call, basic system information & installed in/outputs.
📄️ config
The config call, change core server configuration.
📄️ config_backup
The config_backup call, backup configuration to another location.
📄️ config_restore
The config_restore call, load in a previously stored config.
📄️ no_unconfigured_streams
The no_unconfigured_streams call, remove streams from MistServer that are not configured.
📄️ save
The Save call, Save the current MistServer configuration.
📄️ shutdown
The shutdown call, turn off MistServer
📄️ ui_settings
The ui_settings call, Store arbitrary JSON data into the MistServer configuration file.
📄️ update
The update call, Check if there are MistServer updates available.
📄️ checkupdate
The checkupdate call, Check if there are MistServer updates available.
📄️ autoupdate
The checkupdate call, Check if there are MistServer updates available.
📄️ external_writer_list
Show a list of configured external writers
📄️ external_writer_add
Add an external writer to MistServer, adding an output method
📄️ external_writer_remove
Remove external writers from MistServer
📄️ variable_list
Show a list of configured custom variables.
📄️ variable_add
Add a custom variables to MistServer
📄️ variable_remove
Remove custom variables from MistServer
📄️ addprotocol
The addprotocol call, Enable protocols within MistServer.
📄️ deleteprotocol
The deleteprotocol call, Delete protocols within MistServer.
📄️ updateprotocol
The updateprotocol call, Delete protocols within MistServer.
📄️ streams
The streams call, list/add/remove all streams.
📄️ addstream
The addstream call, add streams to MistServer.
📄️ deletestream
The deletestream call, delete streams from MistServer.
📄️ deletestreamsource
The deletestreamsource call, remove streams and their source.
📄️ nuke_stream
The nuke_stream call, completely shutdown and reset a stream.
📄️ active_streams
The active_streams call, request a list of streams currently active.
📄️ stats_streams
The stats_streams call, request a list of streams that currently have statistics.
📄️ tag_stream
Tag a stream, to use in combination with pushes and triggers
📄️ untag_stream
Untag a stream, remove tags from streams
📄️ stream_tags
Show current tags for a stream.
📄️ streamkeys
Return (or overwrite) the stream keys currently configured in MistServer
📄️ streamkey_add
Add one or more stream keys to MistServer
📄️ streamkey_del
Remove stream keys from MistServer
📄️ proc_list
The proc_list call, show the active processes.
📄️ push_start
The push_start call, push or record a given stream.
📄️ push_list
The push_list call, List all current active pushes.
📄️ push_stop
The push_stop call, Stop the given push.
📄️ push_auto_add
The push_auto_add call, Set rules for an automatic push out.
📄️ push_auto_remove
The push_auto_remove call, remove an automatic push.
📄️ push_auto_list
The push_auto_list call, list all automatic pushes.
📄️ push_settings
The push_settings call, set the automatic push rules.
📄️ log
The Log call, Grab log messages from MistServer
📄️ clearstatlogs
The Clearstatlogs call, truncate the log of MistServer.
📄️ clients
The clients call, retrieve a list of all connected clients at a point in time.
📄️ totals
The totals call, sum of clients/data active in a period of time.
📄️ invalidate_sessions
The invalidate_sessions call, invalidate all current sessions, forcing every connection to go through USER_NEW logic again.
📄️ stop_sessions
The stop_sessions call, disconnect sessions matching stream names or protocols.
📄️ stop_sessid
The stop_sessid call, disconnect sessions matching session ID.
📄️ stop_tag
The stop_tag call, disconnect sessions with the given tag.
📄️ tag_sessid
The tag_sessid call, give a matching session ID a tag.
📄️ jwks
The jwks call, adding/editing all JSON Web Keys
📄️ addjwks
The addjwks call, adding JWKS
📄️ deletejwks
The deletejwks call, removing JWKS
📄️ logout
The logout call.
📄️ inject_scte35
Add SCTE35 markers.