FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.91k stars 355 forks source link

5 apple in 1 linux is possible? #254

Open ek3e opened 3 years ago

ek3e commented 3 years ago

Please tell me if there is any way to create 5 separate windows for broadcasting video from 5 separate apple devices on one linux device.

fduncanh commented 3 years ago

It would need 5 instances of rpiplay running, and each would need a different (random) MAC address., The code can can easily be modified to do this, (see pull request #244 by Sergi030), but I tested a similar modification (on a linux pc using gstreamer) with just two instances of RPiPlay running, and both windows showed a lot of latency and time delay, so I suspect it is not practical to run more than one instance of rpiplay on a single linux pc.