2021年3月1日

node 后台运行程序pm2

摘要: 1、 pm2需要全局安装 npm install -g pm2 2、进入项目根目录 2.1 启动进程/应用 pm2 start bin/www 或 pm2 start app.js 2.2 重命名进程/应用 pm2 start app.js --name wb123 2.3 添加进程/应用 watc 阅读全文

posted @ 2021-03-01 17:12 WillingCPP 阅读(237) 评论(0) 推荐(0)

webrtc 记录tips

摘要: 1. 除特殊需求只有一个pc对象 android出现了No implementation found for void org.webrtc.voiceengine.WebRtcAudioTrack.nativeGetPlayoutData 问题 原因是安卓平台只支持一个音视频模块The reaso 阅读全文

posted @ 2021-03-01 17:09 WillingCPP 阅读(1023) 评论(0) 推荐(0)

webrtc(android)从采集到编码

摘要: 一. 采集 1. CameraEnumerator(相机枚举器) public interface CameraEnumerator { public String[] getDeviceNames(); public boolean isFrontFacing(String deviceName) 阅读全文

posted @ 2021-03-01 16:10 WillingCPP 阅读(856) 评论(0) 推荐(0)

导航