amitv87 / PiP

macOS Picture in Picture and AirPlay Receiver
MIT License
476 stars 25 forks source link
airplay airplay-receiver airplay-server airplaymirror always-on-top live-preview window-capture window-preview

macOS Picture in Picture

Always on top window preview similar to the popular windows only OnTopReplica

Now with AirPlay receiver support (if on macOS 12+, turn-off built-in AirPlay receiver from system preferences)

PiP demo

Code Info

Features

To do

Installation

Manual download

PiP-2.70.dmg

Download and install via Homebrew

brew install --cask amitv87-pip

Build from source and run

# checkout code
git clone https://github.com/amitv87/PiP.git
cd pip

# build using xcode
xcodebuild -alltargets
open build/Release/PiP.app

# or simply
./run.sh