For documentation and instructions for building this software,
see <http://www.live555.com/liveMedia/>

NOTE: The content of this directory is based on live.2009.01.26.tar.gz.


// Updates separate from the main branch
////////////////////////////////////////

  - Add username/password login logging support

2009/09/15
	- Use -DSUPPORT_META_USER_AGENT to provide parsing of User-Agent header.
		Based on the parsed user-agent, the server sends back metadata-related SDP to 
		players that support this media type.
		
  - Define RTSPServer::customAuthenticationOK() to allow for implementer to design
  	his own authentication scheme which simply bypass the Basic or MD5 digest authentication.
  	
  	