Change the RTMP standard port 1935 to any other.
Last updated 2 years ago
This is the default command to start the Docker container with your Restreamer on port 1935.
docker run ... -p 1935:1935 ...
This is the command with a custom RTMP port.
docker run ... -p CUSTOM_PORT:1935 ...
docker run ... -p 1200:1935 ...