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

{% trans "Live stream" %}

{{ stream.name }}

{% if request.user.is_staff %} {% endif %}
{% trans 'Live video stream' %}

{% trans "This stream serves Motion JPEG frames directly from the configured device." %}

{% endblock %}