StudyCast is a macOS multi-device AirPlay capture desk for research sessions, teaching labs, and product demos.
It runs one AirPlay receiver per station, shows local previews, routes monitoring audio per station, and saves MP4 recordings for each connected device.
StudyCast is an early beta. It is useful for controlled local-network sessions, but it is not production broadcast software and does not try to replace commercial AirPlay receivers.
The first binary release targets Apple Silicon Macs on macOS 26 or newer. Older macOS versions may work from source, but they are not covered by the downloadable beta.
- Run 1 to 8 AirPlay receiver stations from one macOS app.
- Preview each device stream in a responsive SwiftUI grid.
- Start and stop recording intervals while projection continues.
- Save per-station master recordings and trimmed MP4 clips.
- Select a monitoring audio output per station.
- Bundle UxPlay, GStreamer, ffmpeg, and ffprobe for release builds.
StudyCast currently offers two beta paths.
This is the most transparent path for developers and security-sensitive users. See docs/INSTALL.md.
Quick path:
brew install gstreamer ffmpeg
export UXPLAY_SOURCE_DIR=/path/to/UxPlay
export UXPLAY_PATH="$UXPLAY_SOURCE_DIR/uxplay"
xcodebuild -project StudyCast.xcodeproj -scheme StudyCast -configuration Debug -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO buildFor users who want the easiest install path today, GitHub Releases may include StudyCast-0.1.0-beta.1-arm64-unsigned.dmg.
This preview DMG is ad-hoc signed but not Apple Developer ID signed or notarized. StudyCast does not yet have a paid Apple Developer Program account, so macOS Gatekeeper will ask you to approve it manually in System Settings > Privacy & Security after the first launch attempt.
- Download
StudyCast-0.1.0-beta.1-arm64-unsigned.dmg. - Open the DMG and drag StudyCast into Applications.
- Launch StudyCast once. If macOS blocks it, open System Settings > Privacy & Security and choose Open Anyway.
- Relaunch StudyCast and allow Local Network access.
- Click Start Projection, then choose a
StudyCast-NAirPlay target from each device. - Click Start Recording and Stop Recording to mark clips.
- Click Stop Projection to finalize the MP4 files.
Unsigned preview DMGs are prepared locally with:
export RELEASE_VERSION=0.1.0-beta.1
export UXPLAY_SOURCE_DIR=/path/to/UxPlay
export UXPLAY_COMMIT=<exact-commit>
scripts/package_unsigned_preview.shFuture signed and notarized DMGs can be prepared with:
export RELEASE_VERSION=0.1.0-beta.1
export DEVELOPER_ID_APPLICATION='Developer ID Application: Your Name (TEAMID)'
export NOTARYTOOL_PROFILE=studycast-notary
export UXPLAY_SOURCE_DIR=/path/to/UxPlay
export UXPLAY_COMMIT=<exact-commit>
SIGNING_MODE=developer-id scripts/package_release.shSee docs/RELEASE.md before publishing.
See docs/TROUBLESHOOTING.md for AirPlay discovery, helper, audio, recording, signing, and Gatekeeper issues.
StudyCast is licensed under GPL-3.0-only. Release builds bundle UxPlay and other third-party runtime components; see Resources/ThirdPartyNotices and the source-offer notes before distributing binaries.
