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
3eaa4080d5
store the display plist data in raop_t as uint16_t and uint8_t types.
2021-08-10 03:52:20 -04:00
fduncanh
740e78cb2a
reverse accidental overwrite of raop.h by raop.c in previous commit
2021-08-10 01:45:01 -04:00
fduncanh
743f92d114
should have been part of previous commit
2021-08-10 01:19:39 -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
ffe74137f4
fix typo
2021-08-06 19:07:36 -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
d34cae3328
cosmetc changes to README.md
2021-08-05 18:33:05 -04:00
fduncanh
affcde9a2f
add Red Hat and Suse required packages
2021-08-05 18:26:10 -04:00
fduncanh
5a9d101f16
fix bug in network port input
2021-08-05 12:15:31 -04:00
fduncanh
0003ea167d
fix typo
2021-08-05 11:20:55 -04:00
fduncanh
095d2d7678
fix http address (missing : )
2021-08-05 11:08:33 -04:00
fduncanh
2ab8da1c59
updated with the RPIPlay author history and notes
2021-08-05 11:05:29 -04:00
fduncanh
b1cab3f3a7
cosmetic
2021-08-05 01:41:18 -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
a8f5c78921
cosmetc
2021-08-04 18:52:35 -04:00
fduncanh
4b18df57e8
cosmetic
2021-08-04 18:50:10 -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
3efc10f637
cEdited README.md
2021-08-03 16:35:30 -04:00
fduncanh
ba4552d3f7
edited README.md
2021-08-03 16:33:36 -04:00
fduncanh
35aff0f7b3
changes to README.md
2021-08-03 16:18:21 -04:00
fduncanh
4cc284ebb3
allow the changed display name = server_name behavior without applyiong ZOOMFIX
2021-08-03 16:11:19 -04:00
fduncanh
467d4c8500
cosmetic change
2021-08-03 06:16:20 -04:00
fduncanh
11ccb6ed12
html -http in discussion of lib llhttp
2021-08-03 06:11:34 -04:00
fduncanh
4a36d6ed0b
finalizing documentation in README.md
2021-08-03 05:53:02 -04:00
fduncanh
bb823c241b
finalizing the documentation uodate
2021-08-03 05:41:03 -04:00
fduncanh
8009ed533d
cosmetic cleanups
2021-08-03 05:08:11 -04:00
fduncanh
b8d77ae71d
comment out unused variables detected by -W_unused_variable
...
type_d in raop_rtp.c
payload_option, nalu_type in raop_rtp_mirror.c
2021-08-03 03:32:11 -04:00
fduncanh
01fcd1303d
fix siwtch again
2021-08-03 02:35:39 -04:00
fduncanh
3d8d938940
fix compiler warning, misplaced static declaration
2021-08-03 02:26:29 -04:00
fduncanh
061391f04c
update README.md
2021-08-03 02:22:51 -04:00
fduncanh
e8524b55d2
fix compiler warning, misplaced static declaration
2021-08-03 02:18:17 -04:00
fduncanh
08fd2d6ace
fix compiler warning in switch
2021-08-03 02:03:01 -04:00