Commit Graph

931 Commits

Author SHA1 Message Date
F. Duncanh
dfd98efbab cleanups of initial latency code. ntp and rtp times 2023-02-07 22:49:30 -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
f6a18a5a37 use rtp_clock_rate instead of rtp_sync_scale 2023-02-05 14:15:07 -05:00
F. Duncanh
cf6452b713 convert all times from micro to nano secs 2023-02-05 02:09:22 -05:00
F. Duncanh
ba1dd3ccbd revert use of TIME_MONOTONIC back to TIME_REALTIME 2023-02-03 11:45:43 -05:00
F. Duncanh
2eab11f88a README edits about macPorts build of GStreamer 2023-02-02 11:47:55 -05:00
F. Duncanh
dd704bbb25 CMake adjustments for macOS 2023-01-29 19:02:44 -05:00
F. Duncanh
a88f29207d README update 2023-01-29 18:54:11 -05:00
F. Duncanh
c9351f7adc remove unused memalign.h 2023-01-23 09:01:44 -05:00
F. Duncanh
e49ec71992 remove use of obsolete gettimeofday 2023-01-23 08:23:04 -05:00
F. Duncanh
a255c09e3c Revert default maxFPS back from 60 to 30. 2023-01-20 17:41:00 -05:00
F. Duncanh
05c5044205 minor README update 2023-01-20 15:20:36 -05:00
F. Duncanh
1de43f914f cleanup of the gstreamer audio and video PTS system 2023-01-18 16:16:45 -05:00
F. Duncanh
f0c12d363e update deprecated gstreamer syntax 2023-01-18 02:07:33 -05:00
F. Duncanh
6c837e575c README update Changelog for v1.62 2023-01-16 14:17:11 -05:00
F. Duncanh
980009056a cleanups in X11 UxPlay window detection, add fpsdisplaysink to list 2023-01-16 13:32:05 -05:00
F. Duncanh
14df246976 increase default maxFPS plist setting from 30 to 60 2023-01-16 08:55:12 -05:00
F. Duncanh
105df46772 README: add instruction for avahi service on non-systemd systems 2023-01-16 01:52:24 -05:00
F. Duncanh
bb5b70305b remove unnecessary audio buffer flush on volume change
(may cause audio artefacts)
This was first introduced in RPiPlay 2019-07-12 in commit
ad0872961f
2023-01-16 01:49:49 -05:00
F. Duncanh
1db45e2950 cleanup: use fprintf to stderr for error exits from option parser 2023-01-15 15:42:59 -05:00
F. Duncanh
a7445da3e6 cleanup: remove some printf's (replace by logger) 2023-01-15 15:24:44 -05:00
F. Duncanh
5ab880f0e8 uxplay 1.62: add audio-only mode time offset option -ao x.y 2023-01-15 11:43:43 -05:00
F. Duncanh
19e2ae46c2 some more dmap codes 2023-01-14 18:17:11 -05:00
F. Duncanh
9d97860f13 option -ad n to add delay n millisec to ALAC streams (undocumented) 2023-01-14 03:06:27 -05:00
F. Duncanh
c85bb84aed fixes in README 2023-01-13 23:37:19 -05:00
antimof
87a11867d1 Merge pull request #118 from FDH2/master
UxPlay v1.61    important documentation for Avahi setup with firewall.
2023-01-13 22:46:11 +03:00
F. Duncanh
49f72bf212 Rearrange and update README with "repology" info. 2023-01-13 14:41:59 -05:00
F. Duncanh
f094dd137e Windows: UTF-8 on console; fix 0x01 video packets with no payload 2023-01-13 09:43:53 -05:00
F. Duncanh
2e36155e41 uxplay.cpp: cleaner shutdown 2023-01-12 00:24:49 -05:00
F. Duncanh
fb3b340124 lib/CMakeLists.txt: remove -U_FORTIFY_SOURCE from Cflags 2022-12-31 13:09:03 -05:00
F. Duncanh
66f92b0659 UxPlay 1.61 remove -t option and CMakeList.txt fixes; refactor uxplay.cpp 2022-12-31 00:40:08 -05:00
F. Duncanh
da50d5efe0 uxplay.cpp remove redundant declarations 2022-12-29 19:09:44 -05:00
F. Duncanh
bceb8c28ed uxplay.cpp move dnssd items to above start_raop_server 2022-12-29 17:40:26 -05:00
F. Duncanh
0e36fef439 uxplay.cpp move main program to end of file 2022-12-29 17:30:23 -05:00
F. Duncanh
43bbff541b refactor start_raop_server to separate start_dnssd 2022-12-29 17:22:17 -05:00
F. Duncanh
acebc007f3 update README: avahi configuration 2022-12-29 16:48:06 -05:00
F. Duncanh
fa5d412e21 postpend (instead of prepend) any $CFLAGS from build environment to Cflags 2022-12-28 13:12:08 -05:00
F. Duncanh
dc22631cfd lib/CMakeLists.txt: remove debug option -g from Cflags 2022-12-28 11:08:47 -05:00
antimof
d2969afb3d Merge pull request #117 from FDH2/master
README:  add modified instructions for Fedora
2022-12-25 13:11:15 +03:00
F. Duncanh
bed37e9783 add modified instructions for Fedora 2022-12-23 12:48:33 -05:00
antimof
09dcd5c419 Merge pull request #116 from FDH2/master
uxplay 1.60: now supports fullscreen mode in X11
2022-12-19 16:11:09 +03:00
F. Duncanh
a056bb2abd README update for new behavior if DNS_SD registration fails 2022-12-17 16:49:09 -05:00
F. Duncanh
584dadb5da cosmetic change (keep lib free of UxPlay mentions in case of re-use)
make NOHOLD feature a #define item
2022-12-16 10:47:18 -05:00
F. Duncanh
a5f2ba39b2 1.60 release 2022-12-15 13:12:59 -05:00
F. Duncanh
519016ea31 added cmake message that -DZOOMFIX=ON is no longer used 2022-12-15 12:43:46 -05:00
F. Duncanh
e86e6e20d4 add code to detect unsupported AirPlay 2 "Remote Control" protocol 2022-12-14 11:53:51 -05:00
F. Duncanh
af2937e046 add error message if dnssd_register_airplay or _raop fails 2022-12-14 02:13:35 -05:00
F. Duncanh
c3106eb3f5 corrected parsing of DMAP metadata 2022-12-13 16:17:24 -05:00
F. Duncanh
1f8b11033d minor cosmetic fix 2022-12-12 17:47:15 -05:00
F. Duncanh
61d7426861 Changelog for 1.59, add initial terminal message with uxplay version 2022-12-12 15:39:45 -05:00