diff --git a/README.html b/README.html
index 9e9e513..963be44 100644
--- a/README.html
+++ b/README.html
@@ -10,12 +10,12 @@ should be posted, and latest versions can be found).
- NEW in v1.71: Support for (YouTube) HLS (HTTP
Live Streaming) video with the new “-hls” option. Only
-streaming from the YouTube iOS app is currently supported:
-(streaming using the AirPlay icon in a browser window is
-not yet supported).Click on the airplay icon in the
-YouTube app to stream video. (You may need to wait until advertisements
-have finished or been skipped before clicking the YouTube airplay icon.)
-Please report any issues with this new feature of
+streaming from the YouTube iOS app (in "m3u8" protocol) is currently
+supported: (streaming using the AirPlay icon in a browser
+window is not yet supported).Click on the airplay icon
+in the YouTube app to stream video. (You may need to wait until
+advertisements have finished or been skipped before clicking the YouTube
+airplay icon.) Please report any issues with this new feature of
UxPlay. The default video player for HLS is GStreamer
playbin v3: use “-hls 2” to revert to playbin v2 if some videos fail to
play.
@@ -684,10 +684,9 @@ framebuffer video, use <videosink> =
- Tip: to start UxPlay on a remote host (such as a Raspberry Pi) using
ssh:
-
- ssh user@remote_host
- export DISPLAY=:0
- nohup uxplay [options] > FILE &
+ssh user@remote_host
+ export DISPLAY=:0
+ nohup uxplay [options] > FILE &
Sound and video will play on the remote host; “nohup” will keep
uxplay running if the ssh session is closed. Terminal output is saved to
FILE (which can be /dev/null to discard it)
diff --git a/README.md b/README.md
index 83357ee..30a91da 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
- ***NEW in v1.71**: Support for (YouTube) HLS (HTTP Live Streaming)
video with the new "-hls" option.* **Only streaming from the YouTube iOS app
- is currently supported**: (streaming using the AirPlay icon in a browser window
+ (in \"m3u8\" protocol) is currently supported**: (streaming using the AirPlay icon in a browser window
is **not** yet supported).Click on the airplay icon in the
YouTube app to stream video. (You may need to wait until
advertisements have finished or been skipped before clicking the
@@ -676,15 +676,14 @@ choice `` = `glimagesink` is sometimes useful. With the
Wayland video compositor, use `` = `waylandsink`. With
framebuffer video, use `` = `kmssink`.
-- Tip: to start UxPlay on a remote host (such as a Raspberry Pi) using
+* Tip: to start UxPlay on a remote host (such as a Raspberry Pi) using
ssh:
-```{=html}
-
```
- ssh user@remote_host
+ssh user@remote_host
export DISPLAY=:0
nohup uxplay [options] > FILE &
+```
Sound and video will play on the remote host; "nohup" will keep uxplay
running if the ssh session is closed. Terminal output is saved to FILE
diff --git a/README.txt b/README.txt
index 08316dc..2c9a3f5 100644
--- a/README.txt
+++ b/README.txt
@@ -4,14 +4,14 @@
- ***NEW in v1.71**: Support for (YouTube) HLS (HTTP Live Streaming)
video with the new "-hls" option.* **Only streaming from the YouTube
- iOS app is currently supported**: (streaming using the AirPlay icon
- in a browser window is **not** yet supported).Click on the airplay
- icon in the YouTube app to stream video. (You may need to wait until
- advertisements have finished or been skipped before clicking the
- YouTube airplay icon.) **Please report any issues with this new
- feature of UxPlay**. *The default video player for HLS is GStreamer
- playbin v3: use "-hls 2" to revert to playbin v2 if some videos fail
- to play*.
+ iOS app (in \"m3u8\" protocol) is currently supported**: (streaming
+ using the AirPlay icon in a browser window is **not** yet
+ supported).Click on the airplay icon in the YouTube app to stream
+ video. (You may need to wait until advertisements have finished or
+ been skipped before clicking the YouTube airplay icon.) **Please
+ report any issues with this new feature of UxPlay**. *The default
+ video player for HLS is GStreamer playbin v3: use "-hls 2" to revert
+ to playbin v2 if some videos fail to play*.
## Highlights:
@@ -683,9 +683,9 @@ framebuffer video, use `` = `kmssink`.
```{=html}
```
- ssh user@remote_host
- export DISPLAY=:0
- nohup uxplay [options] > FILE &
+ ssh user@remote_host
+ export DISPLAY=:0
+ nohup uxplay [options] > FILE &
Sound and video will play on the remote host; "nohup" will keep uxplay
running if the ssh session is closed. Terminal output is saved to FILE