MacOS – Plex Media Server for Mac with a Pansonic Viera TC-P50S30

macosNetworkplex

I have a Panasonic Viera TC-P50S30 that is connected to my home network with a wired connection. I also have a MacBook Pro that is running Mac OS 10.9.1 and Plex Media Server 0.9.8.18 and connected to the network with a wireless connection. Despite the seemingly simple setup, when I go to the DLNA Server option on my TV, I get an error message that says "DLNA server not found".

Does anyone know what steps I can take to try and troubleshoot this issue?

Best Answer

First, make sure you have the firewall turned off on the Mac.

Can your TV pick up anything else on the net?

Next, make sure that your router is broadcasting UDP packets. Some routers do not, they swallow UDP.

Now check that Plex Media Server is running right and listening for connections. At the command line:

sudo netstat | grep 'Plex'

That should give you a list of ports that it is using. They will include:

TCP 32400     (for access to the Plex Media Server)
UDP 1900      (for access to the Plex DLNA Server)
TCP/UDP 32469 (for access to the Plex DLNA Server)
UDP 5353      (for Bonjour)

So then you know that it is up and running.

Make sure both your TV and Mac are thinking they are on the same subnet and that the netmask is correct on both.