Improved RTSP output, added support for RTSP input

This commit is contained in:
Thulinma 2016-09-02 14:35:26 +02:00
parent 5c8ebdc5ec
commit 3465f2b587
5 changed files with 866 additions and 288 deletions

View file

@ -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;