arrow-left
All pages
gitbookPowered by GitBook
1 of 1

Loading...

How to change the RTMP port

Change the RTMP standard port 1935 to any other.

hashtag
Default command

This is the default command to start the Docker container with your Restreamer on port 1935.

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

hashtag
Custom command

This is the command with a custom RTMP port.

hashtag
For example with Port 1200

hashtag
Learn more

docker run ... -p CUSTOM_PORT:1935 ... 
💾Installingchevron-right
Manualchevron-right
docker run ... -p 1200:1935 ...