K 10 svn:author V 8 tcberner K 8 svn:date V 27 2020-11-21T15:30:00.758336Z K 7 svn:log V 431 net/liveMedia: update to 2020.11.21 2020.11.21: - Removed the use of "our_inet_addr()" (and "inet_addr()") functions, and replaced them with calls to (the more up-to-date) "inet_pton()" function. - Updated the "parseRTSPURL()" function to recognize IP address literals (in "rtsp://" URLs) that are enclosed in square brackets []. (This is how IPv6 address literals are included in URs, although we don't yet support IPv6.) END