{% extends "base.html" %} {% load static %} {% block title %}{{ channel.name }} - TS File Browser - Stream Processor{% endblock %} {% block extra_css %} {% endblock %} {% block page_title %}
{{ channel.name }} - TS Browser
{% endblock %} {% block content %}

{{ channel.name }}

Browse and manage TS segment files

TS File Browser

Browse, preview, and download TS segment files from the stream.

TS Segment Files

{{ ts_files|length }} files found
{% if ts_files %}
{% for file in ts_files %}

{{ file.name }}

Size: {{ file.size|filesizeformat }}

{% endfor %}
{% else %}

No TS Files Found

Start streaming to generate TS segment files.

{% endif %}

This is a raw TS segment file from the HLS stream.

{% endblock %}