> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/classic-alarms/de/uberwachung-und-berichte/classic-alarms-devices-bandwidth-usage.md).

# Bandbreitennutzung von Classic-Alarms-Geräten

{% hint style="success" %}
Verkada hat das weltweite Verkaufsende (1. August 2026) und das Lebensende (1. August 2027) für Classic Alarms angekündigt. Berechtigte Kunden können bis zum 31. Januar 2027 kostenlos auf New Alarms upgraden. Besuchen Sie [Verkada.com/alarms/upgrade](https://www.verkada.com/alarms/upgrade) um loszulegen.
{% endhint %}

{% hint style="success" %}
Dieser Artikel ist ein Leitfaden für Classic Alarms. Siehe diesen [Artikel](/new-alarms/de/berichte-and-uberwachung/alarms-devices-bandwidth-usage.md) wenn Sie New Alarms haben. Siehe [New Alarms vs. Classic Alarms](/new-alarms/de/erste-schritte/new-alarms-vs-classic-alarms.md) wenn Sie sich nicht sicher sind, welche Version von Alarms Sie haben.
{% endhint %}

***

## BC51 (Alarmkonsole)

Beim Ansehen der Live-Ansicht:

* 5-Minuten-Eingangsrate 0,9 Mbit/s
* 5-Minuten-Ausgangsrate 0,3 Mbit/s

{% hint style="danger" %}
**Seit August 2023,** hat Verkada die BC51 Alarm Console durch die [BC82 Alarm Console](https://www.verkada.com/alarms/console/). Weitere Details finden Sie in der [Ankündigung zum Verkaufsende](/command/de/brauchen-sie-hilfe/end-of-sale-products-policy-overview/end-of-sale-announcement-for-bc51.md).
{% endhint %}

## BC82 (Alarmkonsole)

Beim Ansehen der Live-Ansicht:

* 5-Minuten-Eingangsrate 0,1 Mbit/s
* 5-Minuten-Ausgangsrate 1,2 Mbit/s

{% hint style="warning" %}
Die BC51 und die BC82 verwenden WebRTC für Echtzeit-Video-/Audio-Streaming. Das bedeutet, dass die Eingangs- und Ausgangsraten je nach verfügbarer Bandbreite und je nachdem, ob Sie den Livestream aktiv ansehen, höher oder niedriger sein können.
{% endhint %}

## BK21/BK11 (Alarmkonsole)

* 5-Minuten-Eingangsrate 0,1 Mbit/s
* 5-Minuten-Ausgangsrate 0,1 Mbit/s

{% hint style="warning" %}
Die BK21 und die BK11 verwenden WebRTC für Echtzeit-Audio-Streaming. Das bedeutet, dass die Eingangs- und Ausgangsraten je nach verfügbarer Bandbreite und je nachdem, ob Sie die Konsole aktiv anrufen, höher oder niedriger sein können.
{% endhint %}

## BH61 (Funk-Hub) und BP41 (Alarmpanel)

* 5-Minuten-Eingangsrate 20 kbit/s
* 5-Minuten-Ausgangsrate 20 kbit/s

{% hint style="warning" %}
Diese Zahlen können höher oder niedriger sein, je nachdem, wie viele Sensoren mit einem bestimmten Hub verbunden sind und wie viele Ereignisse diese Sensoren erzeugen.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/classic-alarms/de/uberwachung-und-berichte/classic-alarms-devices-bandwidth-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
