{{ configuration["pagetitle"] }}

{{ configuration["subtitle"] }}

{% if applications == [] %}

There are currently no streams running

{% endif %} {% for application in applications %}

{{ application[0] }}

{% for stream in application[1] %}

stream {{ stream[0] }}

{% for substream in stream[1] %} {% endfor %}
Protocol URL
RTMP {{ substream }} rtmp://{{ configuration["rtmp_base"] }}/{{ application[0] }}/{{ substream }}
RTMP
HLS m3u8 {{ configuration['web_proto'] }}://{{ configuration['base_url'] }}/hls/{{ stream[0] }}.m3u8
HLS.js
{% endfor %} {% endfor %}