Go to the source code of this file.
Enumerations | |
| enum | StreamingMode { RTP_UDP, RTP_TCP, RAW_UDP } |
Functions | |
| static char const * | dateHeader () |
| static void | parseTransportHeader (char const *buf, StreamingMode &streamingMode, char *&streamingModeString, char *&destinationAddressStr, u_int8_t &destinationTTL, portNumBits &clientRTPPortNum, portNumBits &clientRTCPPortNum, unsigned char &rtpChannelId, unsigned char &rtcpChannelId) |
| static Boolean | parseRangeHeader (char const *buf, float &rangeStart, float &rangeEnd) |
| static Boolean | parseScaleHeader (char const *buf, float &scale) |
| static Boolean | parseAuthorizationHeader (char const *buf, char const *&username, char const *&realm, char const *&nonce, char const *&uri, char const *&response) |
Variables | |
| static char const * | allowedCommandNames = "OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE" |
| enum StreamingMode |
Definition at line 508 of file RTSPServer.cpp.
| static char const* dateHeader | ( | ) | [static] |
Definition at line 386 of file RTSPServer.cpp.
| static void parseTransportHeader | ( | char const * | buf, | |
| StreamingMode & | streamingMode, | |||
| char *& | streamingModeString, | |||
| char *& | destinationAddressStr, | |||
| u_int8_t & | destinationTTL, | |||
| portNumBits & | clientRTPPortNum, | |||
| portNumBits & | clientRTCPPortNum, | |||
| unsigned char & | rtpChannelId, | |||
| unsigned char & | rtcpChannelId | |||
| ) | [static] |
Definition at line 514 of file RTSPServer.cpp.
| static Boolean parseRangeHeader | ( | char const * | buf, | |
| float & | rangeStart, | |||
| float & | rangeEnd | |||
| ) | [static] |
Definition at line 576 of file RTSPServer.cpp.
| Boolean RTSPClient::parseScaleHeader | ( | char const * | buf, | |
| float & | scale | |||
| ) | [static] |
Definition at line 847 of file RTSPServer.cpp.
| static Boolean parseAuthorizationHeader | ( | char const * | buf, | |
| char const *& | username, | |||
| char const *& | realm, | |||
| char const *& | nonce, | |||
| char const *& | uri, | |||
| char const *& | response | |||
| ) | [static] |
Definition at line 1046 of file RTSPServer.cpp.
char const* allowedCommandNames = "OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE" [static] |
Definition at line 414 of file RTSPServer.cpp.
1.6.3