< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[sipxtapi-dev] loading codecs / CODEC_PLUGIN_PATH


When calling sipxInitialize, OsFileIteratorBase::findFirst is returning OS_FILE_NOT_FOUND and the codec_*.dll is not being loaded.

I haven't defined DEFAULT_CODECS_PATH in sipXmediaLib-msvc8 so that I expect: define CODEC_PLUGIN_PATH "." to be used.

I have placed all .dll (codecs) in my executable directory.

Despite that I am getting:

"Assertion failed: !"Could not find codec of given type!", file c:\sipfoundry\sip
xtapi\sipxmedialib\src\mp\mpcodecfactory.cpp, line 310"

I am using MS VS2005 on Win XP and got sources 2008-08-25

Could you provide some guidance?

Thank you

Paulo