Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - io-media-generic/mmf fail: (3 Items)
   
io-media-generic/mmf fail  
Hi,
I completly swiched over to the armle core. Bit io-media-generic fails to initialize.


io-media-generic -M mmf,dlldir=/db/armle/lib/dll/mmedia/
io-media-generic/mmf: Could not load the "stream_reader" DLL
io-media-generic: Initialization of module mmf failed


dlldir has all the related .so files for it to initialize. 

anyone know why this is happening ?

Thanks,
Arun
Re: io-media-generic/mmf fail  
Is the stream_reader.so DLL in the the /db/armle/lib/dll/mmedia folder?

Try to manually start io-media on the command line, but do this:

DL_DEBUG=1 io-media-generic -M mmf,dlldir=/db/armle/lib/dll/mmedia/


Setting DL_DEBUG=1 will print some extra info while loading shared
libraries that might help narrow down the issue.

Regards,
Gilles

Re: io-media-generic/mmf fail  
I tried that, but the problem was due to the absence of "libmmfilter.so.1" file in the build for the target. when i 
copied that and pointed that location in LD_LIBRARY_PATH. It got initialized