rtspserver
Class OpSetup


class OpSetup
derived from Operator

Handles SETUP method. Creates a new RtspSession entry in the RtspSessionManger. For the RtspSession object, this function opens the file handler of the file in the requestURL, and creates a rtp session with a rtpPorts pair reserved from the RtspServer. File handler and rtp stack are bounded to a particular mode (play or record)

Limitations:


Constructor Summary
OpSetup()
           

Destructor Summary
 virtual ~OpSetup()
           

Method Summary
 const const char * constname()
           
 virtual const Sptrprocess(const Sptr event)
           

Constructor Detail

OpSetup

public OpSetup()
Method Detail

~OpSetup

public virtual ~OpSetup()
Method Detail

name

public const const char * const name()

process

public virtual const Sptr process(const Sptr event)