mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
fix to last edit of README
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<p>Stalling after “Initialize server socket(s)”, with the server showing as available on the client iPad/iPhone, is almost certainly a firewall problem: one user was unaware that <em>two</em> firewalls (ufw and firewalld) were both active on their system.</p>
|
||||
<p>Stalling this way, but <em>without</em> the server showing as available on the client, probably means that your network <strong>does not have a running Bonjour/zeroconf DNS-SD server.</strong> On Linux, make sure Avahi is installed, and start the avahi-daemon service (your distribution will document how to do this). Some systems may instead use the mdnsd daemon as an alternative to provide DNS-SD service. (FreeBSD offers both alternatives, but only Avahi was tested: one of the steps needed for getting Avahi running on this system is to edit /usr/local/etc/avahi/avahi-daemon.conf to uncomment a line for airplay support.)</p>
|
||||
<p>For other problems after a connection is made, use “uxplay -d” (debug log option) to see what is happening. <strong>Such problems are usually due to a GStreamer plugin that doesn’t work on your system</strong>: (by default, GStreamer uses an algorithm to guess what is the “best” plugin to use on your system). If you use an nVidia graphics card, make sure that the gstreamer1.0-vaapi plugin for Intel graphics is <em>NOT</em> installed (<strong>uninstall it</strong> if it is installed!). (You can test for this by explicitly choosing the GStreamer videosink with option “-vs ximagesink” or “-vs xvimagesink”, to see if this fixes the problem, or “-vs vaapisink” to see if this reproduces the problem.)</p>
|
||||
<p>There are some reports of GStreamer problems with Intel graphics. One user (on Debian) solved this with “sudo install intel-media-va-driver-non-free”. This is a driver for 8’th (or later) generation "*-lake" Intel chips, that seems to be related to VAAPI accelerated graphics.</p>
|
||||
<p>There are some reports of GStreamer problems with Intel graphics. One user (on Debian) solved this with “sudo apt install intel-media-va-driver-non-free”. This is a driver for 8’th (or later) generation "*-lake" Intel chips, that seems to be related to VAAPI accelerated graphics.</p>
|
||||
<p>You can try to fix audio problems by using the “-as <em>audiosink</em>” option to choose the GStreamer audiosink , rather than have autoaudiosink pick one for you. The command “gst_inspect-1.0 | grep Sink | grep Audio” " will show you which audiosinks are available on your system. (Replace “Audio” by “Video” to see videosinks). Some possible audiosinks are pulsesink, alsasink, osssink, oss4sink, and osxaudiosink (macOS).</p>
|
||||
<p>If you ran cmake with “-DZOOMFIX=ON”, check if the problem is still there without ZOOMFIX. ZOOMFIX is only applied to the default videosink choice (“autovideosink”) and the two X11 videosinks “ximagesink” and “xvimagesink”. ZOOMFIX is only designed for these last two; if autovideosink chooses a different videosink, ZOOMFIX is now ignored. If you are using the X11 windowing system (standard on Linux), and have trouble with screen-sharing on Zoom, use ZOOMFIX and “-vs xvimagesink” (or “-vs ximagesink” if the previous choice doesn’t work).</p>
|
||||
<p>As other videosink choices are not affected by ZOOMFIX, they may or may not be visible to screen-sharing apps. Cairo-based windows created on Linux with “-vs gtksink” are visible to screen-sharing aps without ZOOMFIX; windows on macOS created by “-vs glimagesink” (default choice) and “-vs osximagesink” are also visible.</p>
|
||||
|
||||
@@ -234,7 +234,7 @@ plugin for Intel graphics is *NOT* installed (**uninstall it** if it is installe
|
||||
reproduces the problem.)
|
||||
|
||||
There are some reports of GStreamer problems with Intel graphics. One user
|
||||
(on Debian) solved this with "sudo install intel-media-va-driver-non-free". This is a driver for 8'th (or later) generation
|
||||
(on Debian) solved this with "sudo apt install intel-media-va-driver-non-free". This is a driver for 8'th (or later) generation
|
||||
"*-lake" Intel chips, that seems to be related to VAAPI accelerated graphics.
|
||||
|
||||
You can try to fix audio problems by using the "-as _audiosink_" option to choose the GStreamer audiosink , rather than
|
||||
|
||||
@@ -297,7 +297,7 @@ or "-vs xvimagesink", to see if this fixes the problem, or "-vs
|
||||
vaapisink" to see if this reproduces the problem.)
|
||||
|
||||
There are some reports of GStreamer problems with Intel graphics. One
|
||||
user (on Debian) solved this with "sudo install
|
||||
user (on Debian) solved this with "sudo apt install
|
||||
intel-media-va-driver-non-free". This is a driver for 8'th (or later)
|
||||
generation \"\*-lake\" Intel chips, that seems to be related to VAAPI
|
||||
accelerated graphics.
|
||||
|
||||
Reference in New Issue
Block a user