# Wie kann ich den RTMP Port anpassen?

## Standardbefehl

Dies ist der Standardbefehl, um den Docker-Container mit Ihrem Restreamer auf Port 1935 zu starten.

```
docker run ... -p 1935:1935
```

## Benutzerdefiniert

Dies ist der Befehl mit einem benutzerdefinierten RTMP-Port.

```
docker run ... -p CUSTOM_PORT:1935
```

### Beispielsweise mit Port 1200

```
docker run ... -p 1200:1935
```

## Mehr Informationen <a href="#learn-more" id="learn-more"></a>

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

{% content-ref url="/pages/-MYd\_eWFK56LZQkA-iAN" %}
[Handbuch](/restreamer/de/wissensdatenbank/user-guides.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/wissensdatenbank/leitfaeden/wie-kann-ich-den-rtmp-port-anpassen.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.
