FD- / RPiPlay

An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
GNU General Public License v3.0
4.9k stars 354 forks source link

API support for user to set ports (for firewalls) #302

Closed fduncanh closed 2 years ago

fduncanh commented 2 years ago

This is a backport from UxPlay 1.42 API extension to allows network ports to be set by user (for when a firewall is active)

fduncanh commented 2 years ago

second commit improves code logic: assert pointer to *_lport is not NULL at beginning of raop_start_*, rather than test for it before writing back to it at end.

fduncanh commented 2 years ago

Features incorporated into UxPlay: no need to modify RPiPlay