{% extends "pages/base.html" %} {% load i18n %} {% block title %}{{ stream.name }} | {% trans "MJPEG Debug" %}{% endblock %} {% block content %}

{% trans "Admin-only MJPEG debug" %}

{{ stream.name }}

{% trans 'Live MJPEG stream' %}

{% trans "This view streams the MJPEG feed directly and logs player events, probes, and status checks for troubleshooting." %}

    {% trans "Latest status" %}

    {% trans "Waiting for status..." %}
    {% endblock %}