mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-7501: use vidderbuffer in rtp
This commit is contained in:
committed by
Michael Jerris
parent
7b323f0b17
commit
2a50c6d55c
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user