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

{{ channel.name }}

Live stream player and media controls

Live Stream Player

Watch the live stream in real-time with HLS support and playback controls.

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 %}