media-core
media-core copied to clipboard
RMS - Restcomm Media Server for Real Time Cloud Communications
Implement a Bridge Translator, that simply forwards traffic from an input to an output. Will be used to power endpoint types where mixing is not required, such as bridge and...
Implement a timer for RTP Connections that guarantees that a connection is automatically killed after a certain amount of time has passed.
Implement timeout mechanism that cancels an RTP session if an RTP or RTCP packet is not received in a certain interval of time.
Add support for multiple media channels in a single RTP connection. This will pave the way for video support and Unified Planning
Create an asynchronous RTCP channel powered by Netty. To be used in calls where RTCP is not multiplexed together with RTP.
This issue is related to #257. Currently, the handshake process performed by BoucyCastle allows to use multiple `certificate resources`, multiple `signature algorithms` and only one `key resource`. Such cardinality doesn't...