Wowza Community

RTMPS over different port

Hi there … I’m trying to use a different port for RTMPS with streamlock, but can’t get it to work, so I’m wondering if it’s possible

Basically, I want to stream RTMPS but over port 445.

Is that possible, or it’s mandatory to use port 443 for RTMPS?

Hi,

It doesn’t have to be 443. The default port when not specifying a port with an rtmps url is 443.

You can setup any port that’s not in use, just make sure that you specify that port in the url

every time rtmps is used.

So this will use 443:

rtmps://[wowza-ip-address]/vod

This will use 445:

rtmps://[wowza-ip-address]:445/vod

Daren