{% extends "layouts/base.html" %} {% load static %} {% block title %}Ad Breaks - Stream Processor{% endblock %} {% block content %}
Monitor and analyze advertisement breaks detected in streams
Session | Channel | Start Time | Duration | Status | Region | API Status | Actions |
---|---|---|---|---|---|---|---|
{{ ad_break.session.start_time|date:"M d, H:i" }}
|
{{ ad_break.channel_name }}
{{ ad_break.session.channel.name }}
|
{{ ad_break.start_time|date:"M d, Y" }}
{{ ad_break.start_time|time:"H:i:s" }}
|
{% if ad_break.duration_seconds %}
{{ ad_break.duration_seconds }}s
{% widthratio ad_break.duration_seconds 60 1 %}m {% widthratio ad_break.duration_seconds 1 1 %}s total
{% else %}
-
{% endif %}
|
{% if ad_break.end_time %} Completed {% else %} In Progress {% endif %} | {{ ad_break.region }} | {% if ad_break.is_sent_to_api %} Sent {% else %} Pending {% endif %} |