diff --git a/README.html b/README.html index fb09b16..6201c15 100644 --- a/README.html +++ b/README.html @@ -30,7 +30,7 @@
  • sudo apt-get install libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-plugins-bad
  • sudo apt-get install gstreamer1.0-vaapi (For hardware-accelerated Intel graphics, but not NVIDIA)
  • sudo apt-get install libx11-dev (for the “ZOOMFIX” X11_display name fix for screen-sharing with e.g., ZOOM)
  • -
  • cmake . (or “cmake -DZOOMFIX=ON .” to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing applications such as Zoom, see Improvements #3 below).
  • +
  • cmake . (or “cmake -DZOOMFIX=ON .” to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing applications such as Zoom, see Improvements #3 below).
  • make
  • sudo make install (you can afterwards uninstall with sudo make uninstall in the same directory in which this was run)
  • @@ -122,7 +122,7 @@

    1.35 2021-09-10 now uses a GLib MainLoop, and builds on macOS (tested on Intel Mac, 10.15 ). New option -t timeout for relaunching server if no connections were active in previous timeout seconds (to renew Bonjour registration).

    1.341 2021-09-04 fixed: render logger was not being destroyed by stop_server()

    1.34 2021-08-27 Fixed “ZOOMFIX”: the X11 window name fix was only being made the first time the GStreamer window was created by uxplay, and not if the server was relaunched after the GStreamer window was closed, with uxplay still running. Corrected in v. 1.34

    -

    Improvements since the original UxPlay by antimof:

    +

    Improvements

    1. Updates of the RAOP (AirPlay protocol) collection of codes maintained at https://github.com/FD-/RPiPlay.git so it is current as of 2021-08-01, adding all changes since the original release of UxPlay by antimof. This involved crypto updates, replacement of the included plist library by the system-installed version, and a change over to a library llhttp for http parsing.

    2. Added the -s, -o -p, -m, -r, -f, -fps -vs -as and -t options.

    3. diff --git a/README.md b/README.md index a49d4d6..d3cbee5 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ downloaded source code ("UxPlay-\*", "\*" = "master" or the release tag for zipf 4. `sudo apt-get install libx11-dev` (for the "ZOOMFIX" X11_display name fix for screen-sharing with e.g., ZOOM) 5. `cmake .` (or "`cmake -DZOOMFIX=ON .`" to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing applications such as -Zoom, see [Improvements](#improvements since the original uxplay by antimof) \#3 below). +Zoom, see [Improvements](#improvements) \#3 below). 6. `make` 7. `sudo make install` (you can afterwards uninstall with `sudo make uninstall` in the same directory in which this was run) @@ -489,7 +489,7 @@ not necessary for UxPlay to claim to be such an old AppleTV model. not if the server was relaunched after the GStreamer window was closed, with uxplay still running. Corrected in v. 1.34 -# Improvements since the original UxPlay by antimof: +# Improvements 1. Updates of the RAOP (AirPlay protocol) collection of codes maintained at https://github.com/FD-/RPiPlay.git so it is current as of 2021-08-01, diff --git a/README.txt b/README.txt index 369d6ff..5bcad57 100644 --- a/README.txt +++ b/README.txt @@ -132,9 +132,8 @@ downloads, "UxPlay" for "git clone" downloads), then do name fix for screen-sharing with e.g., ZOOM) 5. `cmake .` (or "`cmake -DZOOMFIX=ON .`" to get a screen-sharing fix to make X11 mirror display windows visible to screen-sharing - applications such as Zoom, see - [Improvements](#improvements%20since%20the%20original%20uxplay%20by%20antimof) - \#3 below). + applications such as Zoom, see [Improvements](#improvements) \#3 + below). 6. `make` 7. `sudo make install` (you can afterwards uninstall with `sudo make uninstall` in the same directory in which this was run) @@ -622,8 +621,8 @@ made the first time the GStreamer window was created by uxplay, and not if the server was relaunched after the GStreamer window was closed, with uxplay still running. Corrected in v. 1.34 -Improvements since the original UxPlay by antimof: -================================================== +Improvements +============ 1. Updates of the RAOP (AirPlay protocol) collection of codes maintained at https://github.com/FD-/RPiPlay.git so it is current as