321 Commits

Author SHA1 Message Date
F. Duncanh
a25f4c82cf use C++ std::getline instead of C getline (for WIN32) 2023-12-30 08:32:55 -05:00
F. Duncanh
52d134d596 rework -db option implementation; add -taper vol control option 2023-12-29 04:47:19 -05: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
471af21332 v1.68: improvements to pin-pairing 2023-12-26 14:41:50 -05:00
F. Duncanh
7406b000b1 client pin-paring register is working now 2023-12-12 08:11:34 -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
26c5779578 add option -dacp to export current client DACP info to file 2023-12-05 12:25:04 -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
F. Duncanh
6dfcb12e98 remove the -rpi* options, add -m [mac] option to set macaddress 2023-12-01 18:54:36 -05:00
F. Duncanh
58eb60ea54 make the private key persistent (store in %HOME/.uxplay.pem) 2023-11-28 22:40:07 -05:00
F. Duncanh
a60d4d8f74 uxplay.cpp refactor to split off get_homedir() 2023-11-28 11:41:16 -05:00
F. Duncanh
7dca45983d fix -pin option 2023-11-25 02:30:37 -05:00
F. Duncanh
7270dd4d52 add -pin [nnnn] with option to allow a fixed pin 2023-11-24 10:38:11 -05:00
F. Duncanh
44365fe59c add infrastructure for pair-pin-start, + changing features 2023-11-23 20:26:21 -05:00
F. Duncanh
fea2893540 uxplay.cpp: add feature to display pin code (ascii art) 2023-11-23 19:40:45 -05:00
F. Duncanh
e475a61885 use gst_macos fix for "Official" GStreamer >= 1.22 packages 2023-09-26 19:28:28 -04:00
F. Duncanh
5734921cb0 fix broken uxplay.cpp logging facility 2023-09-18 01:43:13 -04:00
F. Duncanh
5051fc3ac7 Update README for 1.66 release 2023-09-05 21:34:49 -04:00
fduncanh
e8e64b6119 Merge pull request #210 from FDH2/testing
control clients allowed to connect
2023-09-05 17:15:38 -04:00
F. Duncanh
8a053d6ad2 add option to restrict clients by clientID 2023-09-05 15:56:21 -04:00
thiccaxe
660a2dc378 pause/resume gstreamer stream when video stream stops/starts 2023-09-04 15:12:55 -07:00
F. Duncanh
fcb4789a66 code cleanup uxplay.cpp 2023-08-29 13:32:57 -04:00
F. Duncanh
66007cc4dc correct name "osximagesink" to "osxvideosink" 2023-08-26 22:23:41 -04:00
F. Duncanh
186a67c3cf fixes for various compiler warnings 2023-07-18 05:06:20 -04:00
F. Duncanh
1b2c48f2fd fix minor error in uxplay -h text 2023-06-20 16:02:01 -04: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
aab89c2f50 call audio_renderer_stop after audio connection stops (fixes #201) 2023-05-28 10:53:29 -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
67e9c0eca1 replace sprintf by snprintf (silence warning by macOS compiler) 2023-04-15 18:19:04 -04:00
F. Duncanh
7053176010 add --help -help -? synonyms for -h; hint if option is unknown 2023-02-26 13:16:32 -05:00
F. Duncanh
6d9f2a2b88 introduce -vsync, -async options 2023-02-12 19:06:29 -05:00
F. Duncanh
4580c44ed5 add remote_clock_offset to convert remote timestamps to local REALTIME 2023-02-12 10:42:58 -05:00
F. Duncanh
8502ca57f3 remove video/audio _start_time and base_time additions 2023-02-12 00:05:56 -05:00
F. Duncanh
7bc54aed53 add gst_start_time 2023-02-10 15:21:06 -05:00
F. Duncanh
28afb1fbb8 export both local and remote ntp times with audio and video frames 2023-02-10 14:05:08 -05:00
F. Duncanh
7d9ad58ad6 add pipeline base_time, start_time variables 2023-02-10 13:06:42 -05:00
F. Duncanh
1556a7e052 Add modification date, authorship notices to GPLv3 files 2023-02-09 08:14:18 -05:00
F. Duncanh
5f564556c9 add a -sync option to activate server-client sync in audio-only mode 2023-02-08 03:17:40 -05:00
F. Duncanh
ad451b4c33 remove unnecessary "audio delay" feature. 2023-02-07 23:54:23 -05:00
F. Duncanh
c8025be711 v1.63: fix audio sync with client video in Audio-only mode 2023-02-06 17:44:47 -05:00
F. Duncanh
ba1dd3ccbd revert use of TIME_MONOTONIC back to TIME_REALTIME 2023-02-03 11:45:43 -05:00
F. Duncanh
a255c09e3c Revert default maxFPS back from 60 to 30. 2023-01-20 17:41:00 -05:00
F. Duncanh
1de43f914f cleanup of the gstreamer audio and video PTS system 2023-01-18 16:16:45 -05:00