Hi, I have identify the error in following lines from different section of the code. pjsua_call_get_vid_stream_idx(call_id); pjsua_vid_codec_set_priority(&pj_str("H264/97"),0); pjsua_enum_aud_devs(aud_dev_info, &count); pjsua_vid_enum_devs(vid_dev_info, &count); This above lines are related to video support. I have added the library libpjproject-i386-Win32-vc8-Debug.lib successfully in the microsip project. But failed to compile. Please help.. BR, Sazzad On Fri, May 18, 2012 at 10:47 PM, sazzad hossain <sazzadjoy at gmail.com>wrote: > Hi, > I have identify the error in following lines from different section of the > code. > > pjsua_call_get_vid_stream_idx(call_id); > pjsua_vid_codec_set_priority(&pj_str("H264/97"),0); > pjsua_enum_aud_devs(aud_dev_info, &count); > pjsua_vid_enum_devs(vid_dev_info, &count); > > This above lines are related to video support. I have added the library > libpjproject-i386-Win32-vc8-Debug.lib successfully in the > microsip project. But failed to compile. Please help.. > > BR, > Sazzad > > On Fri, May 18, 2012 at 2:02 PM, Fedot Fedotov <fedot.fedotov at gmail.com>wrote: > >> Hello! >> >> You can: >> 1) build PJSIP library with build in PJSUA command line application, or >> 2) use another application in PJSIP source code >> pjproject-2.0-RC\pjsip-apps\src\vidgui >> it based at QT SDK for UI, but can help with understanding logic of PJSIP >> using. >> 3) build PJSIP and integrate it into MFC-based dialog(as I do :-) ) >> >> in any case I think that build PJ libraries - >> libpjproject-i386-Win32-vc8-Debug.lib(and release) - the quickest way to >> prepare your own program with SIP client, based at PJlibrary. >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120518/d9325d24/attachment.html>