Skip to content

Commit 58c43cb

Browse files
Rename project
1 parent de91d0a commit 58c43cb

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

README.md

+25-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
1-
# Air-Pi-Play
1+
# balena-rpiplay
22

3-
Turn a Raspberry Pi into an Airplay server to enable screen mirroring on tvs, monitors and projectors.
3+
Turn a Raspberry Pi into an Airplay server using [RPiPlay](https://github.com/FD-/RPiPlay) to enable screen mirroring on tvs, monitors and projectors.
4+
5+
This project essentially creates a docker image wrapping RPiPlay and making it easily deployable to balena fleets.
6+
7+
Note:
8+
9+
- Currently, the image does not include the gstreamer renderer
10+
- This project aims to build a very minimal image. The binary has been [dockerized](https://github.com/larsks/dockerize) and it is based on busybox. The image size is ~14 MB.
411

512

613
## Setup and Deployment
714

8-
Running this app is as simple as deploying it to a [balenaCloud](https://www.balena.io/cloud) fleet. You can do it in just one click by using the button below:
15+
1. You can simply join the [balenaHub openFleet](https://hub.balena.io/gh_rahul_thakoor/balena-rpiplay).
16+
- You don't need to signup for a balenaCloud account
17+
- Your device will keep running the latest releases
18+
- No control over configurations
19+
20+
2. If you want to manage your own device and fleet, you can run this app is as simple as deploying it to a [balenaCloud](https://www.balena.io/cloud) fleet.
21+
- You need to signup for a balenaCloud account
22+
- You manage your fleet and releases
23+
- You have total control over configurations
24+
25+
You can do it in just one click by using the button below:
26+
27+
[![balena deploy button](https://www.balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/rahul-thakoor/balena-rpiplay)
28+
929

10-
[![balena deploy button](https://www.balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/rahul-thakoor/air-pi-play)
1130

1231

1332
## Configuration
@@ -25,4 +44,5 @@ AIRPIPLAY_FLIP | `horiz` or `vert` or `both` | not set | Specify image flipping
2544

2645
## Attribution
2746

28-
This app would not be possible without [RpiPlay](https://github.com/FD-/RPiPlay).
47+
- [RpiPlay](https://github.com/FD-/RPiPlay)
48+
- [Dockerize](https://github.com/larsks/dockerize)

0 commit comments

Comments
 (0)