-
- Downloads
rtcp-ice: fix setting of rtcp ICE component
RTCP default address might not be provided by peer in the received SDP, leading to misconfiguration of RTCP ICE socket. Now, when the RTCP default address is not present, the RTP address will be used instead. Note when ICE is used, the RTP/RTCP default addresses are only needed to identify the underlying ICE socket. Gitlab: #587 Change-Id: Ia16eb7d25407e67b6ab5a29c18fc3c56e6fc15aa
Showing
- src/ice_transport.cpp 30 additions, 21 deletionssrc/ice_transport.cpp
- src/media/audio/audio_rtp_session.cpp 10 additions, 3 deletionssrc/media/audio/audio_rtp_session.cpp
- src/media/video/video_rtp_session.cpp 9 additions, 3 deletionssrc/media/video/video_rtp_session.cpp
- src/sip/sdp.cpp 13 additions, 9 deletionssrc/sip/sdp.cpp
- src/sip/sdp.h 13 additions, 17 deletionssrc/sip/sdp.h
- src/sip/sipcall.cpp 53 additions, 20 deletionssrc/sip/sipcall.cpp
- src/sip/sipcall.h 1 addition, 0 deletionssrc/sip/sipcall.h
Loading
Please register or sign in to comment