-
- Downloads
func_jitterbuffer: Add audio/video sync support.
This change adds support to the JITTERBUFFER dialplan function for audio and video synchronization. When enabled the RTCP SR report is used to produce an NTP timestamp for both the audio and video streams. Using this information the video frames are queued until their NTP timestamp is equal to or behind the NTP timestamp of the audio. The audio jitterbuffer acts as the leader deciding when to shrink/grow the jitterbuffer when adaptive is in use. For both adaptive and fixed the video buffer follows the size of the audio jitterbuffer. ASTERISK-28533 Change-Id: I3fd75160426465e6d46bb2e198c07b9d314a4492
Showing
- doc/CHANGES-staging/func_jitterbuffer_video.txt 6 additions, 0 deletionsdoc/CHANGES-staging/func_jitterbuffer_video.txt
- funcs/func_jitterbuffer.c 17 additions, 2 deletionsfuncs/func_jitterbuffer.c
- include/asterisk/abstract_jb.h 3 additions, 1 deletioninclude/asterisk/abstract_jb.h
- include/asterisk/rtp_engine.h 11 additions, 0 deletionsinclude/asterisk/rtp_engine.h
- main/abstract_jb.c 178 additions, 0 deletionsmain/abstract_jb.c
- main/rtp_engine.c 9 additions, 0 deletionsmain/rtp_engine.c
- res/res_rtp_asterisk.c 13 additions, 21 deletionsres/res_rtp_asterisk.c
Loading
Please register or sign in to comment