{% extends "base.html" %} {% load static %} {% block title %}Streaming Channels - Stream Processor{% endblock %} {% block extra_css %} {% endblock %} {% block page_title %}
Manage your live streaming channels and monitor their status
Streaming channels are configured endpoints for live video streams. Each channel can be started, stopped, and monitored for real-time streaming status and performance metrics.
Total Channels
{{ channels.count|default:0 }}
Active Streams
{{ active_streams_count|default:0 }}
Idle Channels
{{ idle_channels_count|default:0 }}
Total Views
{{ total_views|default:0 }}
{{ channel.hls_url|default:"Not configured" }}
{% if channel.hls_url %}
{% endif %}