From 0f41c98f8162dc650c11a8d740948c58e37298a4 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 4 Jun 2022 01:44:36 -0400 Subject: [PATCH] edit README --- README.html | 19 +++++++++---------- README.md | 40 +++++++++++++++++++++------------------- README.txt | 20 ++++++++++---------- 3 files changed, 40 insertions(+), 39 deletions(-) diff --git a/README.html b/README.html index cb1f18c..a449a15 100644 --- a/README.html +++ b/README.html @@ -25,9 +25,9 @@ to select different hardware-appropriate output “videosinks” and 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, @@ -37,7 +37,7 @@ href="https://github.com/FDH2/UxPlay/wiki/UxPlay-on-Raspberry-Pi:-success-report reports.
  • This project is a GPLv3 open source unix AirPlay2 Mirror server for -Linux, macOS, and *BSD. It was initially developed by antimof using code from RPiPlay, which in turn derives from here and here).

    @@ -92,7 +92,7 @@ the server. id="possibility-for-using-hardware-accelerated-h264-video-decoding-if-available.">Possibility for using hardware-accelerated h264 video-decoding, if available.

    UxPlay uses GStreamer -Plugins for rendering audio and video, This means that video and audio +“plugins” for rendering audio and video. This means that video and audio are supported “out of the box”, using a choice of plugins. AirPlay streams video in h264 format: gstreamer decoding is plugin agnostic, and uses accelerated GPU hardware h264 decoders if available; if not, @@ -100,10 +100,9 @@ software decoding is used.