{% extends 'base.html' %} {% block title %}{{ stream.name }}{% endblock %} {% block content %}

Preview

{{ public_hls }}
Bitrate{{ stats.get('bitrate', '-') }}
FPS{{ stats.get('fps', '-') }}
Video{{ stats.get('video_codec', '-') }}
Lyd{{ stats.get('audio_codec', '-') }}
Kanaler{{ stats.get('audio_channels', '-') }}
Sample rate{{ stats.get('audio_sample_rate', '-') }}

Forbindelser / sessioner

{% for row in sessions %} {% endfor %}
StartStatusIPKilde
{{ row.started_at }}{{ row.status }}{{ row.publisher_ip or '-' }}{{ row.source_type or '-' }}
{% endblock %}