mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
edit README
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
<li><strong>Juho Vähä-Herttua</strong> and contributors: Created an AirPlay audio server called <a href="https://github.com/juhovh/shairplay">ShairPlay</a>, including support for Fairplay based on PlayFair. Most of the code in <code>lib/</code> originally stems from this project. License: GNU LGPLv2.1+</li>
|
<li><strong>Juho Vähä-Herttua</strong> and contributors: Created an AirPlay audio server called <a href="https://github.com/juhovh/shairplay">ShairPlay</a>, including support for Fairplay based on PlayFair. Most of the code in <code>lib/</code> originally stems from this project. License: GNU LGPLv2.1+</li>
|
||||||
<li><strong>dsafa22</strong>: Created an AirPlay 2 mirroring server <a href="https://github.com/dsafa22/AirplayServer">AirplayServer</a> (seems gone now), for Android based on ShairPlay. Code is preserved <a href="https://github.com/KqSMea8/AirplayServer">here</a>, and <a href="https://github.com/FDH2/UxPlay/wiki/AirPlay2">see here</a> for the description of the analysis of the AirPlay 2 mirror protocol that made RPiPlay possible, by the AirplayServer author. All code in <code>lib/</code> concerning mirroring is dsafa22’s work. License: GNU LGPLv2.1+</li>
|
<li><strong>dsafa22</strong>: Created an AirPlay 2 mirroring server <a href="https://github.com/dsafa22/AirplayServer">AirplayServer</a> (seems gone now), for Android based on ShairPlay. Code is preserved <a href="https://github.com/KqSMea8/AirplayServer">here</a>, and <a href="https://github.com/FDH2/UxPlay/wiki/AirPlay2">see here</a> for the description of the analysis of the AirPlay 2 mirror protocol that made RPiPlay possible, by the AirplayServer author. All code in <code>lib/</code> concerning mirroring is dsafa22’s work. License: GNU LGPLv2.1+</li>
|
||||||
<li><strong>Florian Draschbacher</strong> and contributors: adapted dsafa22’s Android project for the Raspberry Pi, with extensive cleanups, debugging and improvements. The project <a href="https://github.com/FD-/RPiPlay">RPiPlay</a> is basically a port of dsafa22’s code to the Raspberry Pi, utilizing OpenMAX and OpenSSL for better performance on the Pi. License GPL v3.</li>
|
<li><strong>Florian Draschbacher</strong> and contributors: adapted dsafa22’s Android project for the Raspberry Pi, with extensive cleanups, debugging and improvements. The project <a href="https://github.com/FD-/RPiPlay">RPiPlay</a> is basically a port of dsafa22’s code to the Raspberry Pi, utilizing OpenMAX and OpenSSL for better performance on the Pi. License GPL v3.</li>
|
||||||
<li><strong>Joyent, Inc and contributors</strong>: Created an http parsing library called <a href="https://github.com/nodejs/llhttp">llhttp</a>. Located at <code>lib/llhttp/</code>. License: MIT</li>
|
<li><strong>Fedor Indutny</strong> (of Node.js, and formerly Joyent, Inc) and contributors: Created an http parsing library called <a href="https://github.com/nodejs/llhttp">llhttp</a>. Located at <code>lib/llhttp/</code>. License: MIT</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="notes-on-airplay-protocol-versions-by-florian-draschbacher-rpiplay-creator">Notes on AirPlay protocol versions by Florian Draschbacher, RPiPlay creator</h2>
|
<h2 id="notes-on-airplay-protocol-versions-by-florian-draschbacher-rpiplay-creator">Notes on AirPlay protocol versions by Florian Draschbacher, RPiPlay creator</h2>
|
||||||
<p>(From the https://github.com/FD-/RPiPlay.git repository.)</p>
|
<p>(From the https://github.com/FD-/RPiPlay.git repository.)</p>
|
||||||
|
|||||||
@@ -621,7 +621,7 @@ Desktop Linux (antimof's work on code in `renderers/` was later backported to RP
|
|||||||
code in `lib/` concerning mirroring is dsafa22's work. License: GNU LGPLv2.1+
|
code in `lib/` concerning mirroring is dsafa22's work. License: GNU LGPLv2.1+
|
||||||
* **Florian Draschbacher** and contributors: adapted dsafa22's Android project for the Raspberry Pi, with extensive cleanups, debugging and improvements. The
|
* **Florian Draschbacher** and contributors: adapted dsafa22's Android project for the Raspberry Pi, with extensive cleanups, debugging and improvements. The
|
||||||
project [RPiPlay](https://github.com/FD-/RPiPlay) is basically a port of dsafa22's code to the Raspberry Pi, utilizing OpenMAX and OpenSSL for better performance on the Pi. License GPL v3.
|
project [RPiPlay](https://github.com/FD-/RPiPlay) is basically a port of dsafa22's code to the Raspberry Pi, utilizing OpenMAX and OpenSSL for better performance on the Pi. License GPL v3.
|
||||||
* **Joyent, Inc and contributors**: Created an http parsing library called [llhttp](https://github.com/nodejs/llhttp). Located at `lib/llhttp/`. License: MIT
|
* **Fedor Indutny** (of Node.js, and formerly Joyent, Inc) and contributors: Created an http parsing library called [llhttp](https://github.com/nodejs/llhttp). Located at `lib/llhttp/`. License: MIT
|
||||||
|
|
||||||
## Notes on AirPlay protocol versions by Florian Draschbacher, RPiPlay creator
|
## Notes on AirPlay protocol versions by Florian Draschbacher, RPiPlay creator
|
||||||
(From the https://github.com/FD-/RPiPlay.git repository.)
|
(From the https://github.com/FD-/RPiPlay.git repository.)
|
||||||
|
|||||||
@@ -812,8 +812,9 @@ code included in UxPlay by inheritance from RPiPlay include:
|
|||||||
is basically a port of dsafa22's code to the Raspberry Pi, utilizing
|
is basically a port of dsafa22's code to the Raspberry Pi, utilizing
|
||||||
OpenMAX and OpenSSL for better performance on the Pi. License GPL
|
OpenMAX and OpenSSL for better performance on the Pi. License GPL
|
||||||
v3.
|
v3.
|
||||||
- **Joyent, Inc and contributors**: Created an http parsing library
|
- **Fedor Indutny** (of Node.js, and formerly Joyent, Inc) and
|
||||||
called [llhttp](https://github.com/nodejs/llhttp). Located at
|
contributors: Created an http parsing library called
|
||||||
|
[llhttp](https://github.com/nodejs/llhttp). Located at
|
||||||
`lib/llhttp/`. License: MIT
|
`lib/llhttp/`. License: MIT
|
||||||
|
|
||||||
Notes on AirPlay protocol versions by Florian Draschbacher, RPiPlay creator
|
Notes on AirPlay protocol versions by Florian Draschbacher, RPiPlay creator
|
||||||
|
|||||||
Reference in New Issue
Block a user