librtmp简介Librtmp是用于RTMP流的工具包。支持所有形式的RTMP,包括rtmp:,rtmpt:,rtmpe:,rtmpte:和rtmps:。功能读取rtmp流写入rtmp流集成在openharmony中集成首先在project的build.gradle中添加mavenCentral()仓库allprojects{repositories{mavenCentral()}}在需要使用的module的build.gradle中添加依赖:implementation'com.gitee.archermindti:rtmpohoslib:1.0.0'在cc++中集成将librtmpsrcmaincpplibrtmp和librtmpsrcma...