FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.34k stars 72 forks source link

How to implement multiple screens? #227

Closed Mangomm closed 8 months ago

Mangomm commented 8 months ago

Hello, when I have multiple ios devices, how do I screen them to my computer through UxPlay? This should be a very common need.

fduncanh commented 8 months ago

currently UxPlay can only handle one client at a time,

You could run multiple instances of uxplay, provided they have different server names and MAC addresses (use option -m)

uxplay -m -n UxPlay1

uxplay -m -n UxPlay2

etc

they will have different video windows.

audio from more than one at the same time might be an issue, though.