Never mind, I figured it out... I didn't realize there were java classes
outside the org.pjsip.pjsua2 namespace (org.pjsip.PjCamera and
org.pjsip.PjCameraInfo). With those in place, video transmits nicely.
On 12/20/17 11:53 PM, James T. Kirk wrote:
Hi all,
I'm developing an android app and trying to integrate a video chat
window.
I modeled my logic off the pjsua2 sample app. As far as I can tell,
I'm using the same sequence of calls to set up the account, endpoints,
and call object that the sample app uses.
Everything works fine when I run the sample app on my android phone,
and the same sample app on my android tablet. I can start a call from
the tablet, accept the call on my phone, and both audio and video
streams work fine (in both directions).
But when I use my new app to initiate a call, audio works in both
directions, and I'm receiving video rendered on my SurfaceView no
problem, but the video that I'd hoped would be sent from my app
(running on my tablet) to my phone (using the pjsua2 android sample
app) doesn't display (the phone just shows the test color bars).
You can find my logcat output here:
http://prowlers.com/~cdavis/pjsip_logcat.log
If anyone can point me in the right direction, I'd appreciate it.
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org