flexisip-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Flexisip-developers] Flexisip transcoding module


From: xxx xxx
Subject: [Flexisip-developers] Flexisip transcoding module
Date: Sat, 30 Dec 2017 14:51:00 +0100

Hi,

I have built flexisip with transcoding enabled and managed to transcode calls for testing purposes( ex: speex <> pcma).
However, i built it with opus = on, but although i added it in the allowed-codecs
audio-codecs=opus/48000 speex/8000 speex/16000 pcma/8000
it does not seems to work( no errors are visible in the logs either when starting flexisip).

Situation: with opus enabled, call comes in with opus only, goes outside with opus only > ignoring the configured codecs adn if b party does not accept it, call fails with 488.
If i call using another codec( pcma for ex), call goes out with all the allowed codecs( speex, pcma) but without opus and if b side prefers different codec than a, call is working and transcoding works fine.

Can you advice on whether i am doing something wrong?

I built it with following params:
./prepare.py flexisip -DENABLE_SOCI=ON -DENABLE_TRANSCODER=ON -DENABLE_REDIS=NO -DENABLE_SOCI_BUILD=ON -DENABLE_NON_FREE_CODECS=ON -DENABLE_GSM=ON -DENABLE_OPUS=ON -DENABLE_SPEEX=ON

As a side note, tried to built flexisip with amrwb and cannot find how to build it with amr(wb) support -- non free codecs does not built amrwb, -denable amrwb is not accepted by default( however, after adding it to be accepted in submodules/cmake-builder/builders/.. and modified the dependencies to include msarm, still fails to build.

Please advice.

Andy 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]