From e6b611cbddcedf0769e48ecaedbc5cf9036b6521 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 9 Oct 2021 07:12:49 -0400 Subject: [PATCH] typo in 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 a3a4d9c..e32be7d 100644 --- a/README.html +++ b/README.html @@ -78,7 +78,7 @@

Improvements since the original UxPlay by antimof:

  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. -
  3. Added the -s, -o -p, -m, -r, -f, -fps -vs -va and -t options.

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

  6. If “cmake -DZOOMFIX=ON .” is run before compiling, the mirrored window is now visible to screen-sharing applications such as Zoom. To compile with ZOOMFIX=ON, the X11 development libraries must be installed. (ZOOMFIX will not be needed once the upcoming gstreamer-1.20 is available, since starting with that release, the GStreamer X11 mirror window will be natively visible for screen-sharing.) Thanks to David Ventura https://github.com/DavidVentura/UxPlay for the fix and also for getting it into gstreamer-1.20. [If uxplay was compiled after cmake was run without -DZOOMFIX=ON, and your gstreamer version is older than 1.20, you can still manually make the X11 window visible to screen-sharing apps with the X11 utility xdotool, if it is installed, with: xdotool selectwindow set_window --name <name> (where <name> is your choice of name), and then select the uxplay window by clicking on it with the mouse.]

  7. The AirPlay server now terminates correctly when the gstreamer display window is closed, and is relaunched with the same settings to wait for a new connection. The program uxplay terminates when Ctrl-C is typed in the terminal window. The -t timeout option relaunches the server after timeout seconds of inactivity to allow new connections to be made.

  8. In principle, multiple instances of uxplay can be run simultaneously using the -m (generate random MAC address) option to give each a different (“local” as opposed to “universal”) MAC address. If the -p [n] option is used, they also need separate network port choices. (However, there may be a large latency, and running two instances of uxplay simultaneously on the same computer may not be very useful; using the -fps option to force streaming framerates below 30fps could be helpful.)

  9. diff --git a/README.md b/README.md index c0fce2f..df42856 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ 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 -va and -t options. +2. Added the -s, -o -p, -m, -r, -f, -fps -vs -as and -t options. 3. If "`cmake -DZOOMFIX=ON .`" is run before compiling, the mirrored window is now visible to screen-sharing applications such as diff --git a/README.txt b/README.txt index cc7e203..ce68287 100644 --- a/README.txt +++ b/README.txt @@ -421,7 +421,7 @@ Improvements since the original UxPlay by antimof: 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 -va and -t options. +2. Added the -s, -o -p, -m, -r, -f, -fps -vs -as and -t options. 3. If "`cmake -DZOOMFIX=ON .`" is run before compiling, the mirrored window is now visible to screen-sharing applications such as Zoom.