BelledonneCommunications / mediastreamer2

Linphone.org mirror for mediastreamer2 (git://git.linphone.org/mediastreamer2.git)
http://linphone.org
GNU Affero General Public License v3.0
133 stars 104 forks source link

Have a few questions #22

Closed fengqz627 closed 4 years ago

fengqz627 commented 4 years ago

Hi,

1,When two devices are talking, there is a sound distortion after a few seconds, and the distortion lasts for about 2 seconds. What's the reason? 2,I try to delay 1 second to call sender_process in msrtp.c, and find that the distortion of 2 seconds occurre as soon as it begin to talk, and then it return to normal after 2 seconds. 3, When answering, the start delay is larger, then the delay is shorter and shorter, and the voice is faster and faster. It'll be OK in a moment,What's the reason? 4,When the caller and the called are connected for the first time, the audio-video delay is relatively large. When they are connected later, the audio-video delay is relatively small. What's the reason? thanks.