Skip to content

基于android studio 3,webrtc源码编译出来的gradle工程改造而成,使用了自己部署的apprtc服务器

Notifications You must be signed in to change notification settings

kirahua/apprtcmobile

 
 

Repository files navigation

构建过程的博客在
https://segmentfault.com/a/1190000018900308
欢迎大家指点

update the neweset official code

date:2019.04.27
M75


gn configuration is:

gn gen out/Debug64 --args='target_os="android" target_cpu="arm64" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true'
gn gen out/Debug --args='target_os="android" target_cpu="arm" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true'
gn gen out/Debugx64 --args='target_os="android" target_cpu="x64" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true'
gn gen out/Debugx86 --args='target_os="android" target_cpu="x86" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true'

  
ps:
// in order to doing test, disabling the audio, if you want to enable it,
//  PeerConnectionClient.java
//  enableAudio = true

About

基于android studio 3,webrtc源码编译出来的gradle工程改造而成,使用了自己部署的apprtc服务器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.1%
  • C++ 19.9%