Skip to content

Commit 7fc5f4d

Browse files
committed
README update
1 parent 0f92064 commit 7fc5f4d

3 files changed

Lines changed: 22 additions & 28 deletions

File tree

README.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
using GStreamer’s media player “playbin3” (or playbin2, with option -hls
3333
2), we don’t understand how to correctly deal with “interstitials” (= 15
3434
sec commercials) when “skip” is pressed on the client. (HLS is handled
35-
by handlers in lib/http_handlers.h)</li>
35+
by handlers in lib/http_handlers.h). (Should response to HTTP requests
36+
POST /action (playlistRemove) and POST /Stop be modified? <em>Wireshark
37+
data from HLS on an AppleTV model 3 with UN-upgraded original OS
38+
(unencrypted communications) could be useful!</em></li>
3639
</ul></li>
3740
</ul>
3841
<h2 id="highlights">Highlights:</h2>
@@ -1650,12 +1653,8 @@ <h3 id="mirror-screen-freezes-a-network-problem">5. Mirror screen
16501653
introduced 2017, running tvOS 12.2.1), so it does not seem to matter
16511654
what version UxPlay claims to be.</p>
16521655
<h1 id="changelog">Changelog</h1>
1653-
<p>1.72 2025-05-03. Improved HLS Live Streaming (YouTube) support. Add
1654-
support for password (HTTP Digest Authentication, -pw option) as
1655-
alternative to on-screen one-time pin codes. Add requested options -md
1656-
to export audio-mode metadata text to a file for display, and -vol for
1657-
setting initial audio-streaming volume on client.</p>
1658-
<p>1.72 2024-04-22 Add requested options -md &lt;filename&gt; to output
1656+
<p>1.72 2025-05-07. Improved HLS Live Streaming (YouTube) support,
1657+
including “scrub”. Add requested options -md &lt;filename&gt; to output
16591658
audio metadata text to a file for possible display (complements -ca
16601659
option), and -vol <v> option to set initial audio-streaming volume. Add
16611660
support password user access control with HTTP digest Authentication

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
* in HLS video streaming from the YouTube app (-hls option), rendered using GStreamer's media player "playbin3" (or playbin2, with option -hls 2),
2424
we don't understand how to correctly deal with "interstitials" (= 15 sec commercials) when "skip" is pressed on the client.
25-
(HLS is handled by handlers in lib/http_handlers.h)
25+
(HLS is handled by handlers in lib/http_handlers.h). (Should response to HTTP requests POST /action (playlistRemove) and POST
26+
/Stop be modified? _Wireshark data from HLS on an AppleTV model 3 with UN-upgraded original OS (unencrypted communications) could be useful!_
2627

2728
## Highlights:
2829

@@ -1690,13 +1691,9 @@ introduced 2017, running tvOS 12.2.1), so it does not seem to matter
16901691
what version UxPlay claims to be.
16911692

16921693
# Changelog
1693-
1.72 2025-05-03. Improved HLS Live Streaming (YouTube) support.
1694-
Add support for password (HTTP Digest Authentication, -pw option) as
1695-
alternative to on-screen one-time pin codes. Add requested options
1696-
-md to export audio-mode metadata text to a file for display, and
1697-
-vol for setting initial audio-streaming volume on client.
1698-
1699-
1.72 2024-04-22 Add requested options -md \<filename\> to output audio
1694+
1.72 2025-05-07. Improved HLS Live Streaming (YouTube) support, including
1695+
"scrub".
1696+
Add requested options -md \<filename\> to output audio
17001697
metadata text to a file for possible display (complements -ca option),
17011698
and -vol <v> option to set initial audio-streaming volume. Add support
17021699
password user access control with HTTP digest Authentication (-pw [pwd]).

README.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
with option -hls 2), we don't understand how to correctly deal
2828
with "interstitials" (= 15 sec commercials) when "skip" is
2929
pressed on the client. (HLS is handled by handlers in
30-
lib/http_handlers.h)
30+
lib/http_handlers.h). (Should response to HTTP requests POST
31+
/action (playlistRemove) and POST /Stop be modified? *Wireshark
32+
data from HLS on an AppleTV model 3 with UN-upgraded original OS
33+
(unencrypted communications) could be useful!*
3134

3235
## Highlights:
3336

@@ -1697,18 +1700,13 @@ what version UxPlay claims to be.
16971700

16981701
# Changelog
16991702

1700-
1.72 2025-05-03. Improved HLS Live Streaming (YouTube) support. Add
1701-
support for password (HTTP Digest Authentication, -pw option) as
1702-
alternative to on-screen one-time pin codes. Add requested options -md
1703-
to export audio-mode metadata text to a file for display, and -vol for
1704-
setting initial audio-streaming volume on client.
1705-
1706-
1.72 2024-04-22 Add requested options -md \<filename\> to output audio
1707-
metadata text to a file for possible display (complements -ca option),
1708-
and -vol `<v>`{=html} option to set initial audio-streaming volume. Add
1709-
support password user access control with HTTP digest Authentication
1710-
(-pw \[pwd\]). If no pwd is set, a random pin is displayed for entry at
1711-
each new connection.
1703+
1.72 2025-05-07. Improved HLS Live Streaming (YouTube) support,
1704+
including "scrub". Add requested options -md \<filename\> to output
1705+
audio metadata text to a file for possible display (complements -ca
1706+
option), and -vol `<v>`{=html} option to set initial audio-streaming
1707+
volume. Add support password user access control with HTTP digest
1708+
Authentication (-pw \[pwd\]). If no pwd is set, a random pin is
1709+
displayed for entry at each new connection.
17121710

17131711
1.71 2024-12-13 Add support for HTTP Live Streaming (HLS), initially
17141712
only for YouTube movies. Fix issue with NTP timeout on Windows.

0 commit comments

Comments
 (0)