Hi all, I am newbie in using libVLC, I am using libVLC 0.8.6c, I am trying to integrate VLC with pjsip, so basically I first try to use libvlc with vc++, for this I follow the wiki from http://wiki.videolan.org/LibVLC_Visual_C and compile successfully without any errors, finally when I run it gives some errors like this: ----------------------------------------------------------------------------------------------- Tamano: 41, 11 Buffer: d:\project\testvlcconsole\testvlcconsole\libvlc.dll 1 [00000018] main interface error: no interface module matched "hotkeys,none" [00000018] main interface error: no suitable interface module [00000001] main private error: interface "hotkeys,none" initialization failed 0 [00000022] main private error: no sout stream module matched "transcode" [00000021] main stream output error: stream chain failed for `transcode{vcodec=h 264,vb=1024,scale=1}:duplicate{dst=rtp{mux=ts,dst=192.168.1.19,port=1234}}' [00000019] main input error: cannot start stream output instance, aborting [00000016] main playlist: nothing to play ----------------------------------------------------------------------------------------------- Is this error due to improper loading of the VLC plugins, if so plz tell me how to load plugins in my code. What I actually want to do is to integrate a video call in my softphone with pjsip.And please tell me how do I handle the interface to display the remote and local video, do I have to create my own interface, or is there an inbuild interface in VLC? Anyone please tell me, am I going to the right way? Thanks and Regards, Elangbam Johnson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081213/fe694254/attachment.html>