Skip to content

Sessions API

Sessions is a list of active connections to HTTP MPEG-TS or HLS outputs.

{
"cmd": "sessions"
}

In response will be array of active sessions:

{
"sessions": [
{
"client_id": "...",
"channel_id": "...",
"channel_name": "...",
"addr": "...",
"uptime": N
}
]
}
  • client_id — unique session identifier
  • channel_id — unique channel identifier
  • channel_name — channel name
  • addr — client IP address
  • uptime — the time in seconds, for which the session has been running
{
"cmd": "close-session",
"id": "..."
}
  • id — session identifier