Commit Graph

1097 Commits

Author SHA1 Message Date
F. Duncanh
1c0bd358e3 update spec file for UxPlay-1.68.3 2024-04-22 17:55:09 -04:00
F. Duncanh
c9cd2ed598 disable broken pause/resume code in GStreamer>=1.24 2024-04-22 17:37:03 -04:00
F. Duncanh
534b1811f7 cosmetic: remove IPV6 detection message (IPV6 is now tested) 2024-04-22 01:50:14 -04:00
F. Duncanh
50799326ca test for GStreamer>= 1.24, define GST_124 if found 2024-04-22 01:43:15 -04:00
F. Duncanh
0057033485 Can now specify $GSTREAMER_ROOT_DIR when building UxPlay 2024-04-21 17:19:47 -04:00
F. Duncanh
2c850d0585 modernize videoflip to use "video-direction" instead of "method" 2024-03-28 02:10:26 -04:00
F. Duncanh
196507e23e fix broken logger during early initialization stage 2024-03-28 01:14:55 -04:00
F. Duncanh
088f6be0fb enable ipv6 support 2024-03-27 19:14:14 -04:00
F. Duncanh
9a34792c52 minor README edit 2024-03-25 01:23:21 -04:00
F. Duncanh
32a3bfd110 show audio track progress with audio-mode metadata 2024-03-15 18:24:55 -04:00
F. Duncanh
b8a705312f Minor README clarification (max audio gain) 2024-03-09 11:18:26 -05:00
antimof
3de745e53b Merge pull request #155 from FDH2/master
minor README edits
2024-02-13 21:38:28 +03:00
F. Duncanh
7238c0743f README edit (minor) 2024-02-13 12:45:48 -05:00
F. Duncanh
2190125736 code cleanup (raop handlers) 2024-01-28 19:03:47 -05:00
antimof
0213a7ed46 Merge pull request #154 from FDH2/master
Minor README updates
2024-01-27 20:04:43 +03:00
F. Duncanh
233ef7698e README edits 2024-01-25 18:59:52 -05:00
fduncanh
b2136e73b0 Merge branch 'antimof:master' into master 2024-01-19 12:37:39 -05:00
F. Duncanh
b7984f848a README edits 2024-01-19 12:33:55 -05:00
antimof
a416ee5f4e Merge pull request #153 from FDH2/master
minor fixes  (v1.68.2)
2024-01-19 18:44:28 +03:00
fduncanh
9c44d2ed47 Merge branch 'antimof:master' into master 2024-01-08 14:41:41 +08:00
fduncanh
d90a3c33bf Update uxplay.spec 2024-01-08 14:20:07 +08:00
fduncanh
44c0ba7a36 uxplay.cpp default value of taper_volume should be false 2024-01-08 14:08:44 +08:00
antimof
7f58c5072e Merge pull request #152 from FDH2/master
UxPlay 1.68
2024-01-02 13:08:57 +03:00
F. Duncanh
1b718405bc cosmetic: typo in help text (uxplay.cpp) 2023-12-31 15:02:27 -05:00
F. Duncanh
682baa03c6 small cleanup of -db documentation 2023-12-31 10:38:47 -05:00
F. Duncanh
26d35dfd6a edited manpage (remove reference to .pem file in FILES section) 2023-12-31 07:10:21 -05:00
F. Duncanh
a25f4c82cf use C++ std::getline instead of C getline (for WIN32) 2023-12-30 08:32:55 -05:00
F. Duncanh
e0567bd923 update specfile 2023-12-29 05:21:53 -05:00
fduncanh
bb53239d84 Merge pull request #258 from FDH2/volume
rework -db option implementation; add -taper vol control option
2023-12-29 17:58:19 +08:00
F. Duncanh
52d134d596 rework -db option implementation; add -taper vol control option 2023-12-29 04:47:19 -05:00
fduncanh
8edadd262b Merge pull request #255 from FDH2/pin
correct volume control to match airplay spec, add a -db l:h option
2023-12-27 10:34:23 +08:00
F. Duncanh
624fd41386 correct volume control to match airplay spec, add a -db l:h option 2023-12-26 20:13:44 -05:00
F. Duncanh
48f810c344 README updates 2023-12-26 15:03:15 -05:00
fduncanh
e63be544a5 Merge pull request #254 from FDH2/pin
pin-pairing improvements
2023-12-27 03:48:28 +08:00
F. Duncanh
471af21332 v1.68: improvements to pin-pairing 2023-12-26 14:41:50 -05:00
antimof
ff17dc4230 Merge pull request #148 from FDH2/master
UxPlay 1.67, with support for pin-code pairing
2023-12-17 12:02:05 +03:00
F. Duncanh
7406b000b1 client pin-paring register is working now 2023-12-12 08:11:34 -05:00
F. Duncanh
2d29b6b6d1 use base 64 to represent public key as string 2023-12-10 10:26:56 -05:00
F. Duncanh
93b389e414 http_response.c: fix missing "Content-Length: 0" in some cases 2023-12-09 11:05:16 -05:00
F. Duncanh
c54ca74135 uxplay.cpp add missing "static" keyword to some functions 2023-12-07 17:41:34 -05:00
F. Duncanh
b1c52a65b6 provide notice that new public key has been created and stored 2023-12-07 09:08:20 -05:00
F. Duncanh
40da5d25ad uxplay.cpp check files referenced in -key etc for write access 2023-12-07 06:56:01 -05:00
F. Duncanh
ee3f67aa03 sprintf->snprintf to silence macOS compiler warnings 2023-12-06 14:00:28 -05:00
F. Duncanh
f5da0a8f63 comment out (#if 0 ... #endif) unused parts of srp library 2023-12-06 01:06:58 -05:00
F. Duncanh
b790a6fd47 README update (router issues with mDNS) 2023-12-05 21:21:39 -05:00
F. Duncanh
26c5779578 add option -dacp to export current client DACP info to file 2023-12-05 12:25:04 -05:00
F. Duncanh
597b807fea README updates 2023-12-05 11:51:37 -05:00
F. Duncanh
bfec9dc811 uxplay.cpp: improved ascii art (from FIGlet) for pin display 2023-12-04 13:51:41 -05:00
F. Duncanh
bf5e94d996 uxplay.cpp: add explanation of DNS_SD error -65548 (NameConflict) 2023-12-03 12:29:57 -05:00
F. Duncanh
6c0c3cb287 Refactor for possible client registration data storage 2023-12-03 12:28:42 -05:00