Made RTSP max send value runtime configurable.

This commit is contained in:
Thulinma 2015-10-14 14:30:28 +02:00
parent 39fd36db04
commit de1d202457
3 changed files with 17 additions and 1 deletions

View file

@ -18,6 +18,8 @@
/// This namespace holds all RTP-parsing and sending related functionality.
namespace RTP {
extern unsigned int MAX_SEND;
/// This class is used to make RTP packets. Currently, H264, and AAC are supported. RTP mechanisms, like increasing sequence numbers and setting timestamps are all taken care of in here.
class Packet {
private: