Back to the knowledge base
Technical and reachability1 min read

Listeners at work or school cannot connect

Streaming over port 80 so strict networks let you through.

Many corporate networks, schools and public wifi block every port except the standard web ports. If your stream runs on port 8000, those listeners cannot get through.

What to do about it

Also offer your stream over port 80 or via the https address on port 443. Almost every network allows those two, because otherwise the whole internet would stop working.

How to test it

  1. 1Ask someone on an office network to open your stream.
  2. 2If it fails, give them the https address of your SSL proxy.
  3. 3If that works, use that address everywhere from now on.

Always put the https address as the main link on your website. It works in most places and also prevents the mixed content block.

Which networks block what

NetworkPort 8000Ports 80 and 443
HomeUsually openOpen
OfficeOften closedOpen
SchoolUsually closedOpen
Public wifiOften closedOpen
Mobile networkUsually openOpen

In short: the https address works everywhere, the one with a port number does not. So use the https address as your main link everywhere and keep the port address for your own tests.

What to tell listeners

If someone reports the stream does not work at their office, ask them to try the https address. Nine times out of ten that solves it. If it still fails, the network is probably blocking all audio and there is nothing we can do about that.

Still stuck?

Open a ticket and describe what you see. You get an answer from someone who works on the servers, usually within a few hours.

Open a ticket