forked from rc/aircox
streamer as separate application; working streamer monitor interface
This commit is contained in:
@ -93,7 +93,7 @@ Blocks:
|
||||
|
||||
{% block main %}
|
||||
{% if has_filters %}
|
||||
<nav class="navbar filters"
|
||||
<nav class="navbar toolbar"
|
||||
aria-label="{% trans "list filters" %}">
|
||||
{% block filters %}{% endblock %}
|
||||
</nav>
|
||||
@ -132,8 +132,8 @@ Blocks:
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
{% include "aircox/player.html" %}
|
||||
</div>
|
||||
<div id="player">{% include "aircox/player.html" %}</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -38,7 +38,9 @@ Context:
|
||||
|
||||
<hr>
|
||||
<h4 class="title is-4">{% trans "Last publications" %}</h4>
|
||||
{% with has_headline=True %}
|
||||
{{ block.super }}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
</noscript>
|
||||
|
||||
<a-player ref="player" src="{{ audio_streams.0 }}"
|
||||
live-info-url="{% url "api-live" %}" :live-info-timeout="15"
|
||||
live-info-url="{% url "api-live" %}" :live-info-timeout="20"
|
||||
button-title="{% trans "Play or pause audio" %}">
|
||||
<template v-slot:sources>
|
||||
{% for stream in audio_streams %}
|
||||
|
Reference in New Issue
Block a user