# Sofort loslegen

{% embed url="<https://youtu.be/L9pCEPDEgrw>" %}
**YouTube Video:** Schnellstart-Anleitung der Installation für Experten.
{% endembed %}

## 1. Installieren und Starten

Der Dockercontainer wird geladen und mit den Standardbenutzerdaten gestartet.  Die Standardports für HTTP sind 80 und für HTTPS 443.&#x20;

```
docker run -d --restart=always --name restreamer \
-v /opt/restreamer/config:/core/config \
-v /opt/restreamer/data:/core/data \
-p 8080:8080 -p 8181:8181 \
-p 1935:1935 -p 1936:1936 \
-p 6000:6000/udp \
datarhei/restreamer:latest
```

{% hint style="success" %}
**Standardports** HTTP: 80 ; HTTPS: 443
{% endhint %}

{% hint style="warning" %}
Die öffentlichen Ports müssen mit einem **Portforwarding** (80>8080, 443>8181) durchgeleitet werden.&#x20;
{% endhint %}

{% hint style="danger" %}
Nutzen Sie ein sicheres und einmaliges Passwort.
{% endhint %}

## 2. Videostream anlegen

Der Konfigurator hilft dabei, die Videoquelle zu aktivieren.

{% embed url="<https://youtu.be/L1USOOsBoWY>" %}
**YouTube Video:** Schnellstart-Anleitung für den Assistenten.
{% endembed %}

### Audio&#x20;

<mark style="background-color:green;">Optional</mark> ist die Nutzung von Ton über den Konfigurator möglich.&#x20;

{% hint style="info" %}
Die Formate AAC und Mp3 werden unterstützt.&#x20;
{% endhint %}

## 4. Videoplayer auf der Webseite integrieren

{% hint style="info" %}
Damit das Publikum den Live-Stream sehen kann müssen die Ports geforwarded werden.
{% endhint %}

{% embed url="<https://youtu.be/ww0ech9Nl3s>" %}
**YouTube Video:** Schnellstart-Anleitung für den Livestream auf die Webseite.
{% endembed %}

## 5. <mark style="background-color:green;">Optional</mark>: Videoplayer anpassen

Der Videoplayer ist sofort nutzbar. Es ist sehr leicht, die Farbe, das Logo und den Link anzupassen. &#x20;

## 6. <mark style="background-color:green;">Optional</mark>: Videopage anpassen&#x20;

Die Videopage ist sofort aktiv und wird über localhost bereitgestellt.

## 7. <mark style="background-color:green;">Optional</mark>: Publication Service wählen

Sobald der datarhei Restreamer „on air“ ist, sind viele tolle Dinge möglich. Starten Sie doch einen Publikation-Service mit einer Live-Sendung auf YouTube.

{% embed url="<https://youtu.be/dwywuaIQPRg>" %}
**YouTube Video:** Schnellstart-Anleitung für einen Publication Service mit YouTube
{% endembed %}

{% hint style="info" %}
🧙**Tipp:** Sie können beliebig viele Services anlegen, starten und laufen lassen.
{% endhint %}

## Mehr Informationen

{% content-ref url="/pages/-MXb\_BFQq0tV8S0Onai7" %}
[Installation](/restreamer/de/installation/minimum-requirements-for-using-datarhei-restreamer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXb\_m72sKwXpgM5udfT" %}
[Wissensdatenbank](/restreamer/de/wissensdatenbank/user-guides.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXbaD8XJhAgA\_76Yl\_X" %}
[Developer](/restreamer/de/developer/api-and-developer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXbavufS1gwSzyDPNok" %}
[Premium Support](/restreamer/de/premium-support-1/support-package-bronze.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.datarhei.com/restreamer/de/einstieg/sofort-loslegen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
