edits to README.md

This commit is contained in:
fduncanh
2021-08-21 19:05:57 -04:00
parent a91210cbb5
commit 968fad3ffe

View File

@@ -158,15 +158,16 @@ 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 that
1.20, you can still manually make the window visible with the X11 utility
[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 window visible to screen-sharing apps with the X11 utility
xdotool, if it is installed on your system:
```
xdotool selectwindow set_window --name "name"
```
where "name" is your choice of name, and then select the uxplay window with
the mouse.
the mouse.]
4. 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.