Commit Graph

1308 Commits

Author SHA1 Message Date
F. Duncanh
940d3286eb update uxplay-beacon.py (dbus) for debian-based systems 2025-11-08 10:55:44 -05:00
F. Duncanh
009eeb2d46 uxplay.cpp: exit(0) after cleanup() 2025-11-07 23:42:33 -05:00
fduncanh
0e4f921d32 Merge branch 'antimof:master' into master 2025-11-07 18:26:54 -05:00
F. Duncanh
1b7e7b66aa uxplay-beacon.py python cleanups (dbus and winrt) 2025-11-07 18:20:19 -05:00
F. Duncanh
41bfb9934c README: vaapi plugins are deprecated in favor of va plugins 2025-11-06 03:26:47 -05:00
antimof
3cee792050 Merge pull request #197 from FDH2/master
continuing development towards uxplay-1.73
2025-11-03 15:54:44 +03:00
F. Duncanh
bdd82f621d python improvements 2025-11-03 02:40:57 -05:00
F. Duncanh
5489305031 update README for Bluetooth LE service discovery 2025-11-03 02:19:24 -05:00
F. Duncanh
5df5e56ac2 add uxplay-beacon.py for windows 2025-11-03 00:46:08 -05:00
F. Duncanh
4910930c56 reworked signal handling (ctrl-c) for linux and windows 2025-11-02 17:35:08 -05:00
F. Duncanh
d92836e387 cleanups, working winrt beacon 2025-11-02 01:07:28 -04:00
F. Duncanh
671fd9a715 dbus becaon cleanup 2025-11-01 17:24:48 -04:00
F. Duncanh
f6b2c0772d windows beacon seems to be working 2025-11-01 17:22:55 -04:00
F. Duncanh
7fab9107e6 winrt beacon cleanups 2025-10-31 23:53:46 -04:00
F. Duncanh
930316ee0c begin winrt beacon development 2025-10-31 06:10:03 -04: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
F. Duncanh
6d899820fb show zone id before assertion (local_zone_id = remote_zone_id) coredump 2025-10-24 18:57:44 -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
ae52b2bd3a clean up random_mac() 2025-09-14 10:54:24 -04:00
F. Duncanh
e5d8a02952 add port information when accepting clients 2025-09-14 05:17:45 -04:00
F. Duncanh
830c7131fe cleanup plist_get_string_val items (free string) 2025-09-14 04:22:46 -04:00
F. Duncanh
fac526735c Simplify response to first GET/Info with AirPlay/RAOP qualifier 2025-09-14 03:52:47 -04:00
F. Duncanh
db8b6a96c3 terminate if video renderer fails to initialize 2025-09-03 22:34:50 -04:00
F. Duncanh
51829e585c fix typo in force-modesetting 2025-09-03 19:32:51 -04:00
fduncanh
0c1b17ff8d Merge pull request #444 from paulohardy/master
specfile packaging fix
2025-09-02 15:16:18 -04:00
F. Duncanh
e38a2bfc5b correct feedback error message (signal expected every 2 secs) 2025-09-02 12:53:54 -04:00
F. Duncanh
117febfe28 missing break in switch code (issue seen in AirMyPC debug output) 2025-09-02 11:42:33 -04:00
F. Duncanh
ae8e427fe3 stop rendering of expired coverart when there is no replacement 2025-09-02 01:31:35 -04:00
F. Duncanh
6cc0424bc6 add video_renderer_cycle (for closing expired rendered coverart) 2025-09-01 17:28:55 -04:00
F. Duncanh
6c2844deef raop_buffer.c: cleanup 2025-08-31 11:09:45 -04:00
F. Duncanh
738866a625 improve audio progress report with 1 sec updating 2025-08-31 10:51:28 -04:00
oogabooga
502582464b specfile build fix 2025-08-31 04:02:56 +03:00
F. Duncanh
784f2887e3 httpd.c: add support for Windows socket error strings 2025-08-30 18:31:59 -04:00
F. Duncanh
b682eea323 remove the d3d12->d3d11 workaround (d3d12 is now fixed) 2025-08-30 18:07:57 -04:00
F. Duncanh
8ff22f17ac httpd.c: avoid race giving socket errors when connection is closed 2025-08-30 16:21:12 -04:00
F. Duncanh
94a7733d7e handle POST audioMode RTSP request 2025-08-30 14:27:12 -04:00
F. Duncanh
5084d2f8e7 rearrange order in teardown_handler to avoid race 2025-08-30 10:20:30 -04:00
F. Duncanh
1088443c67 only build jpeg renderer if --ca (no filename) is used 2025-08-28 23:14:22 -04:00
F. Duncanh
7bab0f010b httpd.c: include socket number in error message 2025-08-26 18:12:27 -04:00
F. Duncanh
e0ee600e3e whitespace httpd.c 2025-08-25 01:53:00 -04:00
F. Duncanh
14463c04a8 code cleanup video_renderer.c 2025-08-24 17:11:52 -04:00
F. Duncanh
b3679fd630 discard payload_size=12 no-data audio packets (seen in AirMyPC) 2025-08-15 14:23:05 -04:00
F. Duncanh
1e282eeb22 test for AirMyPC without version number, 2025-08-15 03:27:00 -04:00