Rate This Document
Findability
Accuracy
Completeness
Readability

Developing a Communication Module

Application Scenario

Implement and integrate your own communication pipe modules.

Development Process

  1. Create an Android NDK project and generate a dynamic communication library named libCommunication.so.
  2. Implement the communication APIs by referring to "External Communication APIs on Which the Video Stream Engine Depends" in the Video Stream Engine API Reference.
  3. Import the generated dynamic library file libCommunication.so to the client APK project.

Encoding Instance

For details, see "External Communication APIs on Which the Video Stream Engine Depends" in the Video Stream Engine API Reference.