diff --git a/README.html b/README.html index 429cc72..9ebe47c 100644 --- a/README.html +++ b/README.html @@ -355,14 +355,14 @@ gstreamer1-plugins, gstreamer1-plugins-* (* = core, good, bad, x, gtk, gl, vulkan, pulse, v4l2, …), (+ gstreamer1-vaapi for Intel graphics).

-

Starting UxPlay

-

Finally, run uxplay in a terminal window. On some -systems, you can toggle into and out of fullscreen mode with F11 or -(held-down left Alt)+Enter keys. Use Ctrl-C (or close the window) to -terminate it when done. If the UxPlay server is not seen by the iOS -client’s drop-down “Screen Mirroring” panel, check that your DNS-SD -server (usually avahi-daemon) is running: do this in a terminal window -with systemctl status avahi-daemon. If this shows the +

Starting and running UxPlay

+

Run uxplay in a terminal window. On some systems, +you can toggle into and out of fullscreen mode with F11 or (held-down +left Alt)+Enter keys. Use Ctrl-C (or close the window) to terminate it +when done. If the UxPlay server is not seen by the iOS client’s +drop-down “Screen Mirroring” panel, check that your DNS-SD server +(usually avahi-daemon) is running: do this in a terminal window with +systemctl status avahi-daemon. If this shows the avahi-daemon is not running, control it with sudo systemctl [start,stop,enable,disable] avahi-daemon (on non-systemd systems, such as *BSD, use @@ -375,35 +375,48 @@ mDNS queries) needed by Avahi. See Troubleshooting below for help with this or other problems.

+

Provided the UxPlay host can process the video sufficently fast, the +default “sync=false” mode seems to work well at keeping video and audio +synchronized, but on lower decoding-power systems (e.g. Raspberry Pi 3 +Model B+), the -vsync option is definitely needed: this will drop video +frames that do not get decoded in time to match the audio, perhaps +making the video “jerky”, but keeping it synchronized with the +audio.

+ +

The -vsync and -async options also allow an optional positive (or +negative) audio-delay adjustment in milliseconds for +fine-tuning : -vsync 20.5 delays audio relative to video by +0.0205 secs; a negative value advances it.)

+