[Bug] PlexConnect doesn't work when CSA used without port

As stated on https://support.plex.tv/hc/en-us/articles/200430283-Network below Custom server access URLs (see the green highlighted Tip!) specifying Custom Server Access URLs without a port is fine. Not so for PlexConnect.

Method A (not working):
Plex Media Server

PlexConnect

Method B (working):
Plex Media Server

PlexConnect

I wouldn’t call it a bug… it’s more like a not-supported feature?

IF !($port) { $port = 32400 }

No sure if it is that easy.

  1. that port is nowhere really fixed to 32400 - not if you look into remote PMSs.
  2. that port was at one point added to the id to make sure to pick the correct PMS, even if it located far away… and potentially has a brother in the remote subnet with the same exact public ip.

@baa said:
No sure if it is that easy.

  1. that port is nowhere really fixed to 32400 - not if you look into remote PMSs.
  2. that port was at one point added to the id to make sure to pick the correct PMS, even if it located far away… and potentially has a brother in the remote subnet with the same exact public ip.

It is easy.
If PMS is local the port is fixed to 32400 and if the server is not local and thus maybe only accessible by a different (public) port the admin has to specify it nonetheless.

Whatsoever, it’s not that important. I just don’t like incompatibilities and thus reported it :slight_smile: