From 0085d4b5b3b5c8f654d66814c621e0bd9d222c74 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 29 May 2022 12:50:56 -0400 Subject: [PATCH] edit README --- README.html | 2 +- README.md | 6 +++--- README.txt | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.html b/README.html index 864d224..efa8170 100644 --- a/README.html +++ b/README.html @@ -6,7 +6,7 @@
  • Support for both AirPlay Mirror and AirPlay Audio-only (Apple Lossless ALAC) streaming protocols from current iOS/iPadOS 15.4 clients.
  • macOS computers (2011 or later, both Intel and “Apple Silicon” M1 systems) can act either as AirPlay clients, or as the server running UxPlay. Using AirPlay, UxPlay can emulate a second display for macOS clients.
  • Support for older iOS clients (such as 32-bit iPad 2nd gen. and iPhone 4S, when upgraded to iOS 9.3.5 or later), and a Windows AirPlay-client emulator, AirMyPC.
  • -
  • Uses GStreamer for audio and video rendering (with options to select different hardware-appropriate output “videosinks” and “audiosinks”, and a fully-user-configurable video streaming pipeline).
  • +
  • Uses GStreamer plugins for audio and video rendering (with options to select different hardware-appropriate output “videosinks” and “audiosinks”, and a fully-user-configurable video streaming pipeline).
  • Support for server behind a firewall.
  • New: Support for Raspberry Pi, with hardware video acceleration by Video4Linux2 (replacement for 32-bit-only OpenMAX, which is no longer supported by Raspberry Pi OS). (For GStreamer < 1.22, a patch to the GStreamer Video4Linux2 plugin, available in the UxPlay Wiki, is required, unless your distribution has made a backport of changes from the development version.) See success reports.
  • diff --git a/README.md b/README.md index c134fa6..47a9110 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Highlights: * Support for older iOS clients (such as 32-bit iPad 2nd gen. and iPhone 4S, when upgraded to iOS 9.3.5 or later), and a Windows AirPlay-client emulator, AirMyPC. - * Uses GStreamer for audio and video rendering (with options to select - different hardware-appropriate output "videosinks" and "audiosinks", - and a fully-user-configurable video streaming pipeline). + * Uses GStreamer plugins for audio and video rendering (with options + to select different hardware-appropriate output "videosinks" and + "audiosinks", and a fully-user-configurable video streaming pipeline). * Support for server behind a firewall. * **New**: Support for Raspberry Pi, with hardware video acceleration by Video4Linux2 (replacement for 32-bit-only OpenMAX, which is no longer diff --git a/README.txt b/README.txt index ce33f02..1feaa80 100644 --- a/README.txt +++ b/README.txt @@ -16,9 +16,10 @@ Highlights: - Support for older iOS clients (such as 32-bit iPad 2nd gen. and iPhone 4S, when upgraded to iOS 9.3.5 or later), and a Windows AirPlay-client emulator, AirMyPC. -- Uses GStreamer for audio and video rendering (with options to select - different hardware-appropriate output "videosinks" and "audiosinks", - and a fully-user-configurable video streaming pipeline). +- Uses GStreamer plugins for audio and video rendering (with options + to select different hardware-appropriate output "videosinks" and + "audiosinks", and a fully-user-configurable video streaming + pipeline). - Support for server behind a firewall. - **New**: Support for Raspberry Pi, with hardware video acceleration by Video4Linux2 (replacement for 32-bit-only OpenMAX, which is no