> For the complete documentation index, see [llms.txt](https://platform.docs.3q.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform.docs.3q.video/interface/player.md).

# Player

Der 3Q Player ist DSGVO- und WCAG 2.1/BITV 2.0 konform. Der HTML5-Player arbeitet mit den Streaming-Protokollen:

1. HLS
2. DASH
3. Progressive Download

Das Design und die Funktionalität des Player können Sie , im Kontobereich "Player-Verwaltung" und über die Player-API, an Ihre Erfordernisse anpassen. Die Zuweisung eines oder mehrerer Player zu einem Projekt oder einer Datei erfolgt jeweils im Side Sheet "*Playout und Sharing*" des Projekts oder der Datei. In diesem Side Sheet werden auch die Embed Codes und Streaming URL's ausgegeben.&#x20;

{% hint style="info" %}
Die Player-Verwaltung wird für einen Benutzer, in der Benutzerverwaltung, über die **Benutzerrolle** bzw. die **Zugriffsrechte** einer Rolle freigegeben.
{% endhint %}

*Abbildung: Beispiel 3Q Audioplayer*

<figure><img src="/files/5YBbNgGqtzIY1KchjK7Q" alt=""><figcaption></figcaption></figure>

*Abbildung: Beispiel 3Q Videoplayer*

<figure><img src="/files/iNrqi9c93yoj4uYg8rlz" alt=""><figcaption></figcaption></figure>

## Default Player <a href="#page_einen_default_player_erstellen" id="page_einen_default_player_erstellen"></a>

Dieser Player wird beim Anlegen des Kundenkontos automatisch erstellt und, bis Sie weitere Player anlegen und zuweisen, als Standart-Player für alle Projekt des Kundenkontos verwendet. Der *Default Player* kann nicht einem einzelnen Projekt zugewiesen oder gelöscht werden. Wenn Sie diesen Player duplizieren, verhält sich das Duplikat wie ein allgemeiner[ Playe](#user-content-fn-1)[^1]r, da nur ein Default-Player pro Kundenkonto angelegt sein darf.

&#x20;Für das Playoutmanagement ist Folgendes zu beachten:

1. Der ***Default Player*** wird automatisch mit dem Anlegen des Kontos erstellt. Dieser Player kann bearbeitet, aber nicht gelöscht werden.&#x20;
2. Zusätzlich zum Default Player können Sie beliebig viele weitere Player erstellen. Diese Player können allen Projekten oder einem Projekt zugeordnet werden.
3. Sie können einen **Standart-Player** für ein Projekt festlegen. Es darf pro Projekt nur jeweils einen Standart-Player geben.

[^1]: Was ist denn ein „normaler Player“? Ggf. besser: „… wie der Default Player.“


---

# 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://platform.docs.3q.video/interface/player.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.
