From cd7422c36fb8606e73c3c3fcdee3bfa7452d4994 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 29 May 2022 13:07:00 -0400 Subject: [PATCH] edit README --- README.html | 2 +- README.md | 15 +++++++-------- README.txt | 18 +++++++++--------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/README.html b/README.html index 7077f9d..c09c82c 100644 --- a/README.html +++ b/README.html @@ -24,7 +24,7 @@

For NVIDIA graphics with the proprietary drivers, the nvh264dec plugin (included in gstreamer1.0-plugins-bad since GStreamer-1.18.0) can be used for accelerated video decoding on the NVIDIA GPU after NVIDIA’s CUDA driver libcuda.so is installed. This plugin should be used with options uxplay -vd nvh264dec -vs glimagesink. For GStreamer-1.16.3 or earlier, the plugin is called nvdec, and must be built by the user: see these instructions. This older form of the NVIDIA plugin should be used with the -vd nvdec -vs glimagesink uxplay options.

Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues.

Some Linux distributions such as Debian do not allow distribution of compiled GPL code linked to OpenSSL-1.1.1 because its “dual OpenSSL/SSLeay” license has some incompatibilities with GPL, unless all code authors have explicitly given an “exception” to allow such linking (the historical origins of UxPlay make this impossible to obtain). Other distributions treat OpenSSL as a “System Library” which the GPL allows linking to.

diff --git a/README.md b/README.md index 35aa7de..c9d8d80 100644 --- a/README.md +++ b/README.md @@ -109,15 +109,14 @@ the `-vd nvdec -vs glimagesink` uxplay options. of h264 video (by adding `-avdec` to the uxplay options) but this usually has unacceptable latency, and hardware-accelerated decoding by the Pi's built-in Broadcom GPU should be used. RPi OS (Bullseye) has - abandoned the unmaintained 32-bit-only omx (OpenMAX) driver used for this - by [RPiPlay](http://github.com/FD-/RPiPlay), in favor of v4l2 + stopped supporting the unmaintained 32-bit-only omx (OpenMAX) driver + used for this by [RPiPlay](http://github.com/FD-/RPiPlay), in favor of v4l2 (Video4Linux2). Fixes to the GStreamer v4l2 plugin that allow it to - work with UxPlay on RPi are now in the GStreamer-1.21 development - branch, and will only be available in the upcoming GStreamer-1.22 release, - but a (partial) backport (as `gstreamer1.0-plugins-good-1.18.4-2+~rpt1`) - for RPi OS (Bullseye) has already appeared in its current updates. Until - the promised full update appears, or if you are using a different - distribution, you can find + work with UxPlay on RPi are now in the GStreamer development + branch, and will be available in the upcoming GStreamer-1.22 release, + but a (partial) backport (as `gstreamer1.0-plugins-good-1.18.4-2+~rpt1`) + has already appeared in RPi OS updates. Until the promised full update + appears, or if you are using a different distribution, you can find [patching instructions for GStreamer](https://github.com/FDH2/UxPlay/wiki/Gstreamer-Video4Linux2-plugin-patches) in the [UxPlay Wiki](https://github.com/FDH2/UxPlay/wiki). Patches are available for all GStreamer releases 1.18.4 and later. diff --git a/README.txt b/README.txt index f3ebaeb..8b757c8 100644 --- a/README.txt +++ b/README.txt @@ -119,16 +119,16 @@ This older form of the NVIDIA plugin should be used with the of h264 video (by adding `-avdec` to the uxplay options) but this usually has unacceptable latency, and hardware-accelerated decoding by the Pi's built-in Broadcom GPU should be used. RPi OS (Bullseye) - has abandoned the unmaintained 32-bit-only omx (OpenMAX) driver used - for this by [RPiPlay](http://github.com/FD-/RPiPlay), in favor of - v4l2 (Video4Linux2). Fixes to the GStreamer v4l2 plugin that allow - it to work with UxPlay on RPi are now in the GStreamer-1.21 - development branch, and will only be available in the upcoming + has stopped supporting the unmaintained 32-bit-only omx (OpenMAX) + driver used for this by [RPiPlay](http://github.com/FD-/RPiPlay), in + favor of v4l2 (Video4Linux2). Fixes to the GStreamer v4l2 plugin + that allow it to work with UxPlay on RPi are now in the GStreamer + development branch, and will be available in the upcoming GStreamer-1.22 release, but a (partial) backport (as - `gstreamer1.0-plugins-good-1.18.4-2+~rpt1`) for RPi OS (Bullseye) - has already appeared in its current updates. Until the promised full - update appears, or if you are using a different distribution, you - can find [patching instructions for + `gstreamer1.0-plugins-good-1.18.4-2+~rpt1`) has already appeared in + RPi OS updates. Until the promised full update appears, or if you + are using a different distribution, you can find [patching + instructions for GStreamer](https://github.com/FDH2/UxPlay/wiki/Gstreamer-Video4Linux2-plugin-patches) in the [UxPlay Wiki](https://github.com/FDH2/UxPlay/wiki). Patches are available for all GStreamer releases 1.18.4 and later.