mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-8130 running out of witty commit msgs
This commit is contained in:
+5
-2
@@ -7306,9 +7306,12 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
||||
if (rtp_session->flags[SWITCH_RTP_FLAG_NACK]) {
|
||||
if (!rtp_session->vbw) {
|
||||
switch_jb_create(&rtp_session->vbw, SJB_VIDEO, 30, 30, rtp_session->pool);
|
||||
//switch_jb_debug_level(rtp_session->vbw, 10);
|
||||
if (rtp_session->vbw) {
|
||||
switch_jb_set_flag(rtp_session->vbw, SJB_QUEUE_ONLY);
|
||||
//switch_jb_debug_level(rtp_session->vbw, 10);
|
||||
}
|
||||
}
|
||||
switch_jb_push_packet(rtp_session->vbw, (switch_rtp_packet_t *)send_msg, bytes);
|
||||
switch_jb_put_packet(rtp_session->vbw, (switch_rtp_packet_t *)send_msg, bytes);
|
||||
}
|
||||
|
||||
#ifdef RTP_WRITE_PLOSS
|
||||
|
||||
Reference in New Issue
Block a user