CSipSimple also includes a video dev glue (camera/renderer) for android. >From what you describe, you never build it.... so no video dev/capturer... so no video... Again, if you want to use on video android, you'll save lot of time trying to look first on csipsimple. It's not stable and still under dev, but it works and is done for that. For now, in pjsip, video for android has not yet landed. Again, read our last exchange on this mailing list ! Consider follow what I advised : try to build using csipsimple if you want to have video on android. You seems to not understand well what is needed to get video on a new platform, so you'll get very hard time to develop it !!! I'll not describe here what I did to port video on android because it's actually already opensourced and you can study it !!! So, as far as I'm concerned, I'll not work one time to opensource it somewhere and a second time to help just *you* to do EXACTLY the same on your side... would be absurd. If you want to join the dedicated mailing list, there is one csipsimple-dev google group. Questions can focus more about how to build csipsimple and not pollute this mailing list with off-topic stuff. (You probably didn't noticed it too, but there is also an API provided by csipsimple code to make it easier to have an app running on android). 2012/10/4 Irfan Khan <irfan.f.khan at gmail.com> > Hi , > We have been trying to use video with PJSIP on Android for quite > some time. > Steps we followed- > 1. build pjsip with ffmpeg and video flag enabled as well as > linked these libraries to pjsip. > 2. got .so file having pjsip libraries as well as ffmpeg and > h264. ( per suggestion from this forum only). > 3. I copied some video related files from CSIPSimple into my project. > 4. Tried audio call - works fine. > 5. Treid video call - gives crash. > 6. It does not populate the vid_subsys.dev_list[] in videodev.c and > 7. applicatoin crash happes in method lookup_dev() when it > tries to access above array. > > > Please help me to move forward. > Should I put effort here OR took CSIP SIMPLE code and try to use that. > Could anyone list the steps that were needed to implement Video > support on CSIPSimple? > > Appreciate your help. > > Thanks and Regards > Irfan > > _______________________________________________ > 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/20121004/4c186ecc/attachment-0001.html>