From fc8ae9e04e4399b6ac439dc894315c8a3867e9b2 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 4 Jun 2022 11:50:12 -0400 Subject: [PATCH] edit README --- README.html | 13 +++++++------ README.md | 7 ++++--- README.txt | 15 ++++++++------- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/README.html b/README.html index bdd4b4e..49dcb41 100644 --- a/README.html +++ b/README.html @@ -17,7 +17,7 @@ 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 +iPhone 4S, when upgraded to iOS 9.3.5 or later), plus a Windows AirPlay-client emulator, AirMyPC.
  • Uses GStreamer plugins for audio and video rendering (with options to select different hardware-appropriate output “videosinks” and @@ -25,7 +25,8 @@ to select different hardware-appropriate output “videosinks” and pipeline).
  • Support for server behind a firewall.
  • New: Support for Raspberry Pi, with hardware video -acceleration using Video4Linux2 (as a replacement for OpenMAX). (For +acceleration using Video4Linux2 (which supports both 32- and 64-bit +systems, unlike deprecated OpenMAX (omx), which it replaces). (For GStreamer < 1.22, a patch to the GStreamer Video4Linux2 plugin, available in the

    h264 video but this usually has unacceptable latency, and hardware-accelerated GPU decoding should be used. UxPlay accesses the GPU using the GStreamer plugin for Video4Linux2 (v4l2), which replaces -unmaintained 32-bit-only OpenMAX (omx) used by RPiPlay. Fixes to the -v4l2 plugin that allow it to work with UxPlay on RPi are now in the -GStreamer development branch, and will appear in the upcoming -GStreamer-1.22 release. A (partial) backport (as +unmaintained 32-bit-only OpenMby RPiPlay. Fixes to the v4l2 plugin that +allow it to work with UxPlay on RPi are now in the GStreamer development +branch, and will appear in the upcoming GStreamer-1.22 release. A +(partial) backport (as gstreamer1.0-plugins-good-1.18.4-2+~rpt1) has already appeared in RPi OS updates. Until the full update appears, or for other distributions, you can find