VoiSmart/pjsip-android-builder

video not working in pjsip 2.6 in android

Closed this issue · 4 comments

I used pjsip 2.6,openh264 latest version and openssl-h it got build and gave me all the .so files for armeabi,v7a,64-v8a and intel x86,64. But when i make a call it takes a lot of time for call to get initialize. Voice call is working good but the video is not working.

Before this i tried with older version pjsip 2.4.5,openh264 1.0.0 and openssl-h in this video and voice call is working good but with one way calling issue. In this openh264 1.0.0 give .so files for 32 bit only no support for 64 bit.

Has any one who has faced this issue with latest build of pjsip 2.6,openh264 latest version and openssl-h.
there are no error log while building the .so files and in android project also there is no crash while calling only video is not getting initialize.
Thank You.

HI Yuvraj
I am facing the similar issue as you have mentioned above. Please let me know if you found the solution for it.

@Shruti7032 No i tried but still no result, if you get some solution please post here.

datso commented

@yuvaraj119 @Shruti7032 I think that this is a configuration issue, and it could be solved it by setting following configuration:

account.getVideoConfig().setAutoShowIncoming(true);
account.getVideoConfig().setAutoTransmitOutgoing(true);

Also note that openh264 1.6.0 should be good, while the v1.7.0 has some issues