On 02/12/14 04:41, Mihai Marin wrote:
Hello, I managed to try it out and I have good news and bad news :)
The good news is that always TURN is working perfect. So, if I remove all the ice-candidates (rtpproxy_manage("+")) everything is perfect.
That's good to hear!
If I just append turn candidate (rtpproxy_manage()) I have strange errors in kamailio log and the media won't flow (black image on both parties).
...
- keep ice candidates and append itself - not working - rtpproxy_manage()
Looking at this, there's a very simple problem going on... The SDP body is getting too large for the receive buffer. :) It gets truncate, so can't be decoded, and the whole proxying thing fails.
This commit should fix that:
http://goo.gl/fBHfkh http://goo.gl/o1Pzt8
Please let me know if you're having any luck with that.
cheers