From 43aa590dd2f301b8b21e2cf8725736387edeecea Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 13 Mar 2022 11:34:03 -0400 Subject: [PATCH] edit README --- README.html | 2 +- README.md | 2 +- README.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 1442095..a1ac826 100644 --- a/README.html +++ b/README.html @@ -21,7 +21,7 @@

For NVIDIA graphics with the proprietary drivers, the nvdec plugin (recently renamed nvh264dec) can be used for accelerated video decoding on the NVIDIA GPU with CUDA. The nvdec plugin is part of gstreamer1.0-plugins-bad, but is generally not included in binary packages, as NVIDIA’s proprietary Video Codec SDK must be downloaded, and three header files from it must be added to the gstreamer source before the plugin can be compiled. Users must do this themselves: see these instructions, and adapt them as necessary for your GStreamer installation. This plugin should be used with the -vd nvdec (or nvh264dec) and -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 080b78a..3bff6af 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ This plugin should be used with the `-vd nvdec` (or nvh264dec) and `-vs glimages replacement v4l2 (Video4Linux2) has until recently been unusable with UxPlay, but new fixes in the GStreamer development branch have changed this. Backports (as patches) to GStreamer 1.18.4 (R Pi OS Bullseye), 1.18.5 (Ubuntu 21.10) and 1.20.0 (Manjaro) are now available [here](https://github.com/FDH2/UxPlay/issues/70), until distributions release them as updates, and work well with UxPlay, - using a new option `uxplay -rpi` (tested on R Pi model 4B). When using R Pi OS Lite (no X11), use 'uxplay -rpi -vs kmssink`. + using a new option `uxplay -rpi` (tested on R Pi model 4B). When using R Pi OS Lite (no X11), use `uxplay -rpi -vs kmssink`. ### Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues. diff --git a/README.txt b/README.txt index 1884e53..768aef2 100644 --- a/README.txt +++ b/README.txt @@ -119,7 +119,7 @@ uxplay options. [here](https://github.com/FDH2/UxPlay/issues/70), until distributions release them as updates, and work well with UxPlay, using a new option `uxplay -rpi` (tested on R Pi model 4B). When - using R Pi OS Lite (no X11), use 'uxplay -rpi -vs kmssink\`. + using R Pi OS Lite (no X11), use `uxplay -rpi -vs kmssink`. ### Note to packagers: OpenSSL-3.0.0 solves GPL v3 license issues.