To see what is or is not listening on port 5000, use this command at a Terminal window near you.
lsof -Pn | grep LISTEN
On the right you'll see TCP *:5000 (LISTEN) usually listed once for each IP version, and on the left is the name of the program that's sucking on the port, which is ControlCe if its AirPlay. If nothing is using that port, then it won't be listed.
Topic:
App & System Services
SubTopic:
Core OS
Tags: