Changes between Version 1 and Version 2 of audio-check-codec-nego
- Timestamp:
- Dec 5, 2006 7:15:43 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio-check-codec-nego
v1 v2 12 12 }}} 13 13 14 '''PJMEDIA allows different modes to be used for TX and RX''', and it obeys the '''fmtp mode''' that the remote party wants in the SDP that it sends. However it is possible that remote endpoint doesn't support different mode for TX and RX and only wants to transmit or receive a mode thatis specified in its settings.14 '''PJMEDIA allows different modes to be used for TX and RX''', and it obeys the '''fmtp mode''' that the remote party wants to receive and that it indicates in the SDP that it sends. However it is possible that remote endpoint doesn't support different mode for TX and RX and only wants to transmit or receive a specific mode that has been hardcoded or is specified in its settings. 15 15 16 To verify whether this is or isn't the case, you can experiment with changing the iLBC mode that is used by pjsua with using '''{{{--ilbc-mode=20}}}''' or '''{{{--ilbc-mode=30}}}''' command line argument. 16 To verify whether this is or isn't the case, you can experiment with changing the iLBC mode that is used by pjsua with using '''{{{--ilbc-mode=20}}}''' or '''{{{--ilbc-mode=30}}}''' command line argument. This will change the mode preference that is advertised by PJSIP in the outgoing SDP. 17 17 18 18