Commit Graph

42 Commits

Author SHA1 Message Date
fduncanh
d30c371367 lib/llhttp: bump to 6.0.4 (tracking RPiPlay)
cleanup recent committed pull request
bump version to 2.33
2021-08-25 06:02:42 -04:00
Sergey Sofeychuk
17dfed27ee Server now restarts on losing all connections 2021-08-24 18:17:29 +03:00
fduncanh
6570929c77 fix typo in -h text 2021-08-22 01:11:53 -04:00
fduncanh
20bcb8b619 small fix to port registered for airplay 2021-08-21 18:23:10 -04:00
fduncanh
30f32bd793 improved the port selection option, added ability to choose videosink 2021-08-21 16:33:31 -04:00
fduncanh
9beba1c044 cleanup option_has_value duplicate 2021-08-13 16:31:45 -04:00
fduncanh
8101493f30 reworked get_display_settings, to avoid changing argv[] 2021-08-13 13:00:49 -04:00
fduncanh
e512f921e5 another small fix to get_display_settings (restrict height to 4 digits) 2021-08-12 13:55:22 -04:00
fduncanh
c50b384e93 remove restriction that max_fps <= display_rate
these are advisory only to the client.   display_rate seems to ignored,
max_fps is acted on.
2021-08-12 12:37:54 -04:00
fduncanh
6014548306 cleanups to the last commit; ensure max_fps and refresh_rate fit into 1 byte
(values < 256)
2021-08-10 00:54:56 -04:00
fduncanh
cdcfb88510 fixed incorrect framerate and missing maxfps plist settings in raop_handler.h
and added  option to set these in the API through raop_set_display
(renamed from raop_set_display_size)..   Updated uxplay.cpp to include these
new options.   Moved version slightly to UxPlay-1.31

tested: confirmed to work using gstreamer videosink "fpsdisplaysink" to
explicitly show reduction of streaming fps when set below 30 fps.
2021-08-09 18:37:58 -04:00
fduncanh
00865c9023 safer fix for avahi_compat startup warning 2021-08-07 04:29:41 -04:00
fduncanh
b06f6a1244 remove default display values from uxplay.cpp (use those set in raop.c) 2021-08-06 14:55:28 -04:00
fduncanh
29f7ff3201 relaunch server when display window is closed 2021-08-05 19:47:32 -04:00
fduncanh
5a9d101f16 fix bug in network port input 2021-08-05 12:15:31 -04:00
fduncanh
76f870f824 fix so ctrl-C still works, and split flip and 90deg rotations 2021-08-05 00:08:37 -04:00
fduncanh
8e6a9ca795 listen to the gstreamer bus for errors, then terminate correctly 2021-08-04 18:36:20 -04:00
fduncanh
7a60e958b2 revert setting stop_server() as static, it should eventually be
used non statically  if the gstreamer  display window is closed.
2021-08-04 04:09:15 -04:00
fduncanh
23db8faae7 add static descriptor to functions in uxplay.cpp 2021-08-04 01:28:11 -04:00
fduncanh
c04eebc599 cosmetic change "display size" to "display resolution" in -h text 2021-08-04 00:45:10 -04:00
fduncanh
2be2a45878 clear std:string mac_address after use is finished, as it remains in scope 2021-08-03 23:56:48 -04:00
fduncanh
a3ebb64d0c minor change to random_mac() 2021-08-03 23:24:55 -04:00
fduncanh
d30bc46e00 cleaner implementation of random_mac{} 2021-08-03 23:19:46 -04:00
fduncanh
dc7dfc81d0 cleare version of get_videoflip 2021-08-03 21:26:29 -04:00
fduncanh
9f47a9f5c3 add comment 2021-08-03 19:24:13 -04:00
fduncanh
af83e7d82e add comment 2021-08-03 19:21:56 -04:00
fduncanh
792d2ec5dd whitespace 2021-08-03 19:14:46 -04:00
fduncanh
b797bb6610 cleaner get_lowest_port() 2021-08-03 19:11:07 -04:00
fduncanh
97ed219330 whitespace cleanups 2021-08-03 18:54:29 -04:00
fduncanh
f08fccf725 whitespace cleanups 2021-08-03 18:50:11 -04:00
fduncanh
18153f029f cleaner get_display_size(), + whitespace fixes 2021-08-03 18:37:15 -04:00
fduncanh
8009ed533d cosmetic cleanups 2021-08-03 05:08:11 -04:00
fduncanh
f0070c065d add the -f videoflip option, modeled on flip and rotate in RPiPlay 2021-08-02 18:42:22 -04:00
fduncanh
8829e458d7 clean up -s (display size) code 2021-08-02 04:01:07 -04:00
fduncanh
622398d901 added -r option for generating a random hardware (MAC) address:
(this allows multiple copies of uxplay to run)
2021-08-02 02:16:54 -04:00
fduncanh
44e2221107 Add option -p [n] for setting network ports (use behind a firewall) (part 2) 2021-08-02 00:36:38 -04:00
fduncanh
4c6c58d192 Add option -p [n] for setting network ports (use behind a firewall) 2021-08-01 23:25:04 -04:00
fduncanh
5aa5420a5e add the option to choose the display size -s wxh 2021-08-01 19:02:18 -04:00
fduncanh
f70e47c5c3 silence avah_compat nag with AVAHI_COMPAT_NOWARN=1
uses putenv; conditional compilation set in CMakelists.txt
2021-08-01 17:11:43 -04:00
fduncanh
58e0a15f93 remove rpi features not valid for gstreamer, set application name
to server name, so this name appears in gstreamer window title bar
2021-08-01 13:51:12 -04:00
antimof
a866988676 Minor update 2020-05-02 17:01:48 +03:00
Your Name
1946373e26 first commit 2020-04-15 16:24:10 +03:00