-
- Downloads
multistream: be able to negotiate more than 2 media streams
Current pjproject's configuration only allow the daemon to negotiate two medias streams. Which is not enough for multistream. Modify this limit to 32 streams (2**5) and avoid any potential crash if the remote tries to negotiate more streams. Also, fix some loops. Note: This may not be the best solution for what we want to achieve. Another approach may be to use a video mixer, mixing all the medias we want and always negotiate 2 media streams. However, this patch will not block the other approach and fix some loops. jami-project#1429 Change-Id: I71ff3088bbf5908945656d02872755226f452fc5
Showing
- contrib/src/pjproject/0009-add-config-site.patch 2 additions, 2 deletionscontrib/src/pjproject/0009-add-config-site.patch
- src/ice_transport.cpp 17 additions, 15 deletionssrc/ice_transport.cpp
- src/sip/sdp.cpp 2 additions, 3 deletionssrc/sip/sdp.cpp
- src/sip/sipcall.cpp 14 additions, 3 deletionssrc/sip/sipcall.cpp
- src/sip/sipcall.h 1 addition, 1 deletionsrc/sip/sipcall.h
Loading
Please register or sign in to comment