README fix typo

This commit is contained in:
fduncanh
2022-05-07 10:54:37 -04:00
parent b352842e5b
commit 405d7e4247
3 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@
<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 if the Server is not visible to new Clients that were inactive when the Server was launched, and an idle Bonjour registration eventually becomes unavailable for new connections (this is a workaround for what may be due to a problem with your DNS-SD or Avahi setup). <em>This option is currently disabled in macOS, for the same reason that requires the -nc option.</em></p>
<p><strong>-vdmp</strong> Dumps h264 video to file videodump.h264. -vdmp n dumps not more than n NAL units to videodump.x.h264; x= 1,2,… increases each time a SPS/PPS NAL unit arrives. To change the name <em>videodump</em>, use -vdmp [n] <em>filename</em>.</p>
<p><strong>-admp</strong> Dumps audio to file audiodump.x.aac (AAC-ELD format audio), audiodump.x.alac (ALAC format audio) or audiodump.x.aud (other-format audio), where x = 1,2,3… increases each time the audio format changes. -admp <em>n</em> restricts the number of packets dumped to a file to <em>n</em> or less. To change the name <em>audiodump</em>, use -admp [n] <em>filename</em>.</p>
<p><strong>-d</strong> Enable debug output. Note: this does not show GStreamer error or debug messages. To see GStreamer error error and warning messages, set the environment variable GST_DEBUG with “export GST_DEBUG=2” before running uxplay. To see GStreamer debug messages, set GST_DEBUG=4; increase this to see even more of the GStreamer inner workings.</p>
<p><strong>-d</strong> Enable debug output. Note: this does not show GStreamer error or debug messages. To see GStreamer error and warning messages, set the environment variable GST_DEBUG with “export GST_DEBUG=2” before running uxplay. To see GStreamer debug messages, set GST_DEBUG=4; increase this to see even more of the GStreamer inner workings.</p>
<h1 id="troubleshooting">Troubleshooting</h1>
<p>Note: <code>uxplay</code> is run from a terminal command line, and informational messages are written to the terminal.</p>
<h3 id="problems-in-compiling-uxplay.">0. Problems in compiling UxPlay.</h3>

View File

@@ -449,7 +449,7 @@ Also: image transforms that had been added to RPiPlay have been ported to UxPlay
packets dumped to a file to _n_ or less. To change the name _audiodump_, use -admp [n] _filename_.
**-d** Enable debug output. Note: this does not show GStreamer error or debug messages. To see GStreamer error
error and warning messages, set the environment variable GST_DEBUG with "export GST_DEBUG=2" before running uxplay.
and warning messages, set the environment variable GST_DEBUG with "export GST_DEBUG=2" before running uxplay.
To see GStreamer debug messages, set GST_DEBUG=4; increase this to see even more of the GStreamer inner workings.
# Troubleshooting

View File

@@ -577,8 +577,8 @@ audio), where x = 1,2,3... increases each time the audio format changes.
less. To change the name *audiodump*, use -admp \[n\] *filename*.
**-d** Enable debug output. Note: this does not show GStreamer error or
debug messages. To see GStreamer error error and warning messages, set
the environment variable GST\_DEBUG with "export GST\_DEBUG=2" before
debug messages. To see GStreamer error and warning messages, set the
environment variable GST\_DEBUG with "export GST\_DEBUG=2" before
running uxplay. To see GStreamer debug messages, set GST\_DEBUG=4;
increase this to see even more of the GStreamer inner workings.