live
RTSPClient Class Reference

#include <RTSPClient.hh>

Inheritance diagram for RTSPClient:
Collaboration diagram for RTSPClient:

Data Structures

class  RequestRecord
class  RequestQueue

Public Types

typedef void responseHandler(RTSPClient *rtspClient, int resultCode, char *resultString)

Public Member Functions

unsigned sendDescribeCommand (responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendOptionsCommand (responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendAnnounceCommand (char const *sdpDescription, responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendSetupCommand (MediaSubsession &subsession, responseHandler *responseHandler, Boolean streamOutgoing=False, Boolean streamUsingTCP=False, Boolean forceMulticastOnUnspecified=False, Authenticator *authenticator=NULL)
unsigned sendPlayCommand (MediaSession &session, responseHandler *responseHandler, double start=0.0f, double end=-1.0f, float scale=1.0f, Authenticator *authenticator=NULL)
unsigned sendPlayCommand (MediaSubsession &subsession, responseHandler *responseHandler, double start=0.0f, double end=-1.0f, float scale=1.0f, Authenticator *authenticator=NULL)
unsigned sendPlayCommand (MediaSession &session, responseHandler *responseHandler, char const *absStartTime, char const *absEndTime=NULL, float scale=1.0f, Authenticator *authenticator=NULL)
unsigned sendPlayCommand (MediaSubsession &subsession, responseHandler *responseHandler, char const *absStartTime, char const *absEndTime=NULL, float scale=1.0f, Authenticator *authenticator=NULL)
unsigned sendPauseCommand (MediaSession &session, responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendPauseCommand (MediaSubsession &subsession, responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendRecordCommand (MediaSession &session, responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendRecordCommand (MediaSubsession &subsession, responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendTeardownCommand (MediaSession &session, responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendTeardownCommand (MediaSubsession &subsession, responseHandler *responseHandler, Authenticator *authenticator=NULL)
unsigned sendSetParameterCommand (MediaSession &session, responseHandler *responseHandler, char const *parameterName, char const *parameterValue, Authenticator *authenticator=NULL)
unsigned sendGetParameterCommand (MediaSession &session, responseHandler *responseHandler, char const *parameterName, Authenticator *authenticator=NULL)
void setRequireValue (char const *requireValue=NULL)
void sendDummyUDPPackets (MediaSession &session, unsigned numDummyPackets=2)
void sendDummyUDPPackets (MediaSubsession &subsession, unsigned numDummyPackets=2)
void setSpeed (MediaSession &session, float speed=1.0f)
Boolean changeResponseHandler (unsigned cseq, responseHandler *newResponseHandler)
int socketNum () const
Boolean parseRTSPURL (char const *url, char *&username, char *&password, NetAddress &address, portNumBits &portNum, char const **urlSuffix=NULL)
void setUserAgentString (char const *userAgentName)
void disallowBasicAuthentication ()
unsigned sessionTimeoutParameter () const
char const * url () const
UsageEnvironmentenvir () const
char const * name () const
virtual Boolean isSource () const
virtual Boolean isSink () const
virtual Boolean isRTCPInstance () const
virtual Boolean isRTSPServer () const
virtual Boolean isMediaSession () const
virtual Boolean isServerMediaSession () const

Static Public Member Functions

static RTSPClientcreateNew (UsageEnvironment &env, char const *rtspURL, int verbosityLevel=0, char const *applicationName=NULL, portNumBits tunnelOverHTTPPortNum=0, int socketNumToServer=-1)
static Boolean lookupByName (UsageEnvironment &env, char const *sourceName, RTSPClient *&resultClient)
static Boolean lookupByName (UsageEnvironment &env, char const *mediumName, Medium *&resultMedium)
static void close (UsageEnvironment &env, char const *mediumName)
static void close (Medium *medium)

Data Fields

u_int16_t desiredMaxIncomingPacketSize

Static Public Attributes

static unsigned responseBufferSize

Protected Member Functions

 RTSPClient (UsageEnvironment &env, char const *rtspURL, int verbosityLevel, char const *applicationName, portNumBits tunnelOverHTTPPortNum, int socketNumToServer)
virtual ~RTSPClient ()
void reset ()
void setBaseURL (char const *url)
int grabSocket ()
virtual unsigned sendRequest (RequestRecord *request)
virtual Boolean setRequestFields (RequestRecord *request, char *&cmdURL, Boolean &cmdURLWasAllocated, char const *&protocolStr, char *&extraHeaders, Boolean &extraHeadersWereAllocated)
virtual int connectToServer (int socketNum, portNumBits remotePortNum)
TaskTokennextTask ()

Protected Attributes

int fVerbosityLevel
unsigned fCSeq
Authenticator fCurrentAuthenticator
Boolean fAllowBasicAuthentication
struct sockaddr_storage fServerAddress

Private Member Functions

virtual Boolean isRTSPClient () const
void resetTCPSockets ()
void resetResponseBuffer ()
int openConnection ()
char * createAuthenticatorString (char const *cmd, char const *url)
char * createBlocksizeString (Boolean streamUsingTCP)
char * createKeyMgmtString (char const *url, MediaSubsession const &subsession)
void handleRequestError (RequestRecord *request)
Boolean parseResponseCode (char const *line, unsigned &responseCode, char const *&responseString)
void handleIncomingRequest ()
Boolean parseTransportParams (char const *paramsStr, char *&serverAddressStr, portNumBits &serverPortNum, unsigned char &rtpChannelId, unsigned char &rtcpChannelId)
Boolean parseScaleParam (char const *paramStr, float &scale)
Boolean parseSpeedParam (char const *paramStr, float &speed)
Boolean parseRTPInfoParams (char const *&paramStr, u_int16_t &seqNum, u_int32_t &timestamp)
Boolean handleSETUPResponse (MediaSubsession &subsession, char const *sessionParamsStr, char const *transportParamsStr, Boolean streamUsingTCP)
Boolean handlePLAYResponse (MediaSession *session, MediaSubsession *subsession, char const *scaleParamsStr, const char *speedParamsStr, char const *rangeParamsStr, char const *rtpInfoParamsStr)
Boolean handleTEARDOWNResponse (MediaSession &session, MediaSubsession &subsession)
Boolean handleGET_PARAMETERResponse (char const *parameterName, char *&resultValueString, char *resultValueStringEnd)
Boolean handleAuthenticationFailure (char const *wwwAuthenticateParamsStr)
Boolean resendCommand (RequestRecord *request)
char const * sessionURL (MediaSession const &session) const
void handleAlternativeRequestByte1 (u_int8_t requestByte)
void constructSubsessionURL (MediaSubsession const &subsession, char const *&prefix, char const *&separator, char const *&suffix)
Boolean setupHTTPTunneling1 ()
void responseHandlerForHTTP_GET1 (int responseCode, char *responseString)
Boolean setupHTTPTunneling2 ()
void connectionHandler1 ()
void incomingDataHandler1 ()
void handleResponseBytes (int newBytesRead)
int write (const char *data, unsigned count)
int read (u_int8_t *buffer, unsigned bufferSize)

Static Private Member Functions

static Boolean checkForHeader (char const *line, char const *headerName, unsigned headerNameLength, char const *&headerParams)
static void handleAlternativeRequestByte (void *, u_int8_t requestByte)
static void responseHandlerForHTTP_GET (RTSPClient *rtspClient, int responseCode, char *responseString)
static void connectionHandler (void *, int)
static void incomingDataHandler (void *, int)

Private Attributes

portNumBits fTunnelOverHTTPPortNum
char * fUserAgentHeaderStr
unsigned fUserAgentHeaderStrLen
int fInputSocketNum
int fOutputSocketNum
char * fBaseURL
unsigned char fTCPStreamIdCount
char * fLastSessionId
unsigned fSessionTimeoutParameter
char * fResponseBuffer
unsigned fResponseBytesAlreadySeen
unsigned fResponseBufferBytesLeft
RequestQueue fRequestsAwaitingConnection
RequestQueue fRequestsAwaitingHTTPTunneling
RequestQueue fRequestsAwaitingResponse
char * fRequireStr
char fSessionCookie [33]
unsigned fSessionCookieCounter
Boolean fHTTPTunnelingConnectionIsPending
ClientTLSState fTLS
ClientTLSState fPOSTSocketTLS
ClientTLSStatefInputTLS
ClientTLSStatefOutputTLS
UsageEnvironmentfEnviron
char fMediumName [mediumNameMaxLen]
TaskToken fNextTask

Friends

class ClientTLSState

Detailed Description

Definition at line 42 of file RTSPClient.hh.

Member Typedef Documentation

◆ responseHandler

typedef void RTSPClient::responseHandler(RTSPClient *rtspClient, int resultCode, char *resultString)

Definition at line 55 of file RTSPClient.hh.

Constructor & Destructor Documentation

◆ RTSPClient()

RTSPClient::RTSPClient ( UsageEnvironment & env,
char const * rtspURL,
int verbosityLevel,
char const * applicationName,
portNumBits tunnelOverHTTPPortNum,
int socketNumToServer )
protected

◆ ~RTSPClient()

virtual RTSPClient::~RTSPClient ( )
protectedvirtual

Member Function Documentation

◆ changeResponseHandler()

Boolean RTSPClient::changeResponseHandler ( unsigned cseq,
responseHandler * newResponseHandler )

◆ checkForHeader()

Boolean RTSPClient::checkForHeader ( char const * line,
char const * headerName,
unsigned headerNameLength,
char const *& headerParams )
staticprivate

◆ close() [1/2]

void Medium::close ( Medium * medium)
staticinherited

References Medium().

◆ close() [2/2]

void Medium::close ( UsageEnvironment & env,
char const * mediumName )
staticinherited

◆ connectionHandler()

void RTSPClient::connectionHandler ( void * ,
int  )
staticprivate

◆ connectionHandler1()

void RTSPClient::connectionHandler1 ( )
private

◆ connectToServer()

virtual int RTSPClient::connectToServer ( int socketNum,
portNumBits remotePortNum )
protectedvirtual

Reimplemented in ProxyRTSPClient.

References socketNum().

◆ constructSubsessionURL()

void RTSPClient::constructSubsessionURL ( MediaSubsession const & subsession,
char const *& prefix,
char const *& separator,
char const *& suffix )
private

◆ createAuthenticatorString()

char * RTSPClient::createAuthenticatorString ( char const * cmd,
char const * url )
private

References url().

◆ createBlocksizeString()

char * RTSPClient::createBlocksizeString ( Boolean streamUsingTCP)
private

◆ createKeyMgmtString()

char * RTSPClient::createKeyMgmtString ( char const * url,
MediaSubsession const & subsession )
private

References url().

◆ createNew()

RTSPClient * RTSPClient::createNew ( UsageEnvironment & env,
char const * rtspURL,
int verbosityLevel = 0,
char const * applicationName = NULL,
portNumBits tunnelOverHTTPPortNum = 0,
int socketNumToServer = -1 )
static

References NULL, and RTSPClient().

◆ disallowBasicAuthentication()

void RTSPClient::disallowBasicAuthentication ( )
inline

Definition at line 190 of file RTSPClient.hh.

const Boolean False
Definition Boolean.hh:28
Boolean fAllowBasicAuthentication

References fAllowBasicAuthentication, and False.

◆ envir()

UsageEnvironment & Medium::envir ( ) const
inlineinherited

Definition at line 59 of file Media.hh.

59{return fEnviron;}
UsageEnvironment & fEnviron
Definition Media.hh:82

References fEnviron.

Referenced by MediaSubsession::env(), GenericMediaServer::ClientConnection::envir(), GenericMediaServer::ClientSession::envir(), and RTPInterface::envir().

◆ grabSocket()

int RTSPClient::grabSocket ( )
protected

◆ handleAlternativeRequestByte()

void RTSPClient::handleAlternativeRequestByte ( void * ,
u_int8_t requestByte )
staticprivate

◆ handleAlternativeRequestByte1()

void RTSPClient::handleAlternativeRequestByte1 ( u_int8_t requestByte)
private

◆ handleAuthenticationFailure()

Boolean RTSPClient::handleAuthenticationFailure ( char const * wwwAuthenticateParamsStr)
private

◆ handleGET_PARAMETERResponse()

Boolean RTSPClient::handleGET_PARAMETERResponse ( char const * parameterName,
char *& resultValueString,
char * resultValueStringEnd )
private

◆ handleIncomingRequest()

void RTSPClient::handleIncomingRequest ( )
private

◆ handlePLAYResponse()

Boolean RTSPClient::handlePLAYResponse ( MediaSession * session,
MediaSubsession * subsession,
char const * scaleParamsStr,
const char * speedParamsStr,
char const * rangeParamsStr,
char const * rtpInfoParamsStr )
private

◆ handleRequestError()

void RTSPClient::handleRequestError ( RequestRecord * request)
private

◆ handleResponseBytes()

void RTSPClient::handleResponseBytes ( int newBytesRead)
private

◆ handleSETUPResponse()

Boolean RTSPClient::handleSETUPResponse ( MediaSubsession & subsession,
char const * sessionParamsStr,
char const * transportParamsStr,
Boolean streamUsingTCP )
private

◆ handleTEARDOWNResponse()

Boolean RTSPClient::handleTEARDOWNResponse ( MediaSession & session,
MediaSubsession & subsession )
private

◆ incomingDataHandler()

void RTSPClient::incomingDataHandler ( void * ,
int  )
staticprivate

◆ incomingDataHandler1()

void RTSPClient::incomingDataHandler1 ( )
private

◆ isMediaSession()

virtual Boolean Medium::isMediaSession ( ) const
virtualinherited

Reimplemented in MediaSession.

◆ isRTCPInstance()

virtual Boolean Medium::isRTCPInstance ( ) const
virtualinherited

Reimplemented in RTCPInstance.

◆ isRTSPClient()

virtual Boolean RTSPClient::isRTSPClient ( ) const
privatevirtual

Reimplemented from Medium.

◆ isRTSPServer()

virtual Boolean Medium::isRTSPServer ( ) const
virtualinherited

Reimplemented in RTSPServer.

◆ isServerMediaSession()

virtual Boolean Medium::isServerMediaSession ( ) const
virtualinherited

Reimplemented in ServerMediaSession.

◆ isSink()

virtual Boolean Medium::isSink ( ) const
virtualinherited

Reimplemented in MediaSink.

◆ isSource()

virtual Boolean Medium::isSource ( ) const
virtualinherited

Reimplemented in MediaSource.

◆ lookupByName() [1/2]

Boolean Medium::lookupByName ( UsageEnvironment & env,
char const * mediumName,
Medium *& resultMedium )
staticinherited

References Medium().

◆ lookupByName() [2/2]

Boolean RTSPClient::lookupByName ( UsageEnvironment & env,
char const * sourceName,
RTSPClient *& resultClient )
static

References RTSPClient().

◆ name()

char const * Medium::name ( ) const
inlineinherited

Definition at line 61 of file Media.hh.

61{return fMediumName;}
char fMediumName[mediumNameMaxLen]
Definition Media.hh:83

References fMediumName.

Referenced by QuickTimeFileSink::_atom(), RTSPServer::lookupByName(), RTCPInstance::sendAppPacket(), and OnDemandServerMediaSubsession::sendRTCPAppPacket().

◆ nextTask()

TaskToken & Medium::nextTask ( )
inlineprotectedinherited

Definition at line 77 of file Media.hh.

77 {
78 return fNextTask;
79 }
TaskToken fNextTask
Definition Media.hh:84

References fNextTask.

◆ openConnection()

int RTSPClient::openConnection ( )
private

◆ parseResponseCode()

Boolean RTSPClient::parseResponseCode ( char const * line,
unsigned & responseCode,
char const *& responseString )
private

◆ parseRTPInfoParams()

Boolean RTSPClient::parseRTPInfoParams ( char const *& paramStr,
u_int16_t & seqNum,
u_int32_t & timestamp )
private

◆ parseRTSPURL()

Boolean RTSPClient::parseRTSPURL ( char const * url,
char *& username,
char *& password,
NetAddress & address,
portNumBits & portNum,
char const ** urlSuffix = NULL )

References NULL, portNum(), and url().

◆ parseScaleParam()

Boolean RTSPClient::parseScaleParam ( char const * paramStr,
float & scale )
private

◆ parseSpeedParam()

Boolean RTSPClient::parseSpeedParam ( char const * paramStr,
float & speed )
private

◆ parseTransportParams()

Boolean RTSPClient::parseTransportParams ( char const * paramsStr,
char *& serverAddressStr,
portNumBits & serverPortNum,
unsigned char & rtpChannelId,
unsigned char & rtcpChannelId )
private

◆ read()

int RTSPClient::read ( u_int8_t * buffer,
unsigned bufferSize )
private

◆ resendCommand()

Boolean RTSPClient::resendCommand ( RequestRecord * request)
private

◆ reset()

void RTSPClient::reset ( )
protected

◆ resetResponseBuffer()

void RTSPClient::resetResponseBuffer ( )
private

◆ resetTCPSockets()

void RTSPClient::resetTCPSockets ( )
private

◆ responseHandlerForHTTP_GET()

void RTSPClient::responseHandlerForHTTP_GET ( RTSPClient * rtspClient,
int responseCode,
char * responseString )
staticprivate

References RTSPClient().

◆ responseHandlerForHTTP_GET1()

void RTSPClient::responseHandlerForHTTP_GET1 ( int responseCode,
char * responseString )
private

◆ sendAnnounceCommand()

unsigned RTSPClient::sendAnnounceCommand ( char const * sdpDescription,
responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendDescribeCommand()

unsigned RTSPClient::sendDescribeCommand ( responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendDummyUDPPackets() [1/2]

void RTSPClient::sendDummyUDPPackets ( MediaSession & session,
unsigned numDummyPackets = 2 )

◆ sendDummyUDPPackets() [2/2]

void RTSPClient::sendDummyUDPPackets ( MediaSubsession & subsession,
unsigned numDummyPackets = 2 )

◆ sendGetParameterCommand()

unsigned RTSPClient::sendGetParameterCommand ( MediaSession & session,
responseHandler * responseHandler,
char const * parameterName,
Authenticator * authenticator = NULL )

References NULL.

◆ sendOptionsCommand()

unsigned RTSPClient::sendOptionsCommand ( responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendPauseCommand() [1/2]

unsigned RTSPClient::sendPauseCommand ( MediaSession & session,
responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendPauseCommand() [2/2]

unsigned RTSPClient::sendPauseCommand ( MediaSubsession & subsession,
responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendPlayCommand() [1/4]

unsigned RTSPClient::sendPlayCommand ( MediaSession & session,
responseHandler * responseHandler,
char const * absStartTime,
char const * absEndTime = NULL,
float scale = 1.0f,
Authenticator * authenticator = NULL )

References NULL.

◆ sendPlayCommand() [2/4]

unsigned RTSPClient::sendPlayCommand ( MediaSession & session,
responseHandler * responseHandler,
double start = 0.0f,
double end = -1.0f,
float scale = 1.0f,
Authenticator * authenticator = NULL )

References NULL.

◆ sendPlayCommand() [3/4]

unsigned RTSPClient::sendPlayCommand ( MediaSubsession & subsession,
responseHandler * responseHandler,
char const * absStartTime,
char const * absEndTime = NULL,
float scale = 1.0f,
Authenticator * authenticator = NULL )

References NULL.

◆ sendPlayCommand() [4/4]

unsigned RTSPClient::sendPlayCommand ( MediaSubsession & subsession,
responseHandler * responseHandler,
double start = 0.0f,
double end = -1.0f,
float scale = 1.0f,
Authenticator * authenticator = NULL )

References NULL.

◆ sendRecordCommand() [1/2]

unsigned RTSPClient::sendRecordCommand ( MediaSession & session,
responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendRecordCommand() [2/2]

unsigned RTSPClient::sendRecordCommand ( MediaSubsession & subsession,
responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendRequest()

virtual unsigned RTSPClient::sendRequest ( RequestRecord * request)
protectedvirtual

◆ sendSetParameterCommand()

unsigned RTSPClient::sendSetParameterCommand ( MediaSession & session,
responseHandler * responseHandler,
char const * parameterName,
char const * parameterValue,
Authenticator * authenticator = NULL )

References NULL.

◆ sendSetupCommand()

unsigned RTSPClient::sendSetupCommand ( MediaSubsession & subsession,
responseHandler * responseHandler,
Boolean streamOutgoing = False,
Boolean streamUsingTCP = False,
Boolean forceMulticastOnUnspecified = False,
Authenticator * authenticator = NULL )

References False, and NULL.

◆ sendTeardownCommand() [1/2]

unsigned RTSPClient::sendTeardownCommand ( MediaSession & session,
responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sendTeardownCommand() [2/2]

unsigned RTSPClient::sendTeardownCommand ( MediaSubsession & subsession,
responseHandler * responseHandler,
Authenticator * authenticator = NULL )

References NULL.

◆ sessionTimeoutParameter()

unsigned RTSPClient::sessionTimeoutParameter ( ) const
inline

Definition at line 194 of file RTSPClient.hh.

194{ return fSessionTimeoutParameter; }
unsigned fSessionTimeoutParameter

References fSessionTimeoutParameter.

◆ sessionURL()

char const * RTSPClient::sessionURL ( MediaSession const & session) const
private

◆ setBaseURL()

void RTSPClient::setBaseURL ( char const * url)
protected

References url().

◆ setRequestFields()

virtual Boolean RTSPClient::setRequestFields ( RequestRecord * request,
char *& cmdURL,
Boolean & cmdURLWasAllocated,
char const *& protocolStr,
char *& extraHeaders,
Boolean & extraHeadersWereAllocated )
protectedvirtual

Reimplemented in RTSPDeregisterSender, and RTSPRegisterSender.

◆ setRequireValue()

void RTSPClient::setRequireValue ( char const * requireValue = NULL)

References NULL.

◆ setSpeed()

void RTSPClient::setSpeed ( MediaSession & session,
float speed = 1.0f )

◆ setupHTTPTunneling1()

Boolean RTSPClient::setupHTTPTunneling1 ( )
private

◆ setupHTTPTunneling2()

Boolean RTSPClient::setupHTTPTunneling2 ( )
private

◆ setUserAgentString()

void RTSPClient::setUserAgentString ( char const * userAgentName)

◆ socketNum()

int RTSPClient::socketNum ( ) const
inline

Definition at line 176 of file RTSPClient.hh.

176{ return fInputSocketNum; }
int fInputSocketNum

References fInputSocketNum.

Referenced by ProxyRTSPClient::connectToServer(), and connectToServer().

◆ url()

char const * RTSPClient::url ( ) const
inline

Definition at line 196 of file RTSPClient.hh.

196{ return fBaseURL; }
char * fBaseURL

References fBaseURL.

Referenced by createAuthenticatorString(), createKeyMgmtString(), parseRTSPURL(), and setBaseURL().

◆ write()

int RTSPClient::write ( const char * data,
unsigned count )
private

◆ ClientTLSState

friend class ClientTLSState
friend

Definition at line 368 of file RTSPClient.hh.

References ClientTLSState.

Referenced by ClientTLSState.

Field Documentation

◆ desiredMaxIncomingPacketSize

u_int16_t RTSPClient::desiredMaxIncomingPacketSize

Definition at line 333 of file RTSPClient.hh.

◆ fAllowBasicAuthentication

Boolean RTSPClient::fAllowBasicAuthentication
protected

Definition at line 341 of file RTSPClient.hh.

Referenced by disallowBasicAuthentication().

◆ fBaseURL

char* RTSPClient::fBaseURL
private

Definition at line 349 of file RTSPClient.hh.

Referenced by url().

◆ fCSeq

unsigned RTSPClient::fCSeq
protected

Definition at line 339 of file RTSPClient.hh.

◆ fCurrentAuthenticator

Authenticator RTSPClient::fCurrentAuthenticator
protected

Definition at line 340 of file RTSPClient.hh.

◆ fEnviron

UsageEnvironment& Medium::fEnviron
privateinherited

Definition at line 82 of file Media.hh.

Referenced by envir().

◆ fHTTPTunnelingConnectionIsPending

Boolean RTSPClient::fHTTPTunnelingConnectionIsPending
private

Definition at line 361 of file RTSPClient.hh.

◆ fInputSocketNum

int RTSPClient::fInputSocketNum
private

Definition at line 348 of file RTSPClient.hh.

Referenced by socketNum().

◆ fInputTLS

ClientTLSState* RTSPClient::fInputTLS
private

Definition at line 366 of file RTSPClient.hh.

◆ fLastSessionId

char* RTSPClient::fLastSessionId
private

Definition at line 351 of file RTSPClient.hh.

◆ fMediumName

char Medium::fMediumName[mediumNameMaxLen]
privateinherited

Definition at line 83 of file Media.hh.

Referenced by name().

◆ fNextTask

TaskToken Medium::fNextTask
privateinherited

Definition at line 84 of file Media.hh.

Referenced by nextTask().

◆ fOutputSocketNum

int RTSPClient::fOutputSocketNum
private

Definition at line 348 of file RTSPClient.hh.

◆ fOutputTLS

ClientTLSState* RTSPClient::fOutputTLS
private

Definition at line 367 of file RTSPClient.hh.

◆ fPOSTSocketTLS

ClientTLSState RTSPClient::fPOSTSocketTLS
private

Definition at line 365 of file RTSPClient.hh.

◆ fRequestsAwaitingConnection

RequestQueue RTSPClient::fRequestsAwaitingConnection
private

Definition at line 355 of file RTSPClient.hh.

◆ fRequestsAwaitingHTTPTunneling

RequestQueue RTSPClient::fRequestsAwaitingHTTPTunneling
private

Definition at line 355 of file RTSPClient.hh.

◆ fRequestsAwaitingResponse

RequestQueue RTSPClient::fRequestsAwaitingResponse
private

Definition at line 355 of file RTSPClient.hh.

◆ fRequireStr

char* RTSPClient::fRequireStr
private

Definition at line 356 of file RTSPClient.hh.

◆ fResponseBuffer

char* RTSPClient::fResponseBuffer
private

Definition at line 353 of file RTSPClient.hh.

◆ fResponseBufferBytesLeft

unsigned RTSPClient::fResponseBufferBytesLeft
private

Definition at line 354 of file RTSPClient.hh.

◆ fResponseBytesAlreadySeen

unsigned RTSPClient::fResponseBytesAlreadySeen
private

Definition at line 354 of file RTSPClient.hh.

◆ fServerAddress

struct sockaddr_storage RTSPClient::fServerAddress
protected

Definition at line 342 of file RTSPClient.hh.

◆ fSessionCookie

char RTSPClient::fSessionCookie[33]
private

Definition at line 359 of file RTSPClient.hh.

◆ fSessionCookieCounter

unsigned RTSPClient::fSessionCookieCounter
private

Definition at line 360 of file RTSPClient.hh.

◆ fSessionTimeoutParameter

unsigned RTSPClient::fSessionTimeoutParameter
private

Definition at line 352 of file RTSPClient.hh.

Referenced by sessionTimeoutParameter().

◆ fTCPStreamIdCount

unsigned char RTSPClient::fTCPStreamIdCount
private

Definition at line 350 of file RTSPClient.hh.

◆ fTLS

ClientTLSState RTSPClient::fTLS
private

Definition at line 364 of file RTSPClient.hh.

◆ fTunnelOverHTTPPortNum

portNumBits RTSPClient::fTunnelOverHTTPPortNum
private

Definition at line 345 of file RTSPClient.hh.

◆ fUserAgentHeaderStr

char* RTSPClient::fUserAgentHeaderStr
private

Definition at line 346 of file RTSPClient.hh.

◆ fUserAgentHeaderStrLen

unsigned RTSPClient::fUserAgentHeaderStrLen
private

Definition at line 347 of file RTSPClient.hh.

◆ fVerbosityLevel

int RTSPClient::fVerbosityLevel
protected

Definition at line 338 of file RTSPClient.hh.

◆ responseBufferSize

unsigned RTSPClient::responseBufferSize
static

Definition at line 198 of file RTSPClient.hh.


The documentation for this class was generated from the following file: