Commit Graph

1150 Commits

Author SHA1 Message Date
F. Duncanh
7053176010 add --help -help -? synonyms for -h; hint if option is unknown 2023-02-26 13:16:32 -05:00
F. Duncanh
c19637ca22 README fixes 2023-02-20 23:53:20 -05:00
antimof
3b10932665 Merge pull request #122 from FDH2/master
UxPlay 1.62
2023-02-15 16:51:21 +03:00
F. Duncanh
2f85d64571 fix timestamp_to_date, etc. for nanosecond timestamps 2023-02-15 02:59:01 -05:00
F. Duncanh
28489d5658 README updated for 1.63 2023-02-13 02:32:20 -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
9fc195877d cleaned up raop_rtp.c 2023-02-11 05:02:17 -05:00
F. Duncanh
7bc54aed53 add gst_start_time 2023-02-10 15:21:06 -05:00
F. Duncanh
e2c60ae557 raop_ntp cleanup parentheses 2023-02-10 15:18:33 -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
e2357bd687 add change statement: authorship, dates to LGPL v2.1 files 2023-02-09 11:01:58 -05:00
F. Duncanh
1556a7e052 Add modification date, authorship notices to GPLv3 files 2023-02-09 08:14:18 -05:00
fduncanh
9438462517 Merge pull request #179 from FDH2/testing
Update to 1.63
2023-02-09 07:33:42 -05:00
F. Duncanh
995a4bded8 improved debug output for timings 2023-02-09 07:00:14 -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
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