mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
README: edit changelog
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<p><strong>-o</strong> turns on an “overscanned” option for the display window. This reduces the image resolution by using some of the pixels requested by option -s wxh (or their default values 1920x1080) by adding an empty boundary frame of unused pixels (which would be lost in a full-screen display that overscans, and is not displayed by gstreamer). Recommendation: <strong>don’t use this option</strong> unless there is some special reason to use it.</p>
|
||||
<p><strong>-p</strong> allows you to select the network ports used by UxPlay (these need to be opened if the server is behind a firewall). By itself, -p sets “legacy” ports TCP 7100, 7000, 7001, UDP 6000, 6001, 7011. -p n (e.g. -p 35000) sets TCP and UDP ports n, n+1, n+2. -p n1,n2,n3 (comma-separated values) sets each port separately; -p n1,n2 sets ports n1,n2,n2+1. -p tcp n or -p udp n sets just the TCP or UDP ports. Ports must be in the range [1024-65535].</p>
|
||||
<p>If the -p option is not used, the ports are chosen dynamically (randomly), which will not work if a firewall is running.</p>
|
||||
<p><strong>-m</strong> generates a random MAC address to use instead of the true hardware MAC number of the computer’s network card. (Different server_name, MAC addresses, and network ports are needed for each running uxplay if you attempt to run two instances of uxplay on the same computer.) If UxPlay fails to fing the true MAC address of the network card (as happens on macOS) a random MAC addresses will be used even if option <strong>-m</strong> was not specifed.</p>
|
||||
<p><strong>-m</strong> generates a random MAC address to use instead of the true hardware MAC number of the computer’s network card. (Different server_name, MAC addresses, and network ports are needed for each running uxplay if you attempt to run two instances of uxplay on the same computer.) If UxPlay fails to find the true MAC address of a network card, (more specifically, the MAC address used by the first active network interface detected) a random MAC address will be used even if option <strong>-m</strong> was not specifed. (Note that a random MAC address will be different each time UxPlay is started).</p>
|
||||
<p>Also: image transforms that had been added to RPiPlay have been ported to UxPlay:</p>
|
||||
<p><strong>-f {H|V|I}</strong> implements “videoflip” image transforms: H = horizontal flip (right-left flip, or mirror image); V = vertical flip ; I = 180 degree rotation or inversion (which is the combination of H with V).</p>
|
||||
<p><strong>-r {R|L}</strong> 90 degree Right (clockwise) or Left (counter-clockwise) rotations; these are carried out after any <strong>-f</strong> transforms.</p>
|
||||
@@ -70,6 +70,7 @@
|
||||
<p><strong>-as 0</strong> (or just <strong>-a</strong>) suppresses playing of streamed audio, but displays streamed video.</p>
|
||||
<p><strong>-t <em>timeout</em></strong> will cause the server to relaunch (without stopping uxplay) if no connections have been present during the previous <em>timeout</em> seconds. (You may wish to use this because the Server may not be visible to new Clients that were inactive when the Server was launched, and an idle Bonjour registration also eventually becomes unavailable for new connections.) The timer only starts once a Client has first made a mirror connection and then has disconnected with “Stop Mirrroring”. <em>This option should <strong>not</strong> be used if the display window is an OpenGL window on macOS, as such an OpenGL window created by GStreamer does not terminate correctly (it causes a segfault) if it is still open when the GStreamer pipeline is closed.</em></p>
|
||||
<h1 id="changelog">ChangeLog</h1>
|
||||
<p>1.42 (pending) Fix MAC detection to work with modern Linux interface naming practices, MacOS and *BSD.</p>
|
||||
<p>1.41 2021-11-11 Further cleanups of multiple audio format support (internal changes, separated RAOP and GStreamer audio/video startup)</p>
|
||||
<p>1.40 2021-11-09 Cleanup segfault in ALAC support, manpage location fix, show request Plists in debug mode.</p>
|
||||
<p>1.39 2021-11-06 Added support for Apple Lossless (ALAC) audio streams.</p>
|
||||
|
||||
@@ -281,9 +281,10 @@ which will not work if a firewall is running.
|
||||
number of the computer's network card. (Different server_name, MAC
|
||||
addresses, and network ports are needed for each running uxplay if you
|
||||
attempt to run two instances of uxplay on the same computer.)
|
||||
If UxPlay fails to fing the true MAC address of the network card (as happens on macOS)
|
||||
a random MAC addresses will be used even if option **-m** was not specifed.
|
||||
|
||||
If UxPlay fails to find the true MAC address of a network card, (more
|
||||
specifically, the MAC address used by the first active network interface detected)
|
||||
a random MAC address will be used even if option **-m** was not specifed.
|
||||
(Note that a random MAC address will be different each time UxPlay is started).
|
||||
|
||||
|
||||
Also: image transforms that had been added to RPiPlay have been ported to UxPlay:
|
||||
@@ -327,6 +328,8 @@ Also: image transforms that had been added to RPiPlay have been ported to UxPlay
|
||||
|
||||
|
||||
# ChangeLog
|
||||
1.42 (pending) Fix MAC detection to work with modern Linux interface naming practices, MacOS and *BSD.
|
||||
|
||||
1.41 2021-11-11 Further cleanups of multiple audio format support (internal changes,
|
||||
separated RAOP and GStreamer audio/video startup)
|
||||
|
||||
|
||||
11
README.txt
11
README.txt
@@ -345,9 +345,11 @@ If the -p option is not used, the ports are chosen dynamically
|
||||
hardware MAC number of the computer's network card. (Different
|
||||
server\_name, MAC addresses, and network ports are needed for each
|
||||
running uxplay if you attempt to run two instances of uxplay on the same
|
||||
computer.) If UxPlay fails to fing the true MAC address of the network
|
||||
card (as happens on macOS) a random MAC addresses will be used even if
|
||||
option **-m** was not specifed.
|
||||
computer.) If UxPlay fails to find the true MAC address of a network
|
||||
card, (more specifically, the MAC address used by the first active
|
||||
network interface detected) a random MAC address will be used even if
|
||||
option **-m** was not specifed. (Note that a random MAC address will be
|
||||
different each time UxPlay is started).
|
||||
|
||||
Also: image transforms that had been added to RPiPlay have been ported
|
||||
to UxPlay:
|
||||
@@ -398,6 +400,9 @@ still open when the GStreamer pipeline is closed.*
|
||||
ChangeLog
|
||||
=========
|
||||
|
||||
1.42 (pending) Fix MAC detection to work with modern Linux interface
|
||||
naming practices, MacOS and \*BSD.
|
||||
|
||||
1.41 2021-11-11 Further cleanups of multiple audio format support
|
||||
(internal changes, separated RAOP and GStreamer audio/video startup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user