HomeFreeBSD

net/liveMedia: update to 2020.11.26

Description

net/liveMedia: update to 2020.11.26

2020.11.26:

  • We now use a "struct sockaddr_storage" rather than a "struct sockaddr_in" for the 'client address' field in the ("GenericMediaServer" and "RTSPServer") "ClientSession" class.

2020.11.25:

  • Updated readSocket(), Groupsock::handleRead(), and RTPInterface::handleRead() (and related functions) to take/return a "sockaddr_storage" (rather than a "sockaddr_in"), to prepare for eventual support for IPv6.
  • Added some basic logging code (from Jim Ham) to "RTSPServer.cpp". This code is #ifdef'd out by default. To enable it, define LOG_RTSPSERVER_ACCESS

Details

Provenance
riggsAuthored on
Parents
rP556456: net/bwping: Update to 2.2
Branches
Unknown
Tags
Unknown