{% extends 'layouts/base.html' %} {% block title %}Dashboard - Stream Processor{% endblock %} {% block page_title %}
Dashboard
{% endblock %} {% block content %}

Dashboard

Real-time streaming metrics and analytics

Loading stats...
Updating dashboard...
Active Streams
{{ stats.active_streams }}
Total Channels
{{ stats.total_channels }}
Detections Today
{{ stats.detections_today }}
Ad Breaks Today
{{ stats.ad_breaks_today }}

Active Streams

Auto-refreshing
{% include 'monitoring/partials/live_streams.html' %}

Recent Activity

{% include 'monitoring/partials/recent_activity.html' %}

Quick Actions

{% endblock %} {% block extra_js %} {% endblock %}