From 405d7e424742a4051a74d25b57295df892b21b5a Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 7 May 2022 10:54:37 -0400 Subject: [PATCH] README fix typo --- README.html | 2 +- README.md | 2 +- README.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.html b/README.html index 091a3fe..f49f9a0 100644 --- a/README.html +++ b/README.html @@ -108,7 +108,7 @@

-t timeout will cause the server to relaunch (without stopping uxplay) if no connections have been present during the previous timeout 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). This option is currently disabled in macOS, for the same reason that requires the -nc option.

-vdmp 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 videodump, use -vdmp [n] filename.

-admp 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 n restricts the number of 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. To see GStreamer debug messages, set GST_DEBUG=4; increase this to see even more of the GStreamer inner workings.

+

-d 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.

Troubleshooting

Note: uxplay is run from a terminal command line, and informational messages are written to the terminal.

0. Problems in compiling UxPlay.

diff --git a/README.md b/README.md index 190a573..b627556 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.txt b/README.txt index 53b17d8..950f1f7 100644 --- a/README.txt +++ b/README.txt @@ -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.