Closed GoogleCodeExporter closed 9 years ago
After investigating with the user, the conclusions are as follows:
1. It was picking the incorrect IP address because of wrong hostname or
/etc/hosts file content. After using -l xx.xx.xx.xx with local IP address of
the machine, it started using the correct IP address. Updated siprtmp FAQ to
reflect this.
2. The RTP padding was not supported by Ekiga so it was not playing the sound
and would disconnect after some time if RTP sent by siprtmp had padding.
Earlier, using speex/16000 packet from siprtmp to Ekiga worked well (probably
because the packet size was multiple of 4 and didn't require RTP padding).
To work around this, changed in p2p-sip r39 to disable RTP Padding by default
in outbound packets. Use _padding flag to True if you need to enable padding.
Tested with X-Lite as well and no-padding works fine.
Original comment by kundan10
on 7 Jul 2011 at 5:38
Original issue reported on code.google.com by
yann...@gmail.com
on 7 Jul 2011 at 9:33Attachments: