You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-5
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,32 @@
1
-
# Air-Pi-Play
1
+
# balena-rpiplay
2
2
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.
4
11
5
12
6
13
## Setup and Deployment
7
14
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:
0 commit comments