Senin, 03 Mei 2021

Mirroring iPad/iPhone screen on Linux

 

Installing packages needed

Type the following commands on the Terminal:

sudo apt-get install cmake
sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav
sudo apt-get install gstreamer1.0-vaapi (For Intel graphics - this is not part of the command, ok?)

Installing UxPlay on Linux

  1. Download UxPlay zip file (if the link doesn’t work you can clone the git repository visiting https://github.com/antimof/UxPlay)
  2. Extract the files
  3. In the Terminal enter the UxPlay’s directory created after the extraction of the Zip file (it should be UxPlay-master)
  4. Type the commands below
mkdir build
cd build
cmake ..
make

Using the UxPlay

Before you try to mirror be sure of two things:

  1. All your devices are accessing the same network
  2. Your iPad/iPhone is connected to 5Ghz WiFi connection

If everything went fine up to this point do:
On your computer. in the build directory type in the Terminal

./uxplay

On your iPad/iPhone: go to the control center -> Screen Mirroring -> UxPlay