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:
- Doesn't support SETUP for an existing session.
Method Summary |
const const char * const | name() |
virtual const Sptr | process(const Sptr event) |
OpSetup
public OpSetup()
~OpSetup
public virtual ~OpSetup()
name
public const const char * const name()
process
public virtual const Sptr process(const Sptr event)