espes / Slave-in-the-Magic-Mirror

Open source implementation of AirPlay Mirroring. WIP.
610 stars 122 forks source link

Port 49152 already used by Mobile Time Machine on OSX #7

Closed robertoandrade closed 9 years ago

robertoandrade commented 9 years ago

I had to modify the port used by the AirTunes RTP server to be something else (i.e.: 7001).

sudo lsof | grep mtmfs.*LISTEN
mtmfs        60            root    4u     IPv4 0x998608401ff2371b        0t0                 TCP localhost:49152 (LISTEN)
mtmfs        60            root    6u     IPv4 0x998608401c28af33        0t0                 TCP localhost:49153 (LISTEN)
espes commented 9 years ago

Changed the airtunes port to be auto assigned in 5a80c28824e804c6b526b65bbb84089f3b9d5391, cheers.