Streaming
{{ message }}
{% for mount in mounts %}
{{ _('Current running title') }}: {{ mount.Title }}
{{ _('ListenURL') }} |
{{ mount.ListenURL }} |
{{ _('Mountpoint') }} |
{{ mount.Name }} |
{{ _('StreamStart') }} |
{{ mount.StreamStart }} |
{{ _('AudioInfo') }} |
{{ mount.AudioInfo }} |
{{ _('Genre') }} |
{{ mount.Genre }} |
{{ _('ListenerCount') }} |
{{ mount.ListenerCount }} |
{{ _('ListenerPeak') }} |
{{ mount.ListenerPeak }} |
{{ _('Public') }} |
{{ mount.Public }} |
{{ _('ServerDescription') }} |
{{ mount.ServerDescription }} |
{{ _('ServerName') }} |
{{ mount.ServerName }} |
{{ _('ServerType') }} |
{{ mount.ServerType }} |
{{ _('ServerURL') }} |
{{ mount.ServerURL }} |
{{ _('SlowListeners') }} |
{{ mount.SlowListeners }} |
{{ _('SourceIP') }} |
{{ mount.SourceIP }} |
{{ _('TotalBytesRead') }} |
{{ mount.TotalBytesRead }} |
{{ _('TotalBytesSent') }} |
{{ mount.TotalBytesSent }} |
{% endfor %}