Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Colton/AeroPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AeroPlay

Swift Airplay Server for audio streaming

Features

  • Audio streaming
  • Run multiple AirPlay servers on the same hardware
  • Specify which ports to use

Dependencies

Usage

let server = AirplayServer(serverName: "Airplay Server", UID: 1, serverPortNumber: 6050, controlPortNumber: 6051, timingPortNumber: 6052) // Initialize the AirPlay server
server.start() // Start the AirPlay server

Note: If running multiple servers on the same hardware, the UID and port numbers MUST be different.

About

Swift AirPlay Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages