Login

White Listed IPs

IP Delete
{{ip}}

Public Paths

Path Push Ip Delete
{{path}} {{paths[path]}}

SRT Connections

Auto Refresh
Path State RemoteAddr Created BytesReceived BytesSent
{{conn.path}} {{conn.state}} {{conn.remoteAddr}} {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} {{bytes(conn.bytesReceived)}} {{bytes(conn.bytesSent)}}

WebRTC Connections

Auto Refresh
Path State RemoteAddr Created BytesReceived BytesSent
{{conn.path}} {{conn.state}} {{conn.remoteAddr}} {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} {{bytes(conn.bytesReceived)}} {{bytes(conn.bytesSent)}}

RTMP Connections

Auto Refresh
Path State RemoteAddr Created BytesReceived BytesSent
{{conn.path}} {{conn.state}} {{conn.remoteAddr}} {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} {{bytes(conn.bytesReceived)}} {{bytes(conn.bytesSent)}}

HLS Connections

Auto Refresh
Path Created BytesSent
{{conn.path}} {{new Date(conn.created).toLocaleDateString()+ ' ' + new Date(conn.created).toLocaleTimeString()}} {{bytes(conn.bytesSent)}}