MCPcopy Index your code
hub / github.com/RestComm/media-core

github.com/RestComm/media-core @8.0.0-31

Chat with this repo
repository ↗ · DeepWiki ↗ · release 8.0.0-31 ↗ · + Follow
9,067 symbols 31,383 edges 1,174 files 2,305 documented · 25%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RestComm Media

RestComm Media-Core

The RestComm Media-Core is a Java-based core framework where Media Services can be built on top of. This project includes the core runtime that is used by the RestComm Media Server application.

Thanks to its pluggable architecture, users are able to develop and assemble a set of plugins for different features (such as ASR, VAD, Codecs, etc) according to their needs. This allows users to build tailored versions of a Media Service best suited for their needs.

RestComm Media Projects

The RestComm Media-Core project features: * Pluggable Architecture * Digital Signal Processing * RTP and RTCP Processing * SDP Parsing * ICE and DTLS capabilities * WebRTC support * Multiple codec support * Advanced Media Operations such as Play, Record, DTMF generation and recognition, Voice Activity Detection, Automatic Speech Recognition, etc. * Support for control protocols such as MGCP or JSR-309

The project is led by TeleStax, Inc. and developed collaboratively by a community of individual and enterprise contributors.

Documentation

Please refer to the RestComm Media - Online Documentation.

Issue Tracker

Please refer to the RestComm Media - Community Issue Tracker to report issues about any media-related project.

When reporting issues, please identify the affected media component.

Community https://gitter.im/RestComm/mediaserver

You can become part of the Open Source RestComm project family by contributing with patches, documentation or tests. Read our Contributors Guide and Open Source Playbook to get started and check the Media Server Roadmap for open issues marked as Help Wanted.

Help us improve the project by asking questions, reporting bugs and contributing back.

Your Feedback is highly appreciated!

Top contributors are the most likely to be considered for one of our open positions at TeleStax!

Join our vibrant community and download the latest stable build NOW!

Acknowledgements

We publicly acknowledge our contributors. A big THANK YOU to all of you, who help us drive the project forward and ensure its quality!

Many thanks to SIPME for the ongoing support and contributions since 2010.

License FOSSA Status

The RestComm Media Core project is is licensed under a dual license policy. The default license is the Free Open Source GNU Affero GPL v3.0. Alternatively a commercial license can be obtained from Telestax (contact form)

FOSSA Status

Extension points exported contracts — how you extend this code

AsrEngineProvider (Interface)
Produces instances of AsrEngine. @author gdubina [14 implementers]
asr/asr-api/src/main/java/org/restcomm/media/core/asr/AsrEngineProvider.java
TransitionHandler (Interface)
@author kulikov [72 implementers]
client/jsr-309/driver/src/main/java/org/restcomm/fsm/TransitionHandler.java
MgcpEventProvider (Interface)
@author Henrique Rosa (henrique.rosa@telestax.com) [15 implementers]
control/mgcp/src/main/java/org/restcomm/media/core/control/mgcp/pkg/MgcpEventProvider.java
ConnectionFailureListener (Interface)
@author kulikov [9 implementers]
spi/src/main/java/org/restcomm/media/core/spi/ConnectionFailureListener.java
PacketHandler (Interface)
@author Henrique Rosa (henrique.rosa@telestax.com) [14 implementers]
network/src/main/java/org/restcomm/media/core/network/deprecated/channel/PacketHandler.java
VoiceActivityDetectorProvider (Interface)
Provides instances of VoiceActivityDetector @author Henrique Rosa (henrique.rosa@telestax.com) created on 15/02 [13 implementers]
resource/vad/src/main/java/org/restcomm/media/core/resource/vad/VoiceActivityDetectorProvider.java
Track (Interface)
@author kulikov [10 implementers]
resource/media-player/src/main/java/org/restcomm/media/core/resource/player/Track.java
DtmfDetectorProvider (Interface)
Provides instances of DtmfDetector @author Vladimir Morosev (vladimir.morosev@telestax.com) created on 09/03/20 [14 implementers]
resource/dtmf/src/main/java/org/restcomm/media/core/resource/dtmf/DtmfDetectorProvider.java

Core symbols most depended-on inside this repo

append
called by 856
component/src/main/java/org/restcomm/media/core/component/audio/SpectraAnalyzer.java
times
called by 416
component/src/main/java/org/restcomm/media/core/component/audio/Complex.java
activate
called by 393
spi/src/main/java/org/restcomm/media/core/spi/Component.java
put
called by 306
control/mgcp/src/main/java/org/restcomm/media/core/control/mgcp/util/collections/Parameters.java
add
called by 303
client/jsr-309/driver/src/main/java/org/restcomm/fsm/State.java
process
called by 294
control/mgcp/src/main/java/org/restcomm/media/core/control/mgcp/transaction/MgcpTransactionManager.java
getParameter
called by 275
control/mgcp/src/main/java/org/restcomm/media/core/control/mgcp/pkg/MgcpEvent.java
deactivate
called by 260
spi/src/main/java/org/restcomm/media/core/spi/Component.java

Shape

Method 7,699
Class 1,158
Interface 146
Enum 53
Function 11

Languages

Java100%
C++1%

Modules by API surface

rtp/src/main/java/org/restcomm/media/core/rtp/RTPDataChannel.java57 symbols
control/mgcp/src/main/java/org/restcomm/media/core/control/mgcp/pkg/au/asr/AsrFsmImpl.java56 symbols
sdp/src/main/java/org/restcomm/media/core/sdp/fields/MediaDescriptionField.java55 symbols
codec/ilbc/src/main/java/org/restcomm/media/core/codec/ilbc/CodingFunctions.java54 symbols
rtp/src/main/java/org/restcomm/media/core/rtp/channels/MediaChannel.java51 symbols
rtp/src/main/java/org/restcomm/media/core/rtp/statistics/RtpStatistics.java49 symbols
rtp/src/main/java/org/restcomm/media/core/rtp/secure/DtlsHandler.java49 symbols
control/mgcp/src/test/java/org/restcomm/media/core/control/mgcp/pkg/au/pc/PlayCollectTest.java47 symbols
codec/ilbc/src/main/java/org/restcomm/media/core/codec/ilbc/Encoder.java47 symbols
client/jsr-309/driver/src/main/java/org/restcomm/javax/media/mscontrol/mediagroup/PlayerImpl.java46 symbols
control/mgcp/src/main/java/org/restcomm/media/core/control/mgcp/pkg/au/pc/PlayCollectContext.java45 symbols
control/mgcp/src/main/java/org/restcomm/media/core/control/mgcp/pkg/au/asr/AsrContext.java42 symbols

For agents

$ claude mcp add media-core \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact