FS-7501: use vidderbuffer in rtp

This commit is contained in:
Anthony Minessale
2014-12-16 18:48:07 -06:00
committed by Michael Jerris
parent 7b323f0b17
commit 2a50c6d55c
3 changed files with 75 additions and 30 deletions
+4
View File
@@ -49,6 +49,10 @@ SWITCH_BEGIN_EXTERN_C
//#define SWITCH_RTP_CRYPTO_KEY_32 "AES_CM_128_HMAC_SHA1_32"
#define SWITCH_RTP_CRYPTO_KEY_80 "AES_CM_128_HMAC_SHA1_80"
typedef struct {
switch_rtp_hdr_t header;
char body[SWITCH_RTP_MAX_BUF_LEN];
} switch_rtp_packet_t;
typedef enum {
SWITCH_RTP_CRYPTO_SEND,
+3
View File
@@ -2492,6 +2492,9 @@ typedef struct switch_waitlist_s {
uint32_t revents;
} switch_waitlist_t;
struct switch_vb_s;
typedef struct switch_vb_s switch_vb_t;
SWITCH_END_EXTERN_C
#endif