|
27 | 27 | with option -hls 2), we don't understand how to correctly deal |
28 | 28 | with "interstitials" (= 15 sec commercials) when "skip" is |
29 | 29 | 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!* |
31 | 34 |
|
32 | 35 | ## Highlights: |
33 | 36 |
|
@@ -1697,18 +1700,13 @@ what version UxPlay claims to be. |
1697 | 1700 |
|
1698 | 1701 | # Changelog |
1699 | 1702 |
|
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. |
1712 | 1710 |
|
1713 | 1711 | 1.71 2024-12-13 Add support for HTTP Live Streaming (HLS), initially |
1714 | 1712 | only for YouTube movies. Fix issue with NTP timeout on Windows. |
|
0 commit comments