Henrique Rosa
Henrique Rosa
RTP channel must support RTCP traffic as well. Important for WebRTC calls that use rtcp-mux.
Implement asynchronous, non-blocking engine for RTCP. Only basic reports shall be supported in the scope of this task.
Create an RTCP module that is asynchronous, non-blocking and deals with concurrency in consistent manner.
implement Netty handler to process STUN pings during ICE handshake
Implement asynchronous, non-blocking engine for ICE-lite implementation. https://tools.ietf.org/html/rfc5245#section-2.7
Create an ICE-lite module that is asynchronous, non-blocking and deals with concurrency in consistent manner.
https://tools.ietf.org/html/rfc3435#section-2.3.7 > In response to the DeleteConnection command, the gateway returns a > list of connection parameters that describe statistics for the > connection.
MGCP driver should be decoupled from the project and move to a separate repo, so it can have its own dev cycles.