Closed GoogleCodeExporter closed 9 years ago
The problem seems to be that remote sends Speex/8000 whereas by default the
local is configured only for Speex/16000, so it cannot agree on session,
resulting in '488 Incompatible SDP'.
To make it work, you can try changing the Flash Application's codec to
Speex/8000. This can be done when doing the initial registration using
rate="narrowband" parameter in NetConnection.connect(...). When using the
testClient, you can right-click to change the codec to narrowband before
registration.
The exception itself is not problematic: it is just that when call is
terminated, the RTP/RTCP tasks are closed by closing the socket and detecting
the exception.
Original comment by voiprese...@gmail.com
on 5 Feb 2011 at 2:48
Original issue reported on code.google.com by
voiprese...@gmail.com
on 5 Feb 2011 at 2:24