Fedot Fedotov <fedot.fedotov <at> gmail.com> writes: > > Good day, All!I have problem with view video of interlocutor during call.I successfully build pjproject-2.0-alpha2. As PBX we have Asterisk atubuntu 10.I can successfully make only audio calls between PJSUA app and > Linphone ver 3.4.3. But problem with video send.I can successfully view my video device preview by command:??????????????? vid dev prev on 0I changed code of creating account and add video input auto show and > video output auto transmit(pjsua_app.c, line 4363):??????????????? acc_cfg.max_video_cnt = 1;??????????????? acc_cfg.vid_cap_dev = -1; //DEFAULT_CAP_DEV??????????????? acc_cfg.vid_rend_dev = -2; //DEFAULT_REND_DEV > ??????????????? acc_cfg.vid_in_auto_show = PJ_TRUE;??????????????? acc_cfg.vid_out_auto_transmit = PJ_TRUE;??????????????? The same thing done in vidgui project (vidgui.cpp, method initStack,line 509). > Then Linphone answers the call, I have next messages in log:...call 1 media 0 [type=audio], status is Active...call 1 media 1 [type=video], status is None...What may be done in wrong way?Thank you. Hello, All! Again. Happy New Year! My problem doesn't solve by itself. Can anybody help me?