mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
added note to README about non-apple clients
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
<p>The “OpenGL renderer” window created on Linux by “-vs glimagesink” sometimes does not close properly when its “close” button is clicked. (this is a GStreamer issue). You may need to terminate uxplay with Ctrl-C to close a “zombie” OpenGl window.</p>
|
||||
<p><strong>GStreamer issues:</strong> To troubleshoot GStreamer execute “export GST_DEBUG=2” to set the GStreamer debug-level environment-variable in the terminal where you will run uxplay, so that you see warning and error messages; (replace “2” by “4” to see much (much) more of what is happening inside GStreamer). Run “gst-inspect-1.0” to see which GStreamer plugins are installed on your system.</p>
|
||||
<p>Some extra GStreamer packages for special plugins may need to be installed (or reinstalled: a user using a Wayland display system as an alternative to X11 reported that after reinstalling Lubuntu 18.4, UxPlay would not work until gstreamer1.0-x was installed, presumably for Wayland’s X11-compatibility mode). Different distributions may break up GStreamer 1.x into packages in different ways; the packages listed above in the build instructions should bring in other required GStreamer packages as dependencies, but will not install all possible plugins.</p>
|
||||
<p><strong>Use with non-Apple clients</strong>: one user tried to use UxPlay with an <em>airmypc</em> client (a non-free commercial Windows application that can mirror a Windows screen on an Apple TV using AirPlay mirror protocol). While <em>airmypc</em> can mirror to a true AppleTV and some other AirPlay receivers, UxPlay appears to correctly pair with this client, but then fails to decrypt both the audio and video streams. Possibly an older version of the AirPlay encryption/decryption protocol not supported by UxPlay is used by this client. Without further information, there is no obvious fix.</p>
|
||||
<h1 id="usage"><strong>Usage:</strong></h1>
|
||||
<p>Options:</p>
|
||||
<p><strong>-n server_name</strong> (Default: UxPlay); server_name@_hostname_ will be the name that appears offering AirPlay services to your iPad, iPhone etc, where <em>hostname</em> is the name of the server running uxplay. This will also now be the name shown above the mirror display (X11) window.</p>
|
||||
|
||||
@@ -268,7 +268,13 @@ reported that after reinstalling Lubuntu 18.4, UxPlay would not work until gstr
|
||||
Different distributions may break up GStreamer 1.x into packages in different ways; the packages listed above in the build instructions should bring in
|
||||
other required GStreamer packages as dependencies, but will not install all possible plugins.
|
||||
|
||||
# **Usage:**
|
||||
**Use with non-Apple clients**: one user tried to use UxPlay with an *airmypc* client (a non-free commercial
|
||||
Windows application that can mirror a Windows screen on an Apple TV using AirPlay mirror protocol). While *airmypc*
|
||||
can mirror to a true AppleTV and some other AirPlay receivers, UxPlay appears to correctly pair with this client, but
|
||||
then fails to decrypt both the audio and video streams. Possibly an older version of the AirPlay encryption/decryption
|
||||
protocol not supported by UxPlay is used by this client. Without further information, there is no obvious fix.
|
||||
|
||||
# **Usage:**
|
||||
|
||||
Options:
|
||||
|
||||
|
||||
10
README.txt
10
README.txt
@@ -345,6 +345,16 @@ GStreamer 1.x into packages in different ways; the packages listed above
|
||||
in the build instructions should bring in other required GStreamer
|
||||
packages as dependencies, but will not install all possible plugins.
|
||||
|
||||
**Use with non-Apple clients**: one user tried to use UxPlay with an
|
||||
*airmypc* client (a non-free commercial Windows application that can
|
||||
mirror a Windows screen on an Apple TV using AirPlay mirror protocol).
|
||||
While *airmypc* can mirror to a true AppleTV and some other AirPlay
|
||||
receivers, UxPlay appears to correctly pair with this client, but then
|
||||
fails to decrypt both the audio and video streams. Possibly an older
|
||||
version of the AirPlay encryption/decryption protocol not supported by
|
||||
UxPlay is used by this client. Without further information, there is no
|
||||
obvious fix.
|
||||
|
||||
**Usage:**
|
||||
==========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user