diff --git a/README.html b/README.html index 8a590b5..ad03524 100644 --- a/README.html +++ b/README.html @@ -31,12 +31,13 @@ pipeline).

video acceleration using Video4Linux2 (vl42), which supports both 32- and 64-bit systems, unlike deprecated OpenMAX (omx), which is being dropped by RPi distributions in favor of v4l2. (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 branch.) See UxPlay Wiki, is +required.) See success reports.

  • New: Support for running on Microsoft Windows @@ -150,10 +151,11 @@ GPU using the GStreamer plugin for Video4Linux2 (v4l2), which replaces unmaintained 32-bit-only OpenMax 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 -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 gstreamer1.0-plugins-good-1.18.4-2+deb11u1+rpt1) has +already appeared in RPi OS (Bullseye); for it to work with uxplay 1.56 +or later, you may need to use the -bt709 option. For other +distributions without the backport, you can find patching instructions for GStreamer in the UxPlay Wiki for GStreamer @@ -304,8 +306,8 @@ video. You can also test UxPlay with software-only video decoding using option -avdec.

  • The upcoming GStreamer-1.22 release will work well, but older releases of GStreamer will not work unless patched with backports of the -improvements from GStreamer-1.22. Patches for GStreamer-1.18.4 and later -are available with instructions in the UxPlay Wiki.

  • @@ -314,30 +316,34 @@ with instructions in the UxPlay Wiki.

    <videosink> = glimagesink is sometimes useful. On a system without X11 (like R Pi OS Lite) with framebuffer video, use <videosink> = kmssink. With -the Wayland video compositor (as in recent Ubuntu for R Pi) use -<videosink> = waylandsink. For -convenience, these options are also available combined in options --rpi, -rpigl -rpifb, --rpiwl, respectively provided for X11, X11 with OpenGL, -framebuffer, and Wayland systems. You may find the simple “uxplay”, -(which lets GStreamer try to find the best video solution by itself) -provides the best results.

    +the Wayland video compositor, use <videosink> = +waylandsink. For convenience, these options are also +available combined in options -rpi, -rpigl +-rpifb, -rpiwl, respectively provided for X11, +X11 with OpenGL, framebuffer, and Wayland systems. You may find the +simple “uxplay”, (which lets GStreamer try to find the best video +solution by itself) provides the best results.

       ssh user@remote_host
        export DISPLAY=:0
        nohup uxplay [options] > FILE &
    -

    Sound and video will play on the remote host; “nohup” will keep uplay -running if the ssh session is closed.
    -Terminal output is saved to FILE (which can be /dev/null to discard -it).

    +

    Sound and video will play on the remote host; “nohup” will keep +uxplay running if the ssh session is closed. Terminal output is saved to +FILE (which can be /dev/null to discard it).

    Non-Debian-based Linux or *BSD