Front
{% if rtmp_port %}
RTMP port:
{{rtmp_port}}
{% endif %} {% if rtsp_port %}
RTSP port:
{{rtsp_port}}
{% endif %} {% if http_port %}
HTTP port:
{{http_port}}
{% endif %}
{% for name, client_count in entries %}
{{name}} :
{{client_count}}
{% endfor %}
Sum :
0
00:59