{{ configuration["pagetitle"] }}

{{ configuration["subtitle"] }}

{% if items == [] %}

There are currently no streams running

{% endif %} {% for tem in items %}

Stream {{ item[1] }}

Protocol URL
RTMP substream }} rtmp://{{ configuration["rtmp_base"] }}/{{ item[0] }}/{{ item[2] }}
RTMP
HLS m3u8 {{ configuration['web_proto'] }}://{{ configuration['base_url'] }}/hls/{{ item[1] }}/index.m3u8
HLS.js
{% endfor %}