API of newer version live555 has been broken changed which may cause compile error
when compiling access/live555.cpp
, an error occurs because of the change of the third-party library live555
diff of liveMedia/include/MediaSession.hh
:
17c17
< // Copyright (c) 1996-2022 Live Networks, Inc. All rights reserved.
---
> // Copyright (c) 1996-2017 Live Networks, Inc. All rights reserved.
257c238
< void getConnectionEndpointAddress(struct sockaddr_storage& addr) const;
---
> netAddressBits connectionEndpointAddress() const;