README update

This commit is contained in:
F. Duncanh
2025-05-07 12:24:58 -04:00
parent 0f92064fbd
commit 7fc5f4d9b9
3 changed files with 22 additions and 28 deletions

View File

@@ -32,7 +32,10 @@ expertise)</em></strong></p>
using GStreamers media player “playbin3” (or playbin2, with option -hls using GStreamers media player “playbin3” (or playbin2, with option -hls
2), we dont understand how to correctly deal with “interstitials” (= 15 2), we dont understand how to correctly deal with “interstitials” (= 15
sec commercials) when “skip” is pressed on the client. (HLS is handled sec commercials) when “skip” is pressed on the client. (HLS is handled
by handlers in lib/http_handlers.h)</li> by handlers in lib/http_handlers.h). (Should response to HTTP requests
POST /action (playlistRemove) and POST /Stop be modified? <em>Wireshark
data from HLS on an AppleTV model 3 with UN-upgraded original OS
(unencrypted communications) could be useful!</em></li>
</ul></li> </ul></li>
</ul> </ul>
<h2 id="highlights">Highlights:</h2> <h2 id="highlights">Highlights:</h2>
@@ -1650,12 +1653,8 @@ an AppleTV6,2 with sourceVersion 380.20.1 (an AppleTV 4K 1st gen,
introduced 2017, running tvOS 12.2.1), so it does not seem to matter introduced 2017, running tvOS 12.2.1), so it does not seem to matter
what version UxPlay claims to be.</p> what version UxPlay claims to be.</p>
<h1 id="changelog">Changelog</h1> <h1 id="changelog">Changelog</h1>
<p>1.72 2025-05-03. Improved HLS Live Streaming (YouTube) support. Add <p>1.72 2025-05-07. Improved HLS Live Streaming (YouTube) support,
support for password (HTTP Digest Authentication, -pw option) as including “scrub”. Add requested options -md &lt;filename&gt; to output
alternative to on-screen one-time pin codes. Add requested options -md
to export audio-mode metadata text to a file for display, and -vol for
setting initial audio-streaming volume on client.</p>
<p>1.72 2024-04-22 Add requested options -md &lt;filename&gt; to output
audio metadata text to a file for possible display (complements -ca audio metadata text to a file for possible display (complements -ca
option), and -vol <v> option to set initial audio-streaming volume. Add option), and -vol <v> option to set initial audio-streaming volume. Add
support password user access control with HTTP digest Authentication support password user access control with HTTP digest Authentication

View File

@@ -22,7 +22,8 @@
* in HLS video streaming from the YouTube app (-hls option), rendered using GStreamer's media player "playbin3" (or playbin2, with option -hls 2), * in HLS video streaming from the YouTube app (-hls option), rendered using GStreamer's media player "playbin3" (or playbin2, with option -hls 2),
we don't understand how to correctly deal with "interstitials" (= 15 sec commercials) when "skip" is pressed on the client. we don't understand how to correctly deal with "interstitials" (= 15 sec commercials) when "skip" is pressed on the client.
(HLS is handled by handlers in lib/http_handlers.h) (HLS is handled by handlers in lib/http_handlers.h). (Should response to HTTP requests POST /action (playlistRemove) and POST
/Stop be modified? _Wireshark data from HLS on an AppleTV model 3 with UN-upgraded original OS (unencrypted communications) could be useful!_
## Highlights: ## Highlights:
@@ -1690,13 +1691,9 @@ introduced 2017, running tvOS 12.2.1), so it does not seem to matter
what version UxPlay claims to be. what version UxPlay claims to be.
# Changelog # Changelog
1.72 2025-05-03. Improved HLS Live Streaming (YouTube) support. 1.72 2025-05-07. Improved HLS Live Streaming (YouTube) support, including
Add support for password (HTTP Digest Authentication, -pw option) as "scrub".
alternative to on-screen one-time pin codes. Add requested options Add requested options -md \<filename\> to output audio
-md to export audio-mode metadata text to a file for display, and
-vol for setting initial audio-streaming volume on client.
1.72 2024-04-22 Add requested options -md \<filename\> to output audio
metadata text to a file for possible display (complements -ca option), metadata text to a file for possible display (complements -ca option),
and -vol <v> option to set initial audio-streaming volume. Add support and -vol <v> option to set initial audio-streaming volume. Add support
password user access control with HTTP digest Authentication (-pw [pwd]). password user access control with HTTP digest Authentication (-pw [pwd]).

View File

@@ -27,7 +27,10 @@
with option -hls 2), we don't understand how to correctly deal with option -hls 2), we don't understand how to correctly deal
with "interstitials" (= 15 sec commercials) when "skip" is with "interstitials" (= 15 sec commercials) when "skip" is
pressed on the client. (HLS is handled by handlers in pressed on the client. (HLS is handled by handlers in
lib/http_handlers.h) lib/http_handlers.h). (Should response to HTTP requests POST
/action (playlistRemove) and POST /Stop be modified? *Wireshark
data from HLS on an AppleTV model 3 with UN-upgraded original OS
(unencrypted communications) could be useful!*
## Highlights: ## Highlights:
@@ -1697,18 +1700,13 @@ what version UxPlay claims to be.
# Changelog # Changelog
1.72 2025-05-03. Improved HLS Live Streaming (YouTube) support. Add 1.72 2025-05-07. Improved HLS Live Streaming (YouTube) support,
support for password (HTTP Digest Authentication, -pw option) as including "scrub". Add requested options -md \<filename\> to output
alternative to on-screen one-time pin codes. Add requested options -md audio metadata text to a file for possible display (complements -ca
to export audio-mode metadata text to a file for display, and -vol for option), and -vol `<v>`{=html} option to set initial audio-streaming
setting initial audio-streaming volume on client. volume. Add support password user access control with HTTP digest
Authentication (-pw \[pwd\]). If no pwd is set, a random pin is
1.72 2024-04-22 Add requested options -md \<filename\> to output audio displayed for entry at each new connection.
metadata text to a file for possible display (complements -ca option),
and -vol `<v>`{=html} option to set initial audio-streaming volume. Add
support password user access control with HTTP digest Authentication
(-pw \[pwd\]). If no pwd is set, a random pin is displayed for entry at
each new connection.
1.71 2024-12-13 Add support for HTTP Live Streaming (HLS), initially 1.71 2024-12-13 Add support for HTTP Live Streaming (HLS), initially
only for YouTube movies. Fix issue with NTP timeout on Windows. only for YouTube movies. Fix issue with NTP timeout on Windows.