Introduction to Android JNI and NDK
Introduction to Android JNI and NDK
Why use JNI
1, native language has better performance.2, Before the birth of Java, many libraries were written in native language, so there is no need to implement them again in Java.3, Better security: not easy to decompile.
What is JNI
Full name: Java Native Interface. Literally, it is the interface bet ...
Posted on Fri, 12 Nov 2021 21:53:49 -0500 by bob_rock
Equipped with rtmp live server
This time, we set up a rtmp live server to push the live video from computer or mobile phone to the server, and then other terminals such as computer or mobile phone can watch the live video. We use computer screen recording software to broadcast the real-time recorded computer screen to others. A total of three part ...
Posted on Mon, 11 Oct 2021 14:27:38 -0400 by dukeu03