F. Duncanh
3d71c13136
README update for v1.73.5
2026-03-19 03:49:29 -04:00
F. Duncanh
47990cdbd4
prepare 1.73.4
2026-03-15 03:00:37 -04:00
F. Duncanh
d3fe24e796
README updates
2026-03-11 11:51:13 -04:00
F. Duncanh
84662c360c
README update for modularized uxplay-beacon
2026-03-09 03:01:33 -04:00
F. Duncanh
3d9a6a47b6
README update for the BleuIO version of uxplay-beacon.py
2026-03-04 08:09:28 -05:00
F. Duncanh
60d6f73a81
fix small format error in README
2026-02-12 18:53:54 -05:00
F. Duncanh
1e7a199324
format fix in README
2026-01-28 09:50:00 -05:00
F. Duncanh
c61bd273d6
add missing changelog entry for v1.72.3
2026-01-27 15:25:40 -05:00
F. Duncanh
f483365326
README updates
2026-01-25 14:37:21 -05:00
F. Duncanh
7d88da19a6
Documentation update for -mp4 feature
2026-01-22 07:52:45 -05:00
Jacob Pritchett
6039f53976
Add -artp option for audio RTP output
...
Add a new -artp command-line option that routes decoded audio to an RTP
stream instead of the local audio sink, following the existing -vrtp
pattern for video.
Usage: uxplay -artp "pt=96 ! udpsink host=127.0.0.1 port=5002"
The implementation:
- Decodes audio (AAC-ELD/ALAC) to PCM
- Converts to S16BE format required by rtpL16pay
- Preserves volume control for iOS volume adjustment
- Sends L16 RTP packets (16-bit signed big-endian, 44100Hz, stereo)
2026-01-18 00:27:25 -07:00
F. Duncanh
fd21d2ca0f
README update to mention BLE beacon in windows build section
2025-12-09 23:45:02 -05:00
F. Duncanh
94535dd7aa
README update
2025-11-11 02:18:39 -05:00
F. Duncanh
3139992e1e
preparing for v1.73 release
2025-11-10 18:15:34 -05:00
F. Duncanh
1072692172
support for YouTube app HLS video language choice. also fix #452
2025-11-10 13:48:21 -05:00
F. Duncanh
41bfb9934c
README: vaapi plugins are deprecated in favor of va plugins
2025-11-06 03:26:47 -05:00
F. Duncanh
5489305031
update README for Bluetooth LE service discovery
2025-11-03 02:19:24 -05:00
F. Duncanh
24d986a541
update README to mention new Windows Terminal app and UTF-8 support
2025-10-30 20:00:15 -04:00
F. Duncanh
c961a4394a
verify all options input is valid ascii/UTF-8
2025-10-30 13:00:51 -04:00
F. Duncanh
50e74f25d1
uxplay-beacon.py: code cleanups
2025-10-29 11:51:23 -04:00
F. Duncanh
63f62e9f74
add a python3 DBUs Bluetooth LE Service Discovery beacon controller
2025-10-28 18:59:46 -04:00
fduncanh
243efdeca4
Update README (beacon details)
2025-10-09 18:49:44 -04:00
F. Duncanh
37becd9906
update Bluetooth LE beacon support: set choice of TCP port
2025-09-27 01:56:36 -04:00
F. Duncanh
2c3fcdcf8d
add -vrtp option (requested by @tovrstra )
2025-09-26 01:57:09 -04:00
F. Duncanh
151d4a7a3e
Simplify the Blutooth LE beacon setup instructions
2025-09-21 12:17:09 -04:00
F. Duncanh
469f385502
Add support for bluetooth LE beacon service discovery
...
based on remarkable work by @connorh315 on getting this working
2025-09-20 03:25:08 -04:00
F. Duncanh
b682eea323
remove the d3d12->d3d11 workaround (d3d12 is now fixed)
2025-08-30 18:07:57 -04:00
F. Duncanh
9d28d27702
added support for DBus-based screensaver inhibition
2025-08-12 16:08:23 -04:00
F. Duncanh
2436081088
README update to document -pw changes
2025-08-06 09:40:05 -04:00
F. Duncanh
546145a963
add -ca (w/o filename) option for gstreamer rendering of coverart
2025-07-07 20:55:47 -04:00
F. Duncanh
89844fa53f
update for v1.72.2 release
2025-07-07 20:34:22 -04:00
F. Duncanh
afebae6891
1.72.1 release: README update, uxplay.spec update
2025-06-06 11:53:10 -04:00
F. Duncanh
878ccf2400
add "-nc no" to unset nc option (for macOS, where -nc is default)
2025-05-21 10:59:28 -04:00
F. Duncanh
ffa0c61d5e
add -rc option to specify startup options file
2025-05-16 17:33:48 -04:00
F. Duncanh
31309a316c
Add a user systemd script (from @deuchnord )
2025-05-14 11:07:12 -04:00
F. Duncanh
3bb34553c0
Windows: README update; use d3d11 as default videosink
2025-05-11 00:30:56 -04:00
F. Duncanh
7fc5f4d9b9
README update
2025-05-07 12:24:58 -04:00
F. Duncanh
af650362c5
getting ready for 1.72 release
2025-05-03 16:57:27 -04:00
F. Duncanh
f8ad47d9b4
clean up digest verification in pairing,c
2025-04-23 20:39:33 -04:00
F. Duncanh
be4fb423c4
add suppport for user access control by -pw password (HTML digest)
2025-04-22 17:56:53 -04:00
F. Duncanh
9d6a3e2af8
add -vol option
2025-04-22 17:06:21 -04:00
F. Duncanh
47120552c4
add -md <file> option to output audio-mode metadata text to file
2025-04-22 17:06:21 -04:00
Brian Callahan
19510c958e
Add OpenBSD support
2025-03-30 10:53:32 -04:00
F. Duncanh
890948bf3d
add -d 1 option: suppress audio-video packet data in debug output
2025-02-20 02:15:14 -05:00
F. Duncanh
7f37e19ab4
minor README update
2025-02-08 21:14:02 -05:00
F. Duncanh
14e6ba5543
detect unsupported (non-youtube) HLS
2025-02-02 18:22:34 -05:00
F. Duncanh
e60bf9caee
allow choice between playbin3 and playbin2 for HLS video
2025-02-01 14:49:17 -05:00
F. Duncanh
0c26033e59
add fullscreen option for -vs kmssink
2025-01-30 06:48:32 -05:00
F. Duncanh
bccc42e4e2
raop_rtp fixes/cleanups to remove unneeded ntp use
2025-01-28 22:02:01 -05:00
F. Duncanh
35b1e9e175
detect if client is offline using feedback instead of ntp signal
2025-01-25 09:37:40 -05:00