Improved RTSP output, added support for RTSP input
This commit is contained in:
parent
5c8ebdc5ec
commit
3465f2b587
5 changed files with 866 additions and 288 deletions
|
@ -28,10 +28,11 @@ namespace RTP {
|
|||
unsigned int datalen; ///<Size of rtp packet
|
||||
int sentPackets;
|
||||
int sentBytes;//Because ugly is beautiful
|
||||
inline void htobll(char * p, long long val);
|
||||
public:
|
||||
static double startRTCP;
|
||||
unsigned int getHsize() const;
|
||||
unsigned int getPayloadSize() const;
|
||||
char * getPayload() const;
|
||||
unsigned int getVersion() const;
|
||||
unsigned int getPadding() const;
|
||||
unsigned int getExtension() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue