[Solved] what tcp ports does myth use now?

For discussion related to MythTV which doesn't belong in another forum.

Moderator: Forum Moderators

Post Reply
tonyguadagno
Junior
Posts: 46
Joined: Sat Oct 25, 2014 4:00 pm
United States of America

[Solved] what tcp ports does myth use now?

Post by tonyguadagno »

hi, i am googling around and i cannot find in documentation where it explains what ports are used and for what purpose. i just upgraded to 33.1 and i see myth backend uses these 4 ports:

Code: Select all

netstat -ltnp |grep :65
tcp        0      0 0.0.0.0:6543            0.0.0.0:*               LISTEN      2222/mythbackend
tcp        0      0 0.0.0.0:6554            0.0.0.0:*               LISTEN      2222/mythbackend
tcp        0      0 0.0.0.0:6549            0.0.0.0:*               LISTEN      2222/mythbackend
tcp        0      0 0.0.0.0:6544            0.0.0.0:*               LISTEN      2222/mythbackend
i know what 6544 is used for the web interface and I think 6543 is used for frontend to backend communications? but what about the others?

thanks
User avatar
dnalorernst
Developer
Posts: 105
Joined: Mon Feb 17, 2020 8:03 pm
Austria

Re: what tcp ports does myth use now?

Post by dnalorernst »

The backend uses these TCP ports:
6543 : BackendServerPort (MythProtocol)
6544 : BackendStatusPort (old http server)
6549 : SSDP Discovery (Simple Service Discovery Protocol)
6554 : BackendSSLPort i.e.: BackendStatusPort + 10
6744 : new http server, i.e.: BackendStatusPort + 200
tonyguadagno
Junior
Posts: 46
Joined: Sat Oct 25, 2014 4:00 pm
United States of America

Re: what tcp ports does myth use now?

Post by tonyguadagno »

great, thanks!
User avatar
paulh
Developer
Posts: 909
Joined: Thu Feb 06, 2014 6:09 pm
Great Britain

Re: what tcp ports does myth use now?

Post by paulh »

Here's a few more you may come across

6545 : LCDServerPort (mythlcdserver coms port)
6546 : NetworkControlPort (mythfrontend network control port)
6547 : UPnP/MythFrontend/ServicePort (??)
6548 : ZoneMinderServerPort (mythzmserver coms port)
6948 : UDPNotifyPort (UDP notify port)
Post Reply