📄️ Capabilities
The capabilities call, basic system information & installed in/outputs.
📄️ 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.
📄️ 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.
📄️ Nuke_stream
The nuke_stream call, completely shutdown and reset a stream.
📄️ No_unconfigured_streams
The no_unconfigured_streams call, remove streams from MistServer that are not configured.
📄️ Addprotocol
The addprotocol call, Enable protocols within MistServer.
📄️ Deleteprotocol
The deleteprotocol call, Delete protocols within MistServer.
📄️ Updateprotocol
The updateprotocol call, Delete protocols within MistServer.
📄️ Log
The Log call, Grab log messages from MistServer
📄️ Clearstatlogs
The Clearstatlogs call, truncate the log of MistServer.
📄️ Browse
The Browse call, Browse the server files
📄️ Save
The Save call, Save the current MistServer configuration.
📄️ UI_settings
The ui_settings call, Store arbitrary JSON data into the MistServer configuration file.
📄️ 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.
📄️ 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.
📄️ Update
The update call, Check if there are MistServer updates available.
📄️ Autoupdate
The checkupdate call, Check if there are MistServer updates available.
📄️ Checkupdate
The checkupdate call, Check if there are MistServer updates available.
📄️ 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.
📄️ 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.
📄️ Proc_list
The proc_list call, show the active processes.
📄️ API_endpoint
The api_endpoint call, retrieve the current TCP API endpoint.
📄️ Shutdown
The shutdown call, turn off MistServer
📄️ 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.