We have compiled the csipsimple of the latest version and tried to make a phone call. Now we need to add the video function.
I don't know how to compile it. Let's see my previous blog post: the latest version of csipsimple.
Let's take a look at the previous project.
Now, when we start to check out csipsimple, the detected folder contains
We need to integrate the content in csipsimplevideoplugin into the csipsimple project to complete the video function. The process is as follows:
First download the library required for the video function: http://down.51cto.com/data/1513067
Then, decompress the downloaded Library to the libs directory of the csipsimple project.
Put the SRC content in csipsimplevideoplugin In the SRC of the csipsimple project.
Finally, copy the content in androidmanifest. XML in csipsimplevideoplugin to the corresponding csipsimple file.
In this way, the project is ready. After the project is executed, press the menu key on the main interface to select Settings, enter the media options, click media thread count, change 1 to 2, and enter the call options, in this case, there will be an option to use video, and then select it. If we do not have step 1 or 2, this option does not exist. Then we will return to the dialing interface on the main interface, and the camera image will appear.
In this way, the video function is added. You can try it.
Entrance Exam blog:
Http://blog.csdn.net/jwzhangjie/article/details/13017197
Respect Original, reprinted please indicate the source: http://blog.csdn.net/chillax_li/article/details/37902251