{% extends "layouts/base.html" %} {% load static %} {% block title %}{{ channel.name }} - Live Stream Player - Stream Processor{% endblock %} {% block extra_css %} {% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ channel.name }}

Live Stream Player

Live Stream

{% if active_session and hls_url %}
{% else %}

No Active Stream

This channel is not currently streaming.

Start Stream
{% endif %}

Stream Information


{% if active_session %} Streaming {% else %} Stopped {% endif %}
{% if active_session %}
{{ active_session.started_at|date:"M d, Y H:i" }}
{{ active_session.duration|default:"--" }}
{{ active_session.segments_processed|default:0 }}
{% endif %}
{% if channel.jingle_templates.count > 0 %}

Jingle Detection

{{ channel.jingle_templates.count }} jingle template{{ channel.jingle_templates.count|pluralize }} configured for ad break detection

{% endif %}
{% endblock %}