diff --git a/README.html b/README.html index 896369a..864d224 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, with options to select different output “videosinks” and “audiosinks”, and fully-configurable video streaming pipeline.
  • +
  • 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).
  • 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 338baa6..c134fa6 100644 --- a/README.md +++ b/README.md @@ -16,8 +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, with options to select different output "videosinks" - and "audiosinks", and fully-configurable video streaming pipeline. + * 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). * 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 c773bd1..ce33f02 100644 --- a/README.txt +++ b/README.txt @@ -16,8 +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, with options to select different output "videosinks" - and "audiosinks", and fully-configurable video streaming pipeline. +- 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). - 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