PlayerAndPusher icon indicating copy to clipboard operation
PlayerAndPusher copied to clipboard

安卓实现视频直播(rtmp)以及直播推流(NDK实现)

Results 4 PlayerAndPusher issues
Sort by recently updated
recently updated
newest added

你好,在我运行程序时,报以下错误 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.zj.play-JpGtsfCCdDcSzX7kBcSH5g==/base.apk"],nativeLibraryDirectories=[/data/app/com.zj.play-JpGtsfCCdDcSzX7kBcSH5g==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libnative-lib.so" 我在app下的 build.gradle里的 defaultConfig增加了如下配置 ndk { abiFilters 'x86_64','armeabi-v7a','x86',"armeabi","arm64-v8a" } 但是还是不行。 特此想请教一下

如题因为编译失败 所以在build脚本引入编译会报错,同步不会

If you need to use rtmp-live stream,you should check permissions.

这是完整的报错截图 Build command failed. Error while executing process D:\Android\sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C C:\Users\Administrator\Desktop\MyCop\PlayerAndPusher\audio\.cxx\cmake\release\arm64-v8a native-lib} ninja: Entering directory `C:\Users\Administrator\Desktop\MyCop\PlayerAndPusher\audio\.cxx\cmake\release\arm64-v8a' [1/10] Building CXX object CMakeFiles/native-lib.dir/src/main/cpp/AudioChannel.cpp.o clang++: warning: argument unused during compilation: '-LC:/Users/Administrator/Desktop/MyCop/PlayerAndPusher/audio/src/main/cpp/libs/arm64-v8a'...