Commit Graph

1005 Commits

Author SHA1 Message Date
F. Duncanh
daba78a931 update README for new options -restrict, etc. 2023-09-05 16:45:35 -04:00
F. Duncanh
8a053d6ad2 add option to restrict clients by clientID 2023-09-05 15:56:21 -04:00
F. Duncanh
dc52c04ed0 completely ignore timestamps when sync=false (gstreamer) 2023-09-03 23:43:30 -04:00
F. Duncanh
18a19c1557 code cleanup: remove unneeded memset 2023-09-02 14:19:22 -04:00
F. Duncanh
26fb20a066 clarify comment about client pairing and ecdh_secret 2023-09-02 13:50:37 -04:00
F. Duncanh
f1e05045c2 raop_handlers, rtp, rtp_mirror: remove dead "use_udp" code 2023-09-02 12:39:52 -04:00
F. Duncanh
70f467ed23 eliminate unneeded socket address returns from recvfrom 2023-09-02 05:20:33 -04:00
F. Duncanh
682175733c allow IPV6 clients (untested) 2023-09-02 05:02:31 -04:00
F. Duncanh
fcb4789a66 code cleanup uxplay.cpp 2023-08-29 13:32:57 -04:00
F. Duncanh
e9823f1e1c code cleanup: remove unused variable "delay" 2023-08-29 11:34:28 -04:00
F. Duncanh
66007cc4dc correct name "osximagesink" to "osxvideosink" 2023-08-26 22:23:41 -04:00
F. Duncanh
1df7a5270b informational/README updates; adjust uxplay.spec for OpenMandriva 2023-08-26 11:54:13 -04:00
F. Duncanh
467533e66b small cleanup of last change 2023-08-21 15:14:01 -04:00
F. Duncanh
6d48416c13 README edits 2023-07-28 02:14:59 -04:00
F. Duncanh
188b5a7ff1 improvements to uxplay.spec RPM spec file 2023-07-27 16:24:50 -04:00
F. Duncanh
fa7d427358 prepare 1.65.3 release 2023-07-23 07:42:34 -04:00
F. Duncanh
96af6c63bf allow uxplay to function w/o audio in avdec_aac is missing 2023-07-23 07:23:02 -04:00
F. Duncanh
292be9d7e7 uxplay 1.65.2: add advice to clear cache if plugin not found 2023-07-22 05:37:11 -04:00
F. Duncanh
732d78813b add RPM spec file, document it in README; 1.65.1 release 2023-07-22 02:55:11 -04:00
F. Duncanh
b85afa44e6 provide graceful exit if avdec_aac is absent 2023-07-21 18:48:43 -04:00
F. Duncanh
186a67c3cf fixes for various compiler warnings 2023-07-18 05:06:20 -04:00
F. Duncanh
51379779af llhttp: minor update to v8.1.1 2023-07-03 17:53:22 -04:00
F. Duncanh
1b2c48f2fd fix minor error in uxplay -h text 2023-06-20 16:02:01 -04:00
F. Duncanh
d6f0d0227e README update about R Pi OS Legacy (Buster) 2023-06-16 13:08:43 -04:00
F. Duncanh
c50a3bcf21 cosmetic fixes to debug output 2023-06-14 12:11:49 -04:00
antimof
0ba7034ac8 Merge pull request #136 from FDH2/master
README updates
2023-06-13 21:33:35 +03:00
F. Duncanh
4b90ab2314 replace a libplist-2.1.0 function, restore Debian 10 compatibility 2023-06-12 02:38:15 -04:00
F. Duncanh
2d61fc252b README update 2023-06-10 09:30:21 -04:00
F. Duncanh
5c4b3a67fc WIN32 use default location if BONJOUR_SDK_HOME not set 2023-06-06 16:09:27 -04:00
F. Duncanh
271bd30e52 README updates 2023-06-06 15:39:15 -04:00
F. Duncanh
e9e74ab446 README updates 2023-06-05 06:10:39 -04:00
antimof
129a5e401f Merge pull request #135 from FDH2/master
minor README update (building libplist from source)
2023-06-03 22:34:46 +03:00
F. Duncanh
40e0a50d20 corrected parsing of configuration file for quoted option items 2023-06-02 11:52:17 -04:00
F. Duncanh
640532efe2 Preparing for v1.65 release; cleanup after changes 2023-05-31 11:12:32 -04:00
F. Duncanh
fa5d1d8114 Disable "SupportsLegacyPairing" to allow fast connections (thanks @shuax) 2023-05-31 04:59:14 -04:00
F. Duncanh
a800fe213e fix unsafe strcmp (AirMyPC segfault) + timing fix for AirMyPC client 2023-05-31 03:41:53 -04:00
F. Duncanh
d38f8690c2 protocol modifications allowing "supports legacy pairing" to be disabled 2023-05-30 07:46:15 -04:00
F. Duncanh
aab89c2f50 call audio_renderer_stop after audio connection stops (fixes #201) 2023-05-28 10:53:29 -04:00
F. Duncanh
e2ad714028 mac /Homebrew cleanup of PKG_CONFIG_PATH 2023-05-25 11:24:16 -04:00
F. Duncanh
c8adf198f9 README update (building libplist from source) 2023-05-23 14:22:56 -04:00
antimof
cce1666c06 Merge pull request #133 from FDH2/master
Update to UxPlay1.64
2023-05-06 21:16:12 +03:00
F. Duncanh
8100007524 fix README typos, macOS updates 2023-05-03 11:21:25 -04:00
F. Duncanh
67d61c2fc9 UxPlay 1.64: -h, manpage and README updates 2023-04-24 02:45:57 -04:00
F. Duncanh
16e5b4ae06 add ability to use a configuration file uxplayrc 2023-04-23 14:04:15 -04:00
F. Duncanh
96333754be clean up SPS/PPS prepend code (for IDR frames) + cosmetic cleanups 2023-04-22 10:55:36 -04:00
F. Duncanh
8c62dcd24c update README about -vsync, -async options 2023-04-20 10:49:37 -04:00
F. Duncanh
6e11e749cc raop_ntp.c, utils.c : fixes #192 2023-04-19 14:10:28 -04:00
fduncanh
803217ce7d Merge pull request #193 from FDH2/testing
only call utils_data_to_string in -d debug mode
2023-04-18 03:45:53 -04:00
F. Duncanh
3dfdf42fad only call utils_data_to_string in -d debug mode 2023-04-18 02:25:57 -04:00
F. Duncanh
653158eabb fix errors in recent sprintf->snprintf "fix" 2023-04-17 18:56:38 -04:00