I am newbie in using libVLC, I am using libVLC 0.8.6c, I am trying to compile libvlc with vc++, so basically I follow the steps and code from the wiki http://wiki.videolan.org/LibVLC_Visual_C and compile successfully without any errors, finally when I run it gives some errors like this:
Code: Select all
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
What I actually want to do is to integrate a video call in my softphone with pjsip. Anyone please tell me, am I going to the right way?
Thanks and Regards,
Elangbam Johnson