-
- Downloads
Project 'savoirfairelinux/ring-daemon' was moved to 'savoirfairelinux/jami-daemon'. Please update any links and bookmarks that may still have the old path.
rtp: ensure to synchronously update seq number
When bitrate is changed, new RTP session created must rely
on RTP sequence of previous RTP session in order to provide
continous sequence numbers.
This patchset ensures to keep last RTP sequence updated correctly
ensuring that no new packet will be sent when bitrate change is performed.
Issue: #80058
Change-Id: Ia7fbecd19aa0ec648327307de3ce3f8eace163a0
Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Showing
- src/media/audio/audio_rtp_session.cpp 7 additions, 3 deletionssrc/media/audio/audio_rtp_session.cpp
- src/media/socket_pair.cpp 11 additions, 0 deletionssrc/media/socket_pair.cpp
- src/media/socket_pair.h 3 additions, 0 deletionssrc/media/socket_pair.h
- src/media/video/video_rtp_session.cpp 9 additions, 6 deletionssrc/media/video/video_rtp_session.cpp
Please register or sign in to comment