AirPlayer is a .NET project for streaming photos, video and music to airplay devices.
AirPlayer is currently in alpha, and any help with development would be appreciated!
The project consist of a libary and a test client.
- Include the nuget package and checkout the code example.
- Nuget link https://www.nuget.org/packages/AirPlayer
- Run as Administrator to run the self hosting server
- Startup the AirPlayer client projekt
- Thats it !
My airplay device is just loading
Try turning off the firewall on the device which the application is running on
Based off of Airplay Protocol info found at: http://nto.github.com/AirPlay.html
- Apple TV 3gen
- Video streaming
- Photo streaming
- Convert VideoFiles to MP4(compatible format to stream to airplay devices)
- Support music streaming
- Improve Video support
- Support streaming to multiple airplay devices
- Write Tests
Airplay, Apple TV, iPhone, iPad and Apple are trademarks of Apple Inc., registered in the U.S. and other countries. This project is not associated or affiliated with Apple Inc in any way.
AirPlayer is licensed under The MIT License (MIT). Basically, this license grants you the right to use AirPlayer in any way you see fit. See License.md for more info.