bensari / mediaserver

Automatically exported from code.google.com/p/mediaserver
1 stars 0 forks source link

disable DSP feature #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am confused about how to use and configure DSP in Mobicents Media Server 
3.0.0.FINAL. 

I wish to disable this feature and decide from a client application what type 
of file to use from several pre-encoded files, as suggested in the Mobicents 
Media Server User Guide, chapter 7.1.2. Transcoding Is CPU-Intensive.

Still, I noticed in source code that when receiving a CRCX command, the media 
codecs in SDP descriptor are compared with the internal server list of media 
codecs.
The server list of codecs consist on what I have declared in the DSP bean 
(server-beans.xml). 

I wish to make the Media Server able to play audio files encoded with the 
following list of codecs: G.723, G.711, G.729, G.722, G.722.2, G.726, G.719 
without using DSP transcoding. 
I am planning to have pre-encoded files for each codec used.

How can I achieve this functionality with the current version of Mobicents 
Media Server 3.0.0.Final?

Original issue reported on code.google.com by florea.s...@gmail.com on 19 Jun 2013 at 2:52

GoogleCodeExporter commented 8 years ago
This functionality is not implemented and can not be implemented in current mms 
structure.
MMS allows more advanced configuration , for example conferencing or mixing 
several sources, and all core elements are mixers / splitters which use 
unlimited number of sources.Therefore in core mixing it will be required to 
decode data , does not matters what you do , and therefore all codecs 
implementation is required.

Original comment by oifa.yul...@gmail.com on 20 Jun 2013 at 11:50