res_rtp_asterisk.c: Disable packet flood detection for video streams.
We should not do flood detection on video RTP streams. Video RTP streams are very bursty by nature. They send out a burst of packets to update the video frame then wait for the next video frame update. Really only audio streams can be checked for flooding. The others are either bursty or don't have a set rate. * Added code to selectively disable packet flood detection for video RTP streams. ASTERISK-27440 Change-Id: I78031491a6e75c2d4b1e9c2462dc498fe9880a70
Showing
- configs/samples/rtp.conf.sample 11 additions, 3 deletionsconfigs/samples/rtp.conf.sample
- include/asterisk/rtp_engine.h 10 additions, 0 deletionsinclude/asterisk/rtp_engine.h
- main/rtp_engine.c 19 additions, 0 deletionsmain/rtp_engine.c
- res/res_rtp_asterisk.c 34 additions, 11 deletionsres/res_rtp_asterisk.c
Loading
Please register or sign in to comment